summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2014-09-04Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell1-23/+47
2014-09-04Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into stagingPeter Maydell1-25/+24
2014-09-04qdev: Add cleanup logic in device_set_realized() to avoid resource leakGonglei1-14/+38
2014-09-04qdev: Use NULL instead of local_err for qbus_child unrealizeGonglei1-7/+7
2014-09-04Merge remote-tracking branch 'remotes/stefanha/tags/net-pull-request' into st...Peter Maydell2-2/+22
2014-09-04virtio-net: purge outstanding packets when starting vhostMichael S. Tsirkin1-1/+14
2014-09-04virtio: don't call device on !vm_runningMichael S. Tsirkin1-1/+8
2014-09-04virtio-net: don't run bh on vm stoppedMichael S. Tsirkin1-2/+12
2014-09-04hw/9pfs: Don't return type from host in readdir on local 9p filesystemBastian Blank1-1/+4
2014-09-04qdev: Use error_abort instead of using local_errGonglei1-2/+2
2014-09-04Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-09-03' in...Peter Maydell6-9/+11
2014-09-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell4-17/+35
2014-09-04Revert "vhost_net: start/stop guest notifiers properly"Peter Maydell2-19/+14
2014-09-03acpi-build: Set FORCE_APIC_CLUSTER_MODEL bit for FADT flagszhanghailiang1-0/+6
2014-09-03vhost-scsi: init backend features earlierMichael S. Tsirkin1-1/+1
2014-09-03vhost_net: init acked_features to backend_featuresJason Wang1-0/+1
2014-09-03vhost_net: start/stop guest notifiers properlyJason Wang2-16/+27
2014-09-02hw/9pfs: Use little-endian format for xattr valuesAneesh Kumar K.V1-24/+20
2014-09-02Fix debug print warningGonglei6-9/+11
2014-09-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell15-42/+2550
2014-09-02vhost_net: start/stop guest notifiers properlyJason Wang2-14/+19
2014-09-02pci: avoid losing config updates to MSI/MSIX cap regsKnut Omang1-3/+4
2014-09-02virtio-net: don't run bh on vm stoppedMichael S. Tsirkin1-2/+12
2014-09-02ioh3420: remove unused ioh3420_init() declarationGonglei1-4/+0
2014-09-02vhost_net: cleanup start/stop conditionMichael S. Tsirkin1-8/+0
2014-09-02Merge remote-tracking branch 'remotes/spice/tags/pull-spice-20140902-1' into ...Peter Maydell1-1/+3
2014-09-01target-tricore: Add board for systemmodeBastian Koppelmann2-0/+125
2014-09-01Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140901' int...Peter Maydell3-20/+330
2014-09-01qxl-render: add more sanity checksGerd Hoffmann1-1/+3
2014-09-01sclp-s390: Add memory hotplug SCLPsMatthew Rosato1-6/+253
2014-09-01s390-virtio: Apply same memory boundaries as virtio-ccwMatthew Rosato1-6/+9
2014-09-01virtio-ccw: Include standby memory when calculating storage incrementMatthew Rosato1-8/+38
2014-09-01sclp-s390: Add device to manage s390 memory hotplugMatthew Rosato1-0/+30
2014-08-29Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2-1/+2
2014-08-29virtio-blk: allow drive_del with dataplaneStefan Hajnoczi1-0/+1
2014-08-29hw/intc/arm_gic: honor target mask in gic_update()Sergey Fedorov1-1/+2
2014-08-29aarch64: raise max_cpus to 8Joel Schopp1-1/+1
2014-08-29arm_gic: Use GIC_NR_SGIS constantAdam Lackorzynski1-1/+1
2014-08-29arm_gic: Do not force PPIs to edge-triggered modeAdam Lackorzynski1-1/+1
2014-08-29arm_gic: GICD_ICFGR: Write model only for pre v1 GICsAdam Lackorzynski1-4/+6
2014-08-29arm_gic: Fix read of GICD_ICFGRAdam Lackorzynski1-1/+1
2014-08-29Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-20140829-1' into s...Peter Maydell7-12/+145
2014-08-29usb: add usb host adapters exit traceGonglei3-0/+6
2014-08-29usb-xhci: add exit functionGonglei1-0/+36
2014-08-29usb-ehci: add ehci-pci device exit functionGonglei1-0/+14
2014-08-29usb-ehci: add ehci unrealize funcitonGonglei2-0/+26
2014-08-29usb-ehci: add vmstate properity for EHCIStateGonglei2-1/+2
2014-08-29usb-uhci: clean up uhci resource when pci-uhci exitGonglei1-0/+22
2014-08-29usb-ohci: add exit functionGonglei1-0/+19
2014-08-29usb-ohci: Fix memory leak for ohci timerGonglei1-1/+3