aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-29docs/sphinx: Add new qapi-doc Sphinx extensionPeter Maydell3-1/+556
2020-09-29qapi/machine.json: Escape a literal '*' in doc commentPeter Maydell1-1/+1
2020-09-29scripts/qapi/parser.py: improve doc comment indent handlingPeter Maydell7-21/+109
2020-09-29scripts/qapi: Move doc-comment whitespace stripping to doc.pyPeter Maydell3-14/+11
2020-09-29tests/qapi/doc-good.json: Prepare for qapi-doc Sphinx extensionPeter Maydell3-27/+22
2020-09-29qapi/block.json: Add newline after "Example:" for block-latency-histogram-setPeter Maydell1-4/+8
2020-09-29qapi: Fix doc comment indentation againPeter Maydell3-57/+59
2020-09-29qapi: Extract PCI commands to 'pci.json'Philippe Mathieu-Daudé8-308/+322
2020-09-29qapi: Extract ACPI commands to 'acpi.json'Philippe Mathieu-Daudé10-135/+149
2020-09-29qapi: Restrict device memory commands to machine codePhilippe Mathieu-Daudé6-219/+220
2020-09-29qapi: Restrict query-uuid command to machine codePhilippe Mathieu-Daudé4-32/+32
2020-09-29qapi: Restrict query-vm-generation-id command to machine codePhilippe Mathieu-Daudé4-23/+22
2020-09-29qapi: Restrict balloon-related commands to machine codePhilippe Mathieu-Daudé6-93/+94
2020-09-29qapi: Correct balloon documentationPhilippe Mathieu-Daudé1-3/+10
2020-09-29qapi: Restrict LostTickPolicy enum to machine codePhilippe Mathieu-Daudé5-34/+35
2020-09-29Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell290-71489/+0
2020-09-29tests/acpi: drop unnecessary filesMichael S. Tsirkin290-71489/+0
2020-09-29Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200929-pull-request' ...Peter Maydell12-39/+89
2020-09-29Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell394-418/+72813
2020-09-29Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20200928a'...Peter Maydell1-5/+2
2020-09-29ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and virtio...Gerd Hoffmann1-1/+3
2020-09-29virtio-vga: implement big-endian-framebuffer propertyGerd Hoffmann1-0/+19
2020-09-29virtio-gpu: set physical dimensions for EDIDMarc-André Lureau3-0/+5
2020-09-29spice: get monitors physical dimensionMarc-André Lureau2-0/+10
2020-09-29spice: remove the single monitor config logicMarc-André Lureau1-22/+4
2020-09-29ui: add getter for UIInfoMarc-André Lureau3-1/+9
2020-09-29edid: use physical dimensions if availableMarc-André Lureau3-14/+38
2020-09-29edid: fix physical display size computationMarc-André Lureau1-2/+2
2020-09-29virtio-gpu-3d: fix abnormal display after a warm rebootGuoqing Zhang1-1/+1
2020-09-29libvhost-user: return on error in vu_log_queue_fill()Stefan Hajnoczi1-0/+1
2020-09-29libvhost-user: return early on virtqueue errorsStefan Hajnoczi1-8/+17
2020-09-29hw: virtio-pmem: detach the element fromt the virtqueue when error occursLi Qiang1-0/+1
2020-09-29tests/acpi: update golden master DSDT binary table blobs for q35Ani Sinha303-10/+71489
2020-09-29piix4: don't reserve hw resources when hotplug is off globallyAni Sinha2-9/+22
2020-09-29Add ACPI DSDT tables for q35 that are being updated by the next patchAni Sinha1-0/+10
2020-09-29tests/acpi: add newly added acpi DSDT table blob for pci bridge hotplug flagAni Sinha2-1/+0
2020-09-29tests/acpi: unit test for 'acpi-pci-hotplug-with-bridge-support' bridge flagAni Sinha1-0/+16
2020-09-29tests/acpi: list added acpi table binary file for pci bridge hotplug testAni Sinha1-0/+1
2020-09-29i440fx/acpi: do not add hotplug related amls for cold plugged bridgesAni Sinha1-6/+6
2020-09-29Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable busAni Sinha1-0/+15
2020-09-29tests/acpi: add a new ACPI table in order to test root pci hotplug on/offAni Sinha2-1/+0
2020-09-29tests/acpi: add new unit test to test hotplug off/on feature on the root pci busAni Sinha1-0/+16
2020-09-29tests/acpi: mark addition of table DSDT.roothp for unit testing root pci hotplugAni Sinha1-0/+1
2020-09-29vhost-user: save features of multiqueues if chardev is closedhaibinzhang(张海斌)1-3/+7
2020-09-29qemu-options: document SMBIOS type 11 settingsDaniel P. Berrangé1-0/+41
2020-09-29hw/smbios: report error if table size is too largeDaniel P. Berrangé1-0/+14
2020-09-29hw/smbios: support loading OEM strings values from a fileDaniel P. Berrangé1-13/+58
2020-09-29tests: acpi: update acpi blobs with new AMLIgor Mammedov19-19/+0
2020-09-29x68: acpi: trigger SMI before sending hotplug Notify event to OSPMIgor Mammedov1-27/+138
2020-09-29x86: acpi: introduce the PCI0.SMI0 ACPI deviceIgor Mammedov2-1/+29