summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-06-03hw/i386/acpi-build: decref after useShannon Zhao1-0/+1
2015-06-03hw/ide/pci: Fix memory leakShannon Zhao1-4/+1
2015-06-03hw/i386/pc_piix: Fix memory leakShannon Zhao1-3/+4
2015-06-02xen/pt: unknown PCI config space fields should be read-onlyJan Beulich3-3/+35
2015-06-02xen/pt: add a few PCI config space field descriptionsJan Beulich1-0/+28
2015-06-02xen/pt: mark reserved bits in PCI config space fieldsJan Beulich2-5/+11
2015-06-02xen/pt: mark all PCIe capability bits read-onlyJan Beulich1-1/+1
2015-06-02xen/pt: split out calculation of throughable mask in PCI config space handlingJan Beulich1-31/+20
2015-06-02xen/pt: correctly handle PM status bitJan Beulich1-1/+2
2015-06-02xen/pt: consolidate PM capability emu_maskJan Beulich1-21/+4
2015-06-02xen/MSI: don't open-code pass-through of enable bit modificationsJan Beulich1-8/+2
2015-06-02xen/MSI-X: limit error messagesJan Beulich2-5/+8
2015-06-02xen: don't allow guest to control MSI mask registerJan Beulich2-14/+88
2015-06-02xen: properly gate host writes of modified PCI CFG contentsJan Beulich3-10/+21
2015-06-01acpi: add missing ssdtMichael S. Tsirkin1-0/+36
2015-06-01vhost-user: add multi queue supportOuyang Changchun2-2/+12
2015-06-01virtio: make features 64bit wideGerd Hoffmann10-24/+65
2015-06-01qdev: add 64bit propertiesGerd Hoffmann1-0/+58
2015-06-01virtio-mmio: ioeventfd supportYing-Shiuan Pan1-0/+181
2015-06-01hw/acpi/aml-build: Fix memory leakShannon Zhao1-0/+1
2015-06-01acpi: add aml_increment() termMarcel Apfelbaum1-0/+8
2015-06-01acpi: add aml_shiftright() termMarcel Apfelbaum1-0/+10
2015-06-01acpi: add aml_shiftleft() termMarcel Apfelbaum1-0/+10
2015-06-01acpi: add aml_index() termMarcel Apfelbaum1-0/+10
2015-06-01acpi: add aml_lless() termMarcel Apfelbaum1-0/+9
2015-06-01acpi: add aml_add() termMarcel Apfelbaum1-0/+10
2015-06-01TPM2 ACPI table supportStefan Berger7-26/+205
2015-05-31tpm: Probe for connected TPM 1.2 or TPM 2Stefan Berger5-54/+167
2015-05-31Extend TPM TIS interface to support TPM 2Stefan Berger4-9/+115
2015-05-31Add stream ID to MSI writePavel Fedin2-3/+10
2015-05-31acpi: Simplify printing to dynamic stringMarkus Armbruster1-22/+5
2015-05-31i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wantedLaszlo Ersek1-0/+1
2015-05-31i386/pc_q35: don't insist on board FDC if there's no default floppyLaszlo Ersek1-2/+2
2015-05-31i386/pc: '-drive if=floppy' should imply a board-default FDCLaszlo Ersek1-0/+1
2015-05-31i386/pc: pc_basic_device_init(): delegate FDC creation requestLaszlo Ersek3-3/+4
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang6-26/+26
2015-05-31virtio-s390: introduce virtio_s390_device_plugged()Jason Wang1-0/+14
2015-05-31virtio-s390: introduce virito s390 queue limitJason Wang1-2/+4
2015-05-31virtio-ccw: validate the number of queues against bus limitationJason Wang1-0/+9
2015-05-31virtio-ccw: introduce ccw specific queue limitJason Wang2-7/+7
2015-05-31virtio: introduce virtio_get_num_queues()Jason Wang1-0/+13
2015-05-31virtio: device_plugged() can failJason Wang4-6/+10
2015-05-31virtio-net: adding all queues in .realize()Jason Wang1-42/+17
2015-05-31virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into coreCornelia Huck3-14/+0
2015-05-31virtio-ccw: Don't advertise VIRTIO_F_BAD_FEATURECornelia Huck1-1/+0
2015-05-31virtio: move host_featuresCornelia Huck9-98/+29
2015-05-31pc: acpi: fix pvpanic for buggy guestsRadim Krčmář1-1/+4
2015-05-31pc: Generate init functions with a macroEduardo Habkost2-170/+76
2015-05-31piix: Eliminate pc_init_pci()Eduardo Habkost1-18/+13
2015-05-31piix: Add kvmclock_enabled, pci_enabled globalsEduardo Habkost1-7/+15