aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2012-06-01Allow i8259 to build without i8254Benjamin Herrenschmidt
2012-06-01Fix conditional build of various x86 specific bitsBenjamin Herrenschmidt
2012-04-16Merge remote branch 'stable-1.0.1-qemu/master' into stable-1.0qemu-kvm-1.0.1Marcelo Tosatti
2012-02-01Merge branch 'ppc-1.0' of git://repo.or.cz/qemu/agrafJustin M. Forbes
2012-01-23e1000: bounds packet size against buffer sizeAnthony Liguori
2012-01-12pseries: Populate "/chosen/linux,stdout-path" in the FDTDavid Gibson
2012-01-12pseries: Add a routine to find a stable "default" vty and use itDavid Gibson
2012-01-12pseries: Emit device tree nodes in reg orderDavid Gibson
2012-01-12kvm-ppc: halt secondary cpus when guest resetLiu Yu-B13201
2012-01-12pseries: Fix array overrun bug in PCI codeDavid Gibson
2012-01-10usb-ohci: td.cbp incorrectly updated near page endAndriy Gapon
2012-01-10usb-storage: cancel I/O on resetGerd Hoffmann
2012-01-10pc: fix event_idx compatibility for virtio devicesAnthony Liguori
2012-01-10pc: add pc-0.15Anthony Liguori
2012-01-10hw/9pfs: Use the correct signed type for different variablesAneesh Kumar K.V
2012-01-10hw/9pfs: replace iovec manipulation with QEMUIOVectorStefan Hajnoczi
2012-01-10hw/9pfs: Use the correct file descriptor in Fsdriver CallbackAneesh Kumar K.V
2012-01-10hw/9pfs: Add qdev.reset callback for virtio-9p-pci deviceAneesh Kumar K.V
2012-01-10hw/9pfs: Reset server state during TVERSIONDeepak C Shetty
2012-01-10hw/9pfs: use migration blockers to prevent live migration when virtfs export ...Aneesh Kumar K.V
2012-01-10hw/9pfs: Improve portability to older systemsAneesh Kumar K.V
2012-01-08malta: Fix regression (i8259 interrupts did not work)Stefan Weil
2011-12-19qemu-kvm: Fix save/restore of in-kernel i8259Jan Kiszka
2011-12-04Merge commit 'v1.0' into nextqemu-kvm-1.0Avi Kivity
2011-11-28ccid: Fix buffer overrun in handling of VSC_ATR messageMarkus Armbruster
2011-11-289pfs: improve portability to older systemsAneesh Kumar K.V
2011-11-28eepro100: Fix alignment requirement for statistical countersStefan Weil
2011-11-28virtio: add and use virtio_set_featuresPaolo Bonzini
2011-11-289pfs: improve portability to older systemsPaolo Bonzini
2011-11-28Merge remote-tracking branch 'kwolf/block-stable' into stagingAnthony Liguori
2011-11-28Merge remote-tracking branch 'kraxel/usb.32' into stagingAnthony Liguori
2011-11-27Merge commit 'bc75c9e50d308b2ec6623a40179c5cdc84b63dae' into upstream-mergeAvi Kivity
2011-11-27qemu-kvm: msix: Fire mask notifier on global mask changesJan Kiszka
2011-11-27Merge commit 'ae392c416c69a020226c768d9c3af08b29dd6d96' into upstream-mergeAvi Kivity
2011-11-27Merge commit '9a93b61730e3b46ef1c01ca522c6abe80ec13832' into upstream-mergeAvi Kivity
2011-11-23usb-ehci: add register namesGerd Hoffmann
2011-11-23usb-ehci: codestyle fixupsGerd Hoffmann
2011-11-23usb-hub: implement resetGerd Hoffmann
2011-11-23rtl8139: Fix invalid IO access alignmentJulian Pidancet
2011-11-22usb-hub: wakeup on detach too.Gerd Hoffmann
2011-11-22usb: fix usb_qdev_init error handling.Gerd Hoffmann
2011-11-22usb: make usb_create_simple catch and pass up errors.Gerd Hoffmann
2011-11-22scsi-generic: add as boot devicePaolo Bonzini
2011-11-22scsi: fix fw pathPaolo Bonzini
2011-11-22usb-msd: do not register twice in the boot orderPaolo Bonzini
2011-11-22virtio-blk: fix cross-endian config spacePaolo Bonzini
2011-11-21msix: avoid mask updates if mask is unchangedMichael S. Tsirkin
2011-11-21msix: Prevent bogus mask updates on MMIO accessesMichael S. Tsirkin
2011-11-21msix: track function masked in pci device stateMichael S. Tsirkin
2011-11-21ivshmem: fix PCI BAR2 registration during initializationHongyong Zang