Skip to content
Snippets Groups Projects
  1. Oct 20, 2014
  2. Oct 16, 2014
    • Gonglei (Arei)'s avatar
      glib: add compatibility interface for g_strcmp0() · 5f77ef69
      Gonglei (Arei) authored
      
      This patch fixes compilation errors when building against glib < 2.16.0
      due to the missing g_strcmp0() function.
      
      Suggested-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      Signed-off-by: default avatarGonglei <arei.gonglei@huawei.com>
      Message-id: 1413457177-10132-1-git-send-email-arei.gonglei@huawei.com
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      5f77ef69
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20141015-1' into staging · 8a2c2636
      Peter Maydell authored
      
      vga-pci: add qext region to mmio
      vga: Remove unused arrays dmask4 and dmask16
      
      # gpg: Signature made Wed 15 Oct 2014 10:12:06 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-vga-20141015-1:
        hw/display/vga: Remove unused arrays dmask4 and dmask16
        vga-pci: add qext region to mmio
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      8a2c2636
    • Peter Maydell's avatar
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-bootindex-20141015-1' into staging · 605c690b
      Peter Maydell authored
      
      allow changing bootorder via monitor at runtime,
      by making bootindex a writable qom property.
      
      * remotes/kraxel/tags/pull-bootindex-20141015-1: (34 commits)
        bootindex: change fprintf to error_report
        bootindex: delete bootindex when device is removed
        bootindex: move calling add_boot_device_patch to bootindex setter function
        ide: add calling add_boot_device_patch in bootindex setter function
        nvma: ide: add bootindex to qom property
        usb-storage: add bootindex to qom property
        virtio-blk: alias bootindex property explicitly for virt-blk-pci/ccw/s390
        block: remove bootindex property from qdev to qom
        virtio-blk: add bootindex to qom property
        ide: add bootindex to qom property
        scsi: add bootindex to qom property
        isa-fdc: remove bootindexA/B property from qdev to qom
        redirect: remove bootindex property from qdev to qom
        vfio: remove bootindex property from qdev to qom
        pci-assign: remove bootindex property from qdev to qom
        host-libusb: remove bootindex property from qdev to qom
        virtio-net: alias bootindex property explicitly for virt-net-pci/ccw/s390
        net: remove bootindex property from qdev to qom
        usb-net: add bootindex to qom property
        vmxnet3: add bootindex to qom property
        ...
      
      Signed-off-by: default avatarPeter Maydell <peter.maydell@linaro.org>
      605c690b
  3. Oct 15, 2014
Loading