1. 12 6月, 2015 36 次提交
  2. 11 6月, 2015 4 次提交
    • P
      Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging · d8e3b729
      Peter Maydell 提交于
      pc, acpi, virtio
      
      Most notably this includes virtio 1 patches
      Still not all devices converted, and not fully spec compliant,
      so disabled by default.
      Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
      
      # gpg: Signature made Thu Jun 11 12:53:08 2015 BST using RSA key ID D28D5469
      # gpg: Good signature from "Michael S. Tsirkin <mst@kernel.org>"
      # gpg:                 aka "Michael S. Tsirkin <mst@redhat.com>"
      
      * remotes/mst/tags/for_upstream: (42 commits)
        i386/acpi-build: fix PXB workarounds for unsupported BIOSes
        i386/acpi-build: more traditional _UID and _HID for PXB root buses
        vhost-scsi: move qdev properties into vhost-scsi.c
        virtio-9p-device: move qdev properties into virtio-9p-device.c
        virtio-serial-bus: move qdev properties into virtio-serial-bus.c
        virtio-rng: move qdev properties into virtio-rng.c
        virtio-scsi: move qdev properties into virtio-scsi.c
        virtio-net.h: Remove unsed DEFINE_VIRTIO_NET_PROPERTIES
        virtio-net: move qdev properties into virtio-net.c
        virtio-input: emulated devices [pci]
        virtio-input: core code & base class [pci]
        pci: add PCI_CLASS_INPUT_*
        virtio-pci: fill VirtIOPCIRegions early.
        virtio-pci: drop identical virtio_pci_cap
        virtio-pci: move cap type to VirtIOPCIRegion
        virtio-pci: move virtio_pci_add_mem_cap call to virtio_pci_modern_region_map
        virtio-pci: add virtio_pci_modern_region_map()
        virtio-pci: add virtio_pci_modern_regions_init()
        virtio-pci: add struct VirtIOPCIRegion for virtio-1 regions
        virtio-balloon: switch to virtio_add_feature
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      d8e3b729
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150611-1' into staging · afa25c4b
      Peter Maydell 提交于
      sdl2: fix crash in handle_windowevent() when restoring the screen size
      
      # gpg: Signature made Thu Jun 11 08:57:38 2015 BST using RSA key ID D3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      
      * remotes/kraxel/tags/pull-sdl-20150611-1:
        sdl2: fix crash in handle_windowevent() when restoring the screen size
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      afa25c4b
    • E
      hw/vfio/platform: replace g_malloc0_n by g_new0 · 0b70743d
      Eric Auger 提交于
      g_malloc0_n() is introduced since glib-2.24 while QEMU currently
      requires glib-2.22. This may cause a link error on some distributions.
      Signed-off-by: NEric Auger <eric.auger@linaro.org>
      Reviewed-by: NGonglei <arei.gonglei@huawei.com>
      Acked-by: NAlex Williamson <alex.williamson@redhat.com>
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      0b70743d
    • P
      Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20150611-1' into staging · 169b7133
      Peter Maydell 提交于
      spice: fix segfault in qemu_spice_create_update, ui_info tweaks.
      
      # gpg: Signature made Thu Jun 11 08:48:49 2015 BST using RSA key ID D3E87138
      # gpg: Good signature from "Gerd Hoffmann (work) <kraxel@redhat.com>"
      # gpg:                 aka "Gerd Hoffmann <gerd@kraxel.org>"
      # gpg:                 aka "Gerd Hoffmann (private) <kraxel@gmail.com>"
      
      * remotes/spice/tags/pull-spice-20150611-1:
        spice: ui_info tweaks
        spice-display: fix segfault in qemu_spice_create_update
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      169b7133