index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
acpi: ged: rename event memory region
Gerd Hoffmann
2020-06-12
2
-9
/
+9
*
acpi: fadt: add hw-reduced sleep register support
Gerd Hoffmann
2020-06-12
2
-2
/
+4
*
acpi: madt: skip pci override on pci-less systems.
Gerd Hoffmann
2020-06-12
3
-13
/
+18
*
acpi: create acpi-common.c and move madt code
Gerd Hoffmann
2020-06-12
4
-123
/
+170
*
acpi: make build_madt() more generic.
Gerd Hoffmann
2020-06-12
1
-7
/
+7
*
virtio: add vhost-user-vsock-pci device
Stefano Garzarella
2020-06-12
2
-0
/
+85
*
virtio: add vhost-user-vsock base device
Stefano Garzarella
2020-06-12
4
-0
/
+221
*
vhost-vsock: add vhost-vsock-common abstraction
Stefano Garzarella
2020-06-12
5
-251
/
+350
*
hw/pci: Fix crash when running QEMU with "-nic model=rocker"
Thomas Huth
2020-06-12
1
-1
/
+12
*
libvhost-user: advertise vring features
Stefan Hajnoczi
2020-06-12
2
-3
/
+11
*
Lift max ram slots limit in libvhost-user
Raphael Norwitz
2020-06-12
2
-12
/
+20
*
Support individual region unmap in libvhost-user
Raphael Norwitz
2020-06-12
2
-0
/
+64
*
Support adding individual regions in libvhost-user
Raphael Norwitz
2020-06-12
2
-0
/
+110
*
Support ram slot configuration in libvhost-user
Raphael Norwitz
2020-06-12
2
-0
/
+20
*
Refactor out libvhost-user fault generation logic
Raphael Norwitz
2020-06-12
1
-68
/
+79
*
Lift max memory slots limit imposed by vhost-user
Raphael Norwitz
2020-06-12
2
-23
/
+40
*
Transmit vhost-user memory regions individually
Raphael Norwitz
2020-06-12
2
-74
/
+469
*
Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
Raphael Norwitz
2020-06-12
3
-2
/
+64
*
Add vhost-user helper to get MemoryRegion data
Raphael Norwitz
2020-06-09
1
-10
/
+15
*
Add helper to populate vhost-user message regions
Raphael Norwitz
2020-06-09
1
-6
/
+12
*
vhost-user-blk: delay vhost_user_blk_disconnect
Dima Stepanov
2020-06-09
1
-1
/
+37
*
char-socket: return -1 in case of disconnect during tcp_chr_write
Dima Stepanov
2020-06-09
1
-3
/
+4
*
hw/pci-host: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2020-06-09
3
-4
/
+6
*
hw/pci/pci_bridge: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2020-06-09
1
-2
/
+2
*
hw/pci/pci_bridge: Correct pci_bridge_io memory region size
Philippe Mathieu-Daudé
2020-06-09
1
-1
/
+2
*
hw/pci-host/prep: Correct RAVEN bus bridge memory region size
Philippe Mathieu-Daudé
2020-06-09
1
-1
/
+1
*
pci: assert configuration access is within bounds
Prasad J Pandit
2020-06-09
1
-0
/
+4
*
hw/pci/pcie: Move hot plug capability check to pre_plug callback
Julia Suvorova
2020-06-09
1
-8
/
+11
*
MAINTAINERS: Fix the classification of bios-tables-test-allowed-diff.h
Thomas Huth
2020-06-09
1
-1
/
+2
*
virtio-balloon: Provide an interface for free page reporting
Alexander Duyck
2020-06-09
2
-1
/
+73
*
virtio-balloon: Implement support for page poison reporting feature
Alexander Duyck
2020-06-09
3
-1
/
+33
*
virtio-balloon: unref the iothread when unrealizing
David Hildenbrand
2020-06-09
1
-0
/
+1
*
virtio-balloon: fix free page hinting check on unrealize
David Hildenbrand
2020-06-09
1
-1
/
+1
*
virtio-balloon: fix free page hinting without an iothread
David Hildenbrand
2020-06-09
1
-17
/
+16
*
bios-tables-test: Generate reference tables for Q35/TPM-TIS
Eric Auger
2020-06-09
3
-2
/
+0
*
bios-tables-test: Add Q35/TPM-TIS test
Eric Auger
2020-06-09
2
-0
/
+59
*
tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONS
Eric Auger
2020-06-09
1
-1
/
+0
*
tests/acpi: Add void tables for Q35/TPM-TIS bios-tables-test
Eric Auger
2020-06-09
3
-0
/
+2
*
test/tpm-emu: include sockets and channel headers in tpm-emu header
Eric Auger
2020-06-09
1
-0
/
+3
*
arm/acpi: TPM2 ACPI table support
Eric Auger
2020-06-09
3
-2
/
+12
*
acpi: Move build_tpm2() in the generic part
Eric Auger
2020-06-09
3
-44
/
+46
*
acpi: Convert build_tpm2() to build_append* API
Eric Auger
2020-06-09
1
-9
/
+19
*
acpi: tpm: Do not build TCPA table for TPM 2
Stefan Berger
2020-06-09
1
-4
/
+8
*
tests/acpi: update DSDT expected files
Michael S. Tsirkin
2020-06-09
18
-17
/
+0
*
acpi: move aml builder code for parallel device
Gerd Hoffmann
2020-06-09
2
-23
/
+22
*
acpi: parallel: don't use _STA method
Gerd Hoffmann
2020-06-09
1
-21
/
+8
*
acpi: move aml builder code for serial device
Gerd Hoffmann
2020-06-09
2
-32
/
+22
*
acpi: serial: don't use _STA method
Gerd Hoffmann
2020-06-09
1
-24
/
+8
*
acpi: rtc: use a single crs range
Gerd Hoffmann
2020-06-09
1
-3
/
+5
*
acpi: move aml builder code for rtc device
Gerd Hoffmann
2020-06-09
2
-17
/
+22
[next]