1. 02 11月, 2014 22 次提交
  2. 31 10月, 2014 4 次提交
  3. 30 10月, 2014 5 次提交
    • P
      Merge remote-tracking branch 'remotes/kraxel/tags/pull-gtk-20141028-1' into staging · 3c1d9a15
      Peter Maydell 提交于
      gtk: fix two warnings with gtk 3.14+
      
      # gpg: Signature made Tue 28 Oct 2014 10:25:52 GMT 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-gtk-20141028-1:
        gtk: avoid gd_widget_reparent with gtk 3.14+
        gtk: drop gtk_widget_set_double_buffered call
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      3c1d9a15
    • J
      fix off-by-one error in pci_piix3_xen_ide_unplug · d4f9e806
      James Harper 提交于
      Fix off-by-one error when unplugging disks, which would otherwise leave the last ATA disk plugged, with obvious consequences. Also rewrite loop to be more readable.
      Signed-off-by: NJames Harper <james.harper@ejbdigital.com.au>
      Signed-off-by: NStefano Stabellini <stefano.stabellini@eu.citrix.com>
      d4f9e806
    • D
      xen-hvm.c: Add support for Xen access to vmport · 37f9e258
      Don Slutz 提交于
      This adds synchronisation of the 6 vcpu registers (only 32bits of
      them) that vmport.c needs between Xen and QEMU.
      
      This is to avoid a 2nd and 3rd exchange between QEMU and Xen to
      fetch and put these 6 vcpu registers used by the code in vmport.c
      and vmmouse.c
      
      The registers are passed in the new shared page provided by
      HVM_PARAM_VMPORT_REGS_PFN.
      
      Add new array to XenIOState that allows selection of current_cpu by
      vcpu id.
      
      Now pass XenIOState to handle_ioreq().
      
      Add new routines regs_to_cpu(), regs_from_cpu(), and
      handle_vmport_ioreq().
      Signed-off-by: NDon Slutz <dslutz@verizon.com>
      Reviewed-by: NPaul Durrant <paul.durrant@citrix.com>
      Signed-off-by: NStefano Stabellini <stefano.stabellini@eu.citrix.com>
      37f9e258
    • P
      Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging · 08118672
      Peter Maydell 提交于
      virtio-scsi fixes, the first part of dynamic sysbus devices,
      MAINTAINERS updates, and AVX512 support.
      
      # gpg: Signature made Mon 27 Oct 2014 15:12:13 GMT using RSA key ID 78C7AE83
      # gpg: Good signature from "Paolo Bonzini <bonzini@gnu.org>"
      # gpg:                 aka "Paolo Bonzini <pbonzini@redhat.com>"
      # gpg: WARNING: This key is not certified with sufficiently trusted signatures!
      # gpg:          It is not certain that the signature belongs to the owner.
      # Primary key fingerprint: 46F5 9FBD 57D6 12E7 BFD4  E2F7 7E15 100C CD36 69B1
      #      Subkey fingerprint: F133 3857 4B66 2389 866C  7682 BFFB D25F 78C7 AE83
      
      * remotes/bonzini/tags/for-upstream: (28 commits)
        aio / timers: De-document -clock
        hw/scsi/virtio-scsi.c: fix the "type" use error in virtio_scsi_handle_ctrl
        virtio-scsi: sense in virtio_scsi_command_complete
        target-i386: add Intel AVX-512 support
        get_maintainer.pl: restrict cases where it falls back to --git
        get_maintainer.pl: move git loop under "if ($email) {"
        qtest: fix qtest log fd should be initialized before qtest chardev
        MAINTAINERS: avoid M entries that point to mailing lists
        MAINTAINERS: add some tests directories
        MAINTAINERS: Add more TCG files
        MAINTAINERS: add myself for X86
        MAINTAINERS: add Samuel Thibault as usb-serial.c and baum.c maintainer
        MAINTAINERS: grab more files from Anthony's pile
        target-i386: warns users when CPU threads>1 for non-Intel CPUs
        sysbus: Use TYPE_DEVICE GPIO functionality
        qdev: gpio: Define qdev_pass_gpios()
        qdev: gpio: Remove qdev_init_gpio_out x1 restriction
        qdev: gpio: delete NamedGPIOList::out
        irq: Remove qemu_irq_intercept_out
        qtest/irq: Rework IRQ interception
        ...
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      08118672
    • P
      virtio: link the rng backend through an alias property · cbd5ac69
      Paolo Bonzini 提交于
      The virtio-rng backend is currently linked twice, once in the proxy
      device (e.g. virtio-rng-pci) and once in virtio-rng-device.  This causes
      a double unref of the backend when the parent device is unplugged.
      
      To fix this, make the proxy device use an alias, similar to what is
      already being done for the iothread link.
      Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
      Reviewed-by: NGonglei <arei.gonglei@huawei.com>
      Message-id: 1414577839-18695-1-git-send-email-pbonzini@redhat.com
      Signed-off-by: NPeter Maydell <peter.maydell@linaro.org>
      cbd5ac69
  4. 29 10月, 2014 2 次提交
  5. 28 10月, 2014 7 次提交