summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* hw/timer/arm_timer.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+2Star
* hw/isa/i82378.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-5/+2Star
* hw/isa/lpc_ich9.c: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-031-4/+1Star
* hw/i386/pc: Fix misusing qemu_allocate_irqs for single irqShannon Zhao2015-06-033-8/+4Star
* hw/intc/exynos4210_gic.c: Fix memory leak by adjusting orderShannon Zhao2015-06-031-4/+3Star
* hw/arm/omap_sx1.c: Fix memory leak spotted by valgrindShannon Zhao2015-06-031-1/+1
* hw/ppc/e500.c: Fix memory leakShannon Zhao2015-06-031-0/+1
* hw/alpha/dp264.c: Fix memory leak spotted by valgrindShannon Zhao2015-06-031-3/+4
* hw/i386/acpi-build: decref after useShannon Zhao2015-06-031-0/+1
* hw/ide/pci: Fix memory leakShannon Zhao2015-06-031-4/+1Star
* hw/i386/pc_piix: Fix memory leakShannon Zhao2015-06-031-3/+4
* xen/pt: unknown PCI config space fields should be read-onlyJan Beulich2015-06-023-3/+35
* xen/pt: add a few PCI config space field descriptionsJan Beulich2015-06-021-0/+28
* xen/pt: mark reserved bits in PCI config space fieldsJan Beulich2015-06-022-5/+11
* xen/pt: mark all PCIe capability bits read-onlyJan Beulich2015-06-021-1/+1
* xen/pt: split out calculation of throughable mask in PCI config space handlingJan Beulich2015-06-021-31/+20Star
* xen/pt: correctly handle PM status bitJan Beulich2015-06-021-1/+2
* xen/pt: consolidate PM capability emu_maskJan Beulich2015-06-021-21/+4Star
* xen/MSI: don't open-code pass-through of enable bit modificationsJan Beulich2015-06-021-8/+2Star
* xen/MSI-X: limit error messagesJan Beulich2015-06-022-5/+8
* xen: don't allow guest to control MSI mask registerJan Beulich2015-06-022-14/+88
* xen: properly gate host writes of modified PCI CFG contentsJan Beulich2015-06-023-10/+21
* acpi: add missing ssdtMichael S. Tsirkin2015-06-011-0/+36
* vhost-user: add multi queue supportOuyang Changchun2015-06-012-2/+12
* virtio: make features 64bit wideGerd Hoffmann2015-06-0110-24/+65
* qdev: add 64bit propertiesGerd Hoffmann2015-06-011-0/+58
* virtio-mmio: ioeventfd supportYing-Shiuan Pan2015-06-011-0/+181
* hw/acpi/aml-build: Fix memory leakShannon Zhao2015-06-011-0/+1
* acpi: add aml_increment() termMarcel Apfelbaum2015-06-011-0/+8
* acpi: add aml_shiftright() termMarcel Apfelbaum2015-06-011-0/+10
* acpi: add aml_shiftleft() termMarcel Apfelbaum2015-06-011-0/+10
* acpi: add aml_index() termMarcel Apfelbaum2015-06-011-0/+10
* acpi: add aml_lless() termMarcel Apfelbaum2015-06-011-0/+9
* acpi: add aml_add() termMarcel Apfelbaum2015-06-011-0/+10
* TPM2 ACPI table supportStefan Berger2015-06-017-26/+205
* tpm: Probe for connected TPM 1.2 or TPM 2Stefan Berger2015-05-315-54/+167
* Extend TPM TIS interface to support TPM 2Stefan Berger2015-05-314-9/+115
* Add stream ID to MSI writePavel Fedin2015-05-312-3/+10
* acpi: Simplify printing to dynamic stringMarkus Armbruster2015-05-311-22/+5Star
* i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wantedLaszlo Ersek2015-05-311-0/+1
* i386/pc_q35: don't insist on board FDC if there's no default floppyLaszlo Ersek2015-05-311-2/+2
* i386/pc: '-drive if=floppy' should imply a board-default FDCLaszlo Ersek2015-05-311-0/+1
* i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek2015-05-313-3/+4
* virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang2015-05-316-26/+26
* virtio-s390: introduce virtio_s390_device_plugged()Jason Wang2015-05-311-0/+14
* virtio-s390: introduce virito s390 queue limitJason Wang2015-05-311-2/+4
* virtio-ccw: validate the number of queues against bus limitationJason Wang2015-05-311-0/+9
* virtio-ccw: introduce ccw specific queue limitJason Wang2015-05-312-7/+7
* virtio: introduce virtio_get_num_queues()Jason Wang2015-05-311-0/+13
* virtio: device_plugged() can failJason Wang2015-05-314-6/+10