index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-09-29
meson.build: Make manuals depend on source to Sphinx extensions
Peter Maydell
2
-0
/
+9
2020-09-29
meson.build: Move SPHINX_ARGS to top level meson.build file
Peter Maydell
2
-8
/
+8
2020-09-29
tests/qapi-schema: Convert doc-good.json to rST-style strong/emphasis
Peter Maydell
3
-3
/
+3
2020-09-29
qga/qapi-schema.json: Add some headings
Peter Maydell
1
-3
/
+5
2020-09-29
qapi: Use rST markup for literal blocks
Peter Maydell
2
-9
/
+13
2020-09-29
docs/interop: Convert qemu-qmp-ref to rST
Peter Maydell
10
-168
/
+21
2020-09-29
docs/interop: Convert qemu-ga-ref to rST
Peter Maydell
9
-87
/
+19
2020-09-29
docs/sphinx: Add new qapi-doc Sphinx extension
Peter Maydell
3
-1
/
+556
2020-09-29
qapi/machine.json: Escape a literal '*' in doc comment
Peter Maydell
1
-1
/
+1
2020-09-29
scripts/qapi/parser.py: improve doc comment indent handling
Peter Maydell
7
-21
/
+109
2020-09-29
scripts/qapi: Move doc-comment whitespace stripping to doc.py
Peter Maydell
3
-14
/
+11
2020-09-29
tests/qapi/doc-good.json: Prepare for qapi-doc Sphinx extension
Peter Maydell
3
-27
/
+22
2020-09-29
qapi/block.json: Add newline after "Example:" for block-latency-histogram-set
Peter Maydell
1
-4
/
+8
2020-09-29
qapi: Fix doc comment indentation again
Peter Maydell
3
-57
/
+59
2020-09-29
qapi: Extract PCI commands to 'pci.json'
Philippe Mathieu-Daudé
8
-308
/
+322
2020-09-29
qapi: Extract ACPI commands to 'acpi.json'
Philippe Mathieu-Daudé
10
-135
/
+149
2020-09-29
qapi: Restrict device memory commands to machine code
Philippe Mathieu-Daudé
6
-219
/
+220
2020-09-29
qapi: Restrict query-uuid command to machine code
Philippe Mathieu-Daudé
4
-32
/
+32
2020-09-29
qapi: Restrict query-vm-generation-id command to machine code
Philippe Mathieu-Daudé
4
-23
/
+22
2020-09-29
qapi: Restrict balloon-related commands to machine code
Philippe Mathieu-Daudé
6
-93
/
+94
2020-09-29
qapi: Correct balloon documentation
Philippe Mathieu-Daudé
1
-3
/
+10
2020-09-29
qapi: Restrict LostTickPolicy enum to machine code
Philippe Mathieu-Daudé
5
-34
/
+35
2020-09-29
tests/acpi: drop unnecessary files
Michael S. Tsirkin
290
-71489
/
+0
2020-09-29
ppc/pseries: enable big-endian-framebuffer quirk for bochs-display and virtio...
Gerd Hoffmann
1
-1
/
+3
2020-09-29
virtio-vga: implement big-endian-framebuffer property
Gerd Hoffmann
1
-0
/
+19
2020-09-29
virtio-gpu: set physical dimensions for EDID
Marc-André Lureau
3
-0
/
+5
2020-09-29
spice: get monitors physical dimension
Marc-André Lureau
2
-0
/
+10
2020-09-29
spice: remove the single monitor config logic
Marc-André Lureau
1
-22
/
+4
2020-09-29
ui: add getter for UIInfo
Marc-André Lureau
3
-1
/
+9
2020-09-29
edid: use physical dimensions if available
Marc-André Lureau
3
-14
/
+38
2020-09-29
edid: fix physical display size computation
Marc-André Lureau
1
-2
/
+2
2020-09-29
virtio-gpu-3d: fix abnormal display after a warm reboot
Guoqing Zhang
1
-1
/
+1
2020-09-29
libvhost-user: return on error in vu_log_queue_fill()
Stefan Hajnoczi
1
-0
/
+1
2020-09-29
libvhost-user: return early on virtqueue errors
Stefan Hajnoczi
1
-8
/
+17
2020-09-29
hw: virtio-pmem: detach the element fromt the virtqueue when error occurs
Li Qiang
1
-0
/
+1
2020-09-29
tests/acpi: update golden master DSDT binary table blobs for q35
Ani Sinha
303
-10
/
+71489
2020-09-29
piix4: don't reserve hw resources when hotplug is off globally
Ani Sinha
2
-9
/
+22
2020-09-29
Add ACPI DSDT tables for q35 that are being updated by the next patch
Ani Sinha
1
-0
/
+10
2020-09-29
tests/acpi: add newly added acpi DSDT table blob for pci bridge hotplug flag
Ani Sinha
2
-1
/
+0
2020-09-29
tests/acpi: unit test for 'acpi-pci-hotplug-with-bridge-support' bridge flag
Ani Sinha
1
-0
/
+16
2020-09-29
tests/acpi: list added acpi table binary file for pci bridge hotplug test
Ani Sinha
1
-0
/
+1
2020-09-29
i440fx/acpi: do not add hotplug related amls for cold plugged bridges
Ani Sinha
1
-6
/
+6
2020-09-29
Fix a gap where acpi_pcihp_find_hotplug_bus() returns a non-hotpluggable bus
Ani Sinha
1
-0
/
+15
2020-09-29
tests/acpi: add a new ACPI table in order to test root pci hotplug on/off
Ani Sinha
2
-1
/
+0
2020-09-29
tests/acpi: add new unit test to test hotplug off/on feature on the root pci bus
Ani Sinha
1
-0
/
+16
2020-09-29
tests/acpi: mark addition of table DSDT.roothp for unit testing root pci hotplug
Ani Sinha
1
-0
/
+1
2020-09-29
vhost-user: save features of multiqueues if chardev is closed
haibinzhang(张海斌)
1
-3
/
+7
2020-09-29
qemu-options: document SMBIOS type 11 settings
Daniel P. Berrangé
1
-0
/
+41
2020-09-29
hw/smbios: report error if table size is too large
Daniel P. Berrangé
1
-0
/
+14
2020-09-29
hw/smbios: support loading OEM strings values from a file
Daniel P. Berrangé
1
-13
/
+58
[next]