aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-03-19Revert "target-i386: Disable HLE and RTM on Haswell & Broadwell"Eduardo Habkost2-8/+0
2015-03-19Merge remote-tracking branch 'remotes/amit/tags/vser-for-2.3-3' into stagingPeter Maydell1-0/+31
2015-03-19Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-03-1...Peter Maydell32-74/+133
2015-03-19virtio: serial: expose a 'guest_writable' callback for usersAmit Shah1-0/+31
2015-03-19Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-8/+9
2015-03-19elf-loader: Fix truncation warning from coverityStefan Weil1-1/+1
2015-03-19smbios: add max speed comdline option for type-17 (meory device) structureGabriel L. Somlo1-2/+8
2015-03-19pc-dimm: Add description for device list.Paulo Vital1-0/+1
2015-03-19error: Replace error_report() & error_free() with error_report_err()zhanghailiang1-1/+1
2015-03-19arm: fix memory leakGonglei4-2/+6
2015-03-19Fix remaining warnings from Sparse (void return)Stefan Weil7-17/+22
2015-03-19arm/nseries: Fix warnings from SparseStefan Weil1-2/+2
2015-03-19omap: Fix warnings from SparseStefan Weil13-42/+84
2015-03-199pfs: Fix warnings from SparseStefan Weil4-7/+8
2015-03-18pcie_aer: fix comment to match pcie specMichael S. Tsirkin1-2/+2
2015-03-18aer: fix a wrong init PCI_ERR_COR_STATUS w1cmask type registerChen Fan1-1/+1
2015-03-18pcie_aer: fix typos in pcie_aer_inject_error commentChen Fan1-3/+3
2015-03-18aer: fix wrong check on expose aer tlp prefix logChen Fan1-1/+1
2015-03-18pcie: correct mistaken register bit for End-End TLP Prefix BlockingChen Fan1-1/+1
2015-03-18virtio-scsi-dataplane: fix memory leak in virtio_scsi_vring_initBo Su1-1/+3
2015-03-18virtio-scsi: Fix assert in virtio_scsi_push_eventFam Zheng1-2/+6
2015-03-17Merge remote-tracking branch 'remotes/afaerber/tags/qom-cpu-for-peter' into s...Peter Maydell1-5/+14
2015-03-17target-i386: Remove icc_bridge parameter from cpu_x86_create()Eduardo Habkost1-4/+12
2015-03-17pc: Suppress APIC ID compatibility warning for QTestAndreas Färber1-1/+2
2015-03-17qdev: Move owner-less IRQs to /machine/unattachedAndreas Färber1-2/+3
2015-03-17cadence_uart: Convert to QOM realize()Alistair Francis1-11/+15
2015-03-16Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20150316' i...Peter Maydell3-0/+22
2015-03-16virtio: Fix memory leaks reported by CoverityStefan Weil1-20/+8
2015-03-16virtio: validate the existence of handle_output before calling itJason Wang1-1/+2
2015-03-16Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20150316'...Peter Maydell1-0/+7
2015-03-16pc: Disable vmdesc submission for old machinesAlexander Graf2-0/+2
2015-03-16migration: Allow to suppress vmdesc submissionAlexander Graf1-0/+20
2015-03-16Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into stagingPeter Maydell3-44/+32
2015-03-16hw/intc/arm_gic: Initialize the vgic in the realize functionEric Auger1-0/+7
2015-03-16s390x/pci: fix length in sei_nt2 eventFrank Blaschka1-0/+1
2015-03-16s390x/ipl: remove dead codeDominik Dingel1-3/+0
2015-03-16s390x/virtio-bus: Remove unused function s390_virtio_bus_console()Thomas Huth2-6/+0
2015-03-16s390x: CPACF: Handle key wrap machine optionsTony Krowiak1-0/+63
2015-03-16virtio-ccw: assure BE accessesCornelia Huck1-9/+13
2015-03-16s390x/kvm: Guest Migration TOD clock synchronizationJason J. Herne2-0/+56
2015-03-16s390x: Replace unchecked qdev_init() by qdev_init_nofail()Markus Armbruster1-5/+1
2015-03-16virtio: Fix memory leaks reported by CoverityStefan Weil1-20/+8
2015-03-16virtfs-proxy: Fix possible overflowShannon Zhao1-0/+4
2015-03-13Merge remote-tracking branch 'remotes/kraxel/tags/pull-sdl-20150312-2' into s...Peter Maydell2-3/+4
2015-03-13hw/9pfs/virtio-9p-posix-acl: Fix out-of-bounds accessShannon Zhao1-1/+1
2015-03-12Allow the use of X11 from a non standard location.Jeremy White1-0/+1
2015-03-12configure: opengl overhaulGerd Hoffmann2-3/+3
2015-03-129pfs-proxy: tiny cleanups in proxy_pwritev and proxy_preadvMichael Tokarev1-10/+8
2015-03-129pfs-local: simplify/optimize local_mapped_attr_path()Michael Tokarev1-13/+11
2015-03-12Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell11-106/+128