summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-10-22Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell13-311/+761
2015-10-22hw/isa/lpc_ich9: inject the SMI on the VCPU that is writing to APM_CNTLaszlo Ersek1-1/+1
2015-10-22i386: keep cpu_model field in MachineState uptodateZhu Guihua3-11/+10
2015-10-22vhost: set the correct queue index in case of migration with multiqueueThibaut Collet1-3/+5
2015-10-22piix: fix resource leak reported by Coverityzhanghailiang1-4/+7
2015-10-22vhost: add migration block if memfd failedMarc-André Lureau1-0/+3
2015-10-22vhost-user: use an enum helper for features maskThibaut Collet1-4/+9
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet2-1/+48
2015-10-22vhost user: add support of live migrationThibaut Collet1-0/+2
2015-10-22vhost: use a function for each callMarc-André Lureau5-266/+447
2015-10-22vhost-user: add a migration blockerMarc-André Lureau2-4/+21
2015-10-22vhost-user: send log shm fd along with log_baseMarc-André Lureau3-5/+30
2015-10-22vhost: alloc shareable logMarc-André Lureau1-10/+47
2015-10-22vhost-user: add vhost_user_requires_shm_log()Marc-André Lureau1-2/+12
2015-10-22vhost: add vhost_set_log_base opMarc-André Lureau3-4/+24
2015-10-22vhost: document log resizingMarc-André Lureau1-0/+2
2015-10-22vhost: fail backend intialization earlyIgor Mammedov1-0/+6
2015-10-22pc-dimm: add vhost slots limit check before commiting to hotplugIgor Mammedov1-0/+7
2015-10-22vhost: add vhost_has_free_slot() interfaceIgor Mammedov3-0/+46
2015-10-21target-xtensa: xtfpga: attach FLASH to system IOMax Filippov1-14/+27
2015-10-21Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20151021-v2' into sta...Peter Maydell5-45/+73
2015-10-21s390x/cmma: clean up cmma resetDavid Hildenbrand1-0/+1
2015-10-21s390x: reset crypto only on clear reset and QEMU resetDavid Hildenbrand1-0/+1
2015-10-21s390x: machine reset function with new ipl cpu handlingDavid Hildenbrand5-13/+32
2015-10-21s390x/ipl: we always have an ipl deviceDavid Hildenbrand2-15/+13
2015-10-21s390x: unify device reset during subsystem_reset()David Hildenbrand1-17/+14
2015-10-20Merge remote-tracking branch 'remotes/berrange/tags/io-channel-3-for-upstream...Peter Maydell7-7/+7
2015-10-20s390x/virtio-ccw: fix 2.4 virtio compatCornelia Huck1-0/+12
2015-10-20coroutine: move into libqemuutil.a libraryDaniel P. Berrange7-7/+7
2015-10-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20151020-1' into...Peter Maydell1-0/+4
2015-10-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20151020-1' into s...Peter Maydell2-4/+8
2015-10-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-fw_cfg-20151020-1' int...Peter Maydell3-18/+248
2015-10-20vmsvga: more cursor checksGerd Hoffmann1-4/+7
2015-10-20ppc/spapr: Allow VIRTIO_VGABenjamin Herrenschmidt1-0/+1
2015-10-20usb-audio: increate default buffer sizeGerd Hoffmann1-1/+1
2015-10-20usb: print device id in "info usb" monitor commandGerd Hoffmann1-3/+6
2015-10-20usb-host: add wakeup call for iso xfersGerd Hoffmann1-0/+1
2015-10-20virtio-input: ignore events until the guest driver is readyGerd Hoffmann1-0/+4
2015-10-19fw_cfg: Define a static signature to be returned on DMA port readsKevin O'Connor1-2/+12
2015-10-19Enable fw_cfg DMA interface for x86Marc Marí1-3/+5
2015-10-19Enable fw_cfg DMA interface for ARMMarc Marí1-4/+4
2015-10-19Implement fw_cfg DMA interfaceMarc Marí2-12/+230
2015-10-19Merge remote-tracking branch 'remotes/sstabellini/tags/2015-10-19-tag' into s...Peter Maydell2-0/+8
2015-10-19xen-platform: Ensure xen is enabled when initializingEduardo Habkost1-0/+3
2015-10-19pc: Require xen when initializing xenfv machineEduardo Habkost1-0/+5
2015-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell9-29/+30
2015-10-19kvm: Pass PCI device pointer to MSI routing functionsPavel Fedin3-11/+14
2015-10-19hw/pci: Introduce pci_requester_id()Pavel Fedin3-3/+3
2015-10-19Remove macros IO_READ_PROTO and IO_WRITE_PROTONutan Shinde4-35/+15
2015-10-18hw/ide/ahci.c: Fix shift left into sign bitPeter Maydell1-1/+1