summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-03virtio: remove virtio_tswap16s() call in vring_packed_event_read()Stefano Garzarella1-1/+0
2024-07-03hw/cxl/events: Mark cxl-add-dynamic-capacity and cxl-release-dynamic-capcity ...Jonathan Cameron1-2/+12
2024-07-03hw/cxl/events: Improve QMP interfaces and documentation for add/release dynam...Jonathan Cameron3-71/+107
2024-07-03tests/data/acpi/rebuild-expected-aml.sh: Add RISC-VSunil V L1-2/+3
2024-07-03pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobsSunil V L2-0/+5
2024-07-03meson.build: Add RISC-V to the edk2-target listSunil V L1-1/+1
2024-07-03tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} pathSunil V L25-0/+0
2024-07-03tests/data/acpi: Move x86 ACPI tables under x86/${machine} pathSunil V L117-0/+0
2024-07-03tests/qtest/bios-tables-test.c: Set "arch" for x86 testsSunil V L1-13/+64
2024-07-03tests/qtest/bios-tables-test.c: Set "arch" for aarch64 testsSunil V L1-0/+8
2024-07-03tests/qtest/bios-tables-test.c: Add support for arch in pathSunil V L1-3/+20
2024-07-03qtest: bios-tables-test: Rename aarch64 tests with aarch64 in themSunil V L1-16/+19
2024-07-03tests/data/uefi-boot-images: Add RISC-V ISO imageSunil V L2-1/+1
2024-07-03uefi-test-tools: Add support for python based build scriptSunil V L2-12/+59
2024-07-03uefi-test-tools/UefiTestToolsPkg: Add RISC-V supportSunil V L1-1/+5
2024-07-03hw/arm/virt-acpi-build: Fix id_count in build_iort_id_mappingNicolin Chen1-6/+13
2024-07-03hw/i386/fw_cfg: Add etc/e820 to fw_cfg lateDavid Woodhouse8-29/+33
2024-07-03hw/arm/virt-acpi-build: Drop local iort_node_offsetNicolin Chen1-2/+1
2024-07-03hw/virtio: Fix the de-initialization of vhost-user devicesThomas Huth1-4/+4
2024-07-03tests/qtest/vhost-user-test: add a test case for memory-backend-shmStefano Garzarella1-0/+23
2024-07-03tests/qtest/vhost-user-blk-test: use memory-backend-shmStefano Garzarella1-1/+1
2024-07-03hostmem: add a new memory backend based on POSIX shm_open()Stefano Garzarella5-4/+164
2024-07-02contrib/vhost-user-*: use QEMU bswap helper functionsStefano Garzarella2-12/+13
2024-07-02contrib/vhost-user-blk: fix bind() using the right size of the addressStefano Garzarella1-3/+1
2024-07-02vhost-user-server: do not set memory fd non-blockingStefano Garzarella1-0/+12
2024-07-02libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supportedStefano Garzarella1-0/+11
2024-07-02libvhost-user: fail vu_message_write() if sendmsg() is failingStefano Garzarella1-0/+5
2024-07-02libvhost-user: set msg.msg_control to NULL when it is emptyStefano Garzarella1-0/+1
2024-07-02qapi: clarify that the default is backend dependentStefano Garzarella1-5/+3
2024-07-01hw/net/virtio-net.c: fix crash in iov_copy()Dmitry Frolov1-0/+4
2024-07-01vhost-user: Skip unnecessary duplicated VHOST_USER_SET_LOG_BASE requestsBillXiang1-0/+1
2024-07-01virtio-iommu: add error check before assertManos Pitsidianakis1-0/+22
2024-07-01hw/virtio: Free vqs after vhost_dev_cleanup()Akihiko Odaki1-0/+2
2024-07-01i386/apic: Add hint on boot failure because of disabling x2APICZhao Liu1-1/+6
2024-07-01vhost-user-test: no set non-blocking for cal fd less than 0.Yuxue Liu1-1/+4
2024-07-01virtio-pci: implement No_Soft_Reset bitJiqian Chen3-0/+35
2024-07-01hw/cxl: Fix read from bogus memoryIra Weiny1-1/+1
2024-07-01virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()Cindy Lu1-16/+2
2024-07-01Revert "docs/specs/pvpanic: mark shutdown event as not implemented"Thomas Weißschuh1-1/+1
2024-07-01tests/qtest/pvpanic: add tests for pvshutdown eventThomas Weißschuh2-0/+68
2024-07-01pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signalAlejandro Jimenez2-0/+15
2024-07-01hw/misc/pvpanic: add support for normal shutdownsThomas Weißschuh4-1/+14
2024-07-01tests/qtest/pvpanic: use centralized definition of supported eventsThomas Weißschuh2-4/+6
2024-07-01hw/misc/pvpanic: centralize definition of supported eventsThomas Weißschuh4-4/+7
2024-07-01linux-headers: update to 6.10-rc1Thomas Weißschuh19-6/+236
2024-07-01hw/mem/cxl_type3: Allow to release extent superset in QMP interfaceFan Ni1-1/+1
2024-07-01hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox supportFan Ni1-13/+8
2024-07-01hw/mem/cxl_type3: Add DPA range validation for accesses to DC regionsFan Ni3-0/+86
2024-07-01hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extentsFan Ni6-13/+563
2024-07-01hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic...Fan Ni3-0/+409