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