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
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
2020-09-29
tests: acpi: update acpi blobs with new AML
Igor Mammedov
19
-19
/
+0
2020-09-29
x68: acpi: trigger SMI before sending hotplug Notify event to OSPM
Igor Mammedov
1
-27
/
+138
2020-09-29
x86: acpi: introduce the PCI0.SMI0 ACPI device
Igor Mammedov
2
-1
/
+29
2020-09-29
x86: acpi: introduce AcpiPmInfo::smi_on_cpuhp
Igor Mammedov
1
-0
/
+6
2020-09-29
x86: ich9: expose "smi_negotiated_features" as a QOM property
Igor Mammedov
2
-0
/
+5
2020-09-29
tests: acpi: mark to be changed tables in bios-tables-test-allowed-diff
Igor Mammedov
1
-0
/
+19
2020-09-29
acpi: add aml_land() and aml_break() primitives
Igor Mammedov
2
-0
/
+18
2020-09-29
x86: cpuhp: refuse cpu hot-unplug request earlier if not supported
Igor Mammedov
1
-0
/
+12
2020-09-29
x86: cpuhp: prevent guest crash on CPU hotplug when broadcast SMI is in use
Igor Mammedov
2
-1
/
+22
2020-09-29
x86: lpc9: let firmware negotiate 'CPU hotplug with SMI' features
Igor Mammedov
3
-1
/
+18
2020-09-29
virtio: update MemoryRegionCaches when guest set bad features
Li Qiang
1
-9
/
+8
[next]