aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-02fdc: Fix MSR.RQM flagKevin Wolf1-1/+12
2015-06-02fdc: Disentangle phases in fdctrl_read_data()Kevin Wolf1-10/+23
2015-06-02fdc: Code cleanup in fdctrl_write_data()Kevin Wolf1-24/+39
2015-06-02fdc: Use phase in fdctrl_write_data()Kevin Wolf1-28/+41
2015-06-02fdc: Introduce fdctrl->phaseKevin Wolf1-0/+89
2015-06-02fdc: Rename fdctrl_set_fifo() to fdctrl_to_result_phase()Kevin Wolf1-15/+16
2015-06-02fdc: Rename fdctrl_reset_fifo() to fdctrl_to_command_phase()Kevin Wolf1-15/+15
2015-06-02Merge remote-tracking branch 'remotes/sstabellini/tags/xen-15-06-02-tag' into...Peter Maydell6-94/+217
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 Beulich3-14/+90
2015-06-02xen: properly gate host writes of modified PCI CFG contentsJan Beulich3-10/+21
2015-06-02target-arm: Correct check for non-EL3Edgar E. Iglesias1-1/+1
2015-06-02Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150602-1' into...Peter Maydell1-6/+12
2015-06-02Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell1-0/+36
2015-06-02virtio-input: make virtio devices follow usual naming conventionGerd Hoffmann1-4/+4
2015-06-02virtio-input: const_le16 and const_le32 not build time constantMichael Mueller1-2/+8
2015-06-01acpi: add missing ssdtMichael S. Tsirkin1-0/+36
2015-06-01Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell62-1073/+1651
2015-06-01vhost-user: add multi queue supportOuyang Changchun6-18/+49
2015-06-01virtio: make features 64bit wideGerd Hoffmann11-40/+81
2015-06-01qdev: add 64bit propertiesGerd Hoffmann2-0/+68
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_while() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_increment() termMarcel Apfelbaum2-0/+9
2015-06-01acpi: add aml_shiftright() termMarcel Apfelbaum2-0/+11
2015-06-01acpi: add aml_shiftleft() termMarcel Apfelbaum2-0/+11
2015-06-01acpi: add aml_index() termMarcel Apfelbaum2-0/+11
2015-06-01acpi: add aml_lless() termMarcel Apfelbaum2-0/+10
2015-06-01acpi: add aml_add() termMarcel Apfelbaum2-0/+11
2015-06-01TPM2 ACPI table supportStefan Berger10-28/+237
2015-06-01Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-20150530'...Peter Maydell1-13/+2
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 Berger7-9/+158
2015-05-31Add stream ID to MSI writePavel Fedin4-3/+13
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 Ersek4-3/+5
2015-05-31virtio: increase the queue limit to 1024Jason Wang1-1/+1
2015-05-31virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAXJason Wang7-27/+27