qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] e18882: virtio-gpu: update console device pro


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] e18882: virtio-gpu: update console device property.
Date: Tue, 07 Jul 2015 08:00:02 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: e18882952e46634ab7f53ef018a5e2e980996d48
      
https://github.com/qemu/qemu/commit/e18882952e46634ab7f53ef018a5e2e980996d48
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-07-07 (Tue, 07 Jul 2015)

  Changed paths:
    M hw/display/virtio-gpu-pci.c
    M hw/display/virtio-vga.c

  Log Message:
  -----------
  virtio-gpu: update console device property.

Update the device link of the QemuConsole, so it points to the
virtio-gpu-pci or virtio-vga device instead of virtio-gpu-device.

This is needed because we want to find the device by id, for
example for input routing, and the id specified on the command
line is attached to the pci proxy, not the virtio device.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: b3409a31001e86d48221ea967b1c696c6497f318
      
https://github.com/qemu/qemu/commit/b3409a31001e86d48221ea967b1c696c6497f318
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-07-07 (Tue, 07 Jul 2015)

  Changed paths:
    M hw/display/virtio-gpu-pci.c
    M hw/display/virtio-gpu.c
    M hw/display/virtio-vga.c
    M include/hw/virtio/virtio-gpu.h

  Log Message:
  -----------
  virtio-gpu: use virtio_instance_init_common, fixup properties

Switch over to virtio_instance_init_common.  Drop duplicate properties
in virtio-gpu-pci and virtio-vga as they are properly aliased now.  Also
drop the indirection via DEFINE_VIRTIO_GPU_PROPERTIES, we don't need it
any more as the properties are defined in a single place now.

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: 501eea4f4187b6c62b6cf348ab0b100d57d8c56b
      
https://github.com/qemu/qemu/commit/501eea4f4187b6c62b6cf348ab0b100d57d8c56b
  Author: Gerd Hoffmann <address@hidden>
  Date:   2015-07-07 (Tue, 07 Jul 2015)

  Changed paths:
    M tests/Makefile
    M tests/display-vga-test.c

  Log Message:
  -----------
  virtio-gpu: add to display-vga test

Signed-off-by: Gerd Hoffmann <address@hidden>


  Commit: aeb72188e073d515e1f5a80f6b603692a396477b
      
https://github.com/qemu/qemu/commit/aeb72188e073d515e1f5a80f6b603692a396477b
  Author: Peter Maydell <address@hidden>
  Date:   2015-07-07 (Tue, 07 Jul 2015)

  Changed paths:
    M hw/display/virtio-gpu-pci.c
    M hw/display/virtio-gpu.c
    M hw/display/virtio-vga.c
    M include/hw/virtio/virtio-gpu.h
    M tests/Makefile
    M tests/display-vga-test.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150707-1' into 
staging

virtio-gpu property fixes, add testcase

# gpg: Signature made Tue Jul  7 10:24:16 2015 BST using RSA key ID D3E87138
# gpg: Good signature from "Gerd Hoffmann (work) <address@hidden>"
# gpg:                 aka "Gerd Hoffmann <address@hidden>"
# gpg:                 aka "Gerd Hoffmann (private) <address@hidden>"

* remotes/kraxel/tags/pull-vga-20150707-1:
  virtio-gpu: add to display-vga test
  virtio-gpu: use virtio_instance_init_common, fixup properties
  virtio-gpu: update console device property.

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/1452673888f6...aeb72188e073

reply via email to

[Prev in Thread] Current Thread [Next in Thread]