aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-12acpi: fadt: add hw-reduced sleep register supportGerd Hoffmann2-2/+4
2020-06-12acpi: madt: skip pci override on pci-less systems.Gerd Hoffmann3-13/+18
2020-06-12acpi: create acpi-common.c and move madt codeGerd Hoffmann4-123/+170
2020-06-12acpi: make build_madt() more generic.Gerd Hoffmann1-7/+7
2020-06-12virtio: add vhost-user-vsock-pci deviceStefano Garzarella2-0/+85
2020-06-12virtio: add vhost-user-vsock base deviceStefano Garzarella4-0/+221
2020-06-12vhost-vsock: add vhost-vsock-common abstractionStefano Garzarella5-251/+350
2020-06-12hw/pci: Fix crash when running QEMU with "-nic model=rocker"Thomas Huth1-1/+12
2020-06-12libvhost-user: advertise vring featuresStefan Hajnoczi2-3/+11
2020-06-12Lift max ram slots limit in libvhost-userRaphael Norwitz2-12/+20
2020-06-12Support individual region unmap in libvhost-userRaphael Norwitz2-0/+64
2020-06-12Support adding individual regions in libvhost-userRaphael Norwitz2-0/+110
2020-06-12Support ram slot configuration in libvhost-userRaphael Norwitz2-0/+20
2020-06-12Refactor out libvhost-user fault generation logicRaphael Norwitz1-68/+79
2020-06-12Lift max memory slots limit imposed by vhost-userRaphael Norwitz2-23/+40
2020-06-12Transmit vhost-user memory regions individuallyRaphael Norwitz2-74/+469
2020-06-12Add VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTSRaphael Norwitz3-2/+64
2020-06-09Add vhost-user helper to get MemoryRegion dataRaphael Norwitz1-10/+15
2020-06-09Add helper to populate vhost-user message regionsRaphael Norwitz1-6/+12
2020-06-09vhost-user-blk: delay vhost_user_blk_disconnectDima Stepanov1-1/+37
2020-06-09char-socket: return -1 in case of disconnect during tcp_chr_writeDima Stepanov1-3/+4
2020-06-09hw/pci-host: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé3-4/+6
2020-06-09hw/pci/pci_bridge: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+2
2020-06-09hw/pci/pci_bridge: Correct pci_bridge_io memory region sizePhilippe Mathieu-Daudé1-1/+2
2020-06-09hw/pci-host/prep: Correct RAVEN bus bridge memory region sizePhilippe Mathieu-Daudé1-1/+1
2020-06-09pci: assert configuration access is within boundsPrasad J Pandit1-0/+4
2020-06-09hw/pci/pcie: Move hot plug capability check to pre_plug callbackJulia Suvorova1-8/+11
2020-06-09MAINTAINERS: Fix the classification of bios-tables-test-allowed-diff.hThomas Huth1-1/+2
2020-06-09virtio-balloon: Provide an interface for free page reportingAlexander Duyck2-1/+73
2020-06-09virtio-balloon: Implement support for page poison reporting featureAlexander Duyck3-1/+33
2020-06-09virtio-balloon: unref the iothread when unrealizingDavid Hildenbrand1-0/+1
2020-06-09virtio-balloon: fix free page hinting check on unrealizeDavid Hildenbrand1-1/+1
2020-06-09virtio-balloon: fix free page hinting without an iothreadDavid Hildenbrand1-17/+16
2020-06-09bios-tables-test: Generate reference tables for Q35/TPM-TISEric Auger3-2/+0
2020-06-09bios-tables-test: Add Q35/TPM-TIS testEric Auger2-0/+59
2020-06-09tests: tpm-emu: Remove assert on TPM2_ST_NO_SESSIONSEric Auger1-1/+0
2020-06-09tests/acpi: Add void tables for Q35/TPM-TIS bios-tables-testEric Auger3-0/+2
2020-06-09test/tpm-emu: include sockets and channel headers in tpm-emu headerEric Auger1-0/+3
2020-06-09arm/acpi: TPM2 ACPI table supportEric Auger3-2/+12
2020-06-09acpi: Move build_tpm2() in the generic partEric Auger3-44/+46
2020-06-09acpi: Convert build_tpm2() to build_append* APIEric Auger1-9/+19
2020-06-09acpi: tpm: Do not build TCPA table for TPM 2Stefan Berger1-4/+8
2020-06-09tests/acpi: update DSDT expected filesMichael S. Tsirkin18-17/+0
2020-06-09acpi: move aml builder code for parallel deviceGerd Hoffmann2-23/+22
2020-06-09acpi: parallel: don't use _STA methodGerd Hoffmann1-21/+8
2020-06-09acpi: move aml builder code for serial deviceGerd Hoffmann2-32/+22
2020-06-09acpi: serial: don't use _STA methodGerd Hoffmann1-24/+8
2020-06-09acpi: rtc: use a single crs rangeGerd Hoffmann1-3/+5
2020-06-09acpi: move aml builder code for rtc deviceGerd Hoffmann2-17/+22
2020-06-09qtest: allow DSDT acpi table changesGerd Hoffmann1-0/+17