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
2024-07-03
virtio: remove virtio_tswap16s() call in vring_packed_event_read()
Stefano Garzarella
1
-1
/
+0
2024-07-03
hw/cxl/events: Mark cxl-add-dynamic-capacity and cxl-release-dynamic-capcity ...
Jonathan Cameron
1
-2
/
+12
2024-07-03
hw/cxl/events: Improve QMP interfaces and documentation for add/release dynam...
Jonathan Cameron
3
-71
/
+107
2024-07-03
tests/data/acpi/rebuild-expected-aml.sh: Add RISC-V
Sunil V L
1
-2
/
+3
2024-07-03
pc-bios/meson.build: Add support for RISC-V in unpack_edk2_blobs
Sunil V L
2
-0
/
+5
2024-07-03
meson.build: Add RISC-V to the edk2-target list
Sunil V L
1
-1
/
+1
2024-07-03
tests/data/acpi/virt: Move ARM64 ACPI tables under aarch64/${machine} path
Sunil V L
25
-0
/
+0
2024-07-03
tests/data/acpi: Move x86 ACPI tables under x86/${machine} path
Sunil V L
117
-0
/
+0
2024-07-03
tests/qtest/bios-tables-test.c: Set "arch" for x86 tests
Sunil V L
1
-13
/
+64
2024-07-03
tests/qtest/bios-tables-test.c: Set "arch" for aarch64 tests
Sunil V L
1
-0
/
+8
2024-07-03
tests/qtest/bios-tables-test.c: Add support for arch in path
Sunil V L
1
-3
/
+20
2024-07-03
qtest: bios-tables-test: Rename aarch64 tests with aarch64 in them
Sunil V L
1
-16
/
+19
2024-07-03
tests/data/uefi-boot-images: Add RISC-V ISO image
Sunil V L
2
-1
/
+1
2024-07-03
uefi-test-tools: Add support for python based build script
Sunil V L
2
-12
/
+59
2024-07-03
uefi-test-tools/UefiTestToolsPkg: Add RISC-V support
Sunil V L
1
-1
/
+5
2024-07-03
hw/arm/virt-acpi-build: Fix id_count in build_iort_id_mapping
Nicolin Chen
1
-6
/
+13
2024-07-03
hw/i386/fw_cfg: Add etc/e820 to fw_cfg late
David Woodhouse
8
-29
/
+33
2024-07-03
hw/arm/virt-acpi-build: Drop local iort_node_offset
Nicolin Chen
1
-2
/
+1
2024-07-03
hw/virtio: Fix the de-initialization of vhost-user devices
Thomas Huth
1
-4
/
+4
2024-07-03
tests/qtest/vhost-user-test: add a test case for memory-backend-shm
Stefano Garzarella
1
-0
/
+23
2024-07-03
tests/qtest/vhost-user-blk-test: use memory-backend-shm
Stefano Garzarella
1
-1
/
+1
2024-07-03
hostmem: add a new memory backend based on POSIX shm_open()
Stefano Garzarella
5
-4
/
+164
2024-07-02
contrib/vhost-user-*: use QEMU bswap helper functions
Stefano Garzarella
2
-12
/
+13
2024-07-02
contrib/vhost-user-blk: fix bind() using the right size of the address
Stefano Garzarella
1
-3
/
+1
2024-07-02
vhost-user-server: do not set memory fd non-blocking
Stefano Garzarella
1
-0
/
+12
2024-07-02
libvhost-user: mask F_INFLIGHT_SHMFD if memfd is not supported
Stefano Garzarella
1
-0
/
+11
2024-07-02
libvhost-user: fail vu_message_write() if sendmsg() is failing
Stefano Garzarella
1
-0
/
+5
2024-07-02
libvhost-user: set msg.msg_control to NULL when it is empty
Stefano Garzarella
1
-0
/
+1
2024-07-02
qapi: clarify that the default is backend dependent
Stefano Garzarella
1
-5
/
+3
2024-07-01
hw/net/virtio-net.c: fix crash in iov_copy()
Dmitry Frolov
1
-0
/
+4
2024-07-01
vhost-user: Skip unnecessary duplicated VHOST_USER_SET_LOG_BASE requests
BillXiang
1
-0
/
+1
2024-07-01
virtio-iommu: add error check before assert
Manos Pitsidianakis
1
-0
/
+22
2024-07-01
hw/virtio: Free vqs after vhost_dev_cleanup()
Akihiko Odaki
1
-0
/
+2
2024-07-01
i386/apic: Add hint on boot failure because of disabling x2APIC
Zhao Liu
1
-1
/
+6
2024-07-01
vhost-user-test: no set non-blocking for cal fd less than 0.
Yuxue Liu
1
-1
/
+4
2024-07-01
virtio-pci: implement No_Soft_Reset bit
Jiqian Chen
3
-0
/
+35
2024-07-01
hw/cxl: Fix read from bogus memory
Ira Weiny
1
-1
/
+1
2024-07-01
virtio-pci: Fix the failure process in kvm_virtio_pci_vector_use_one()
Cindy Lu
1
-16
/
+2
2024-07-01
Revert "docs/specs/pvpanic: mark shutdown event as not implemented"
Thomas Weißschuh
1
-1
/
+1
2024-07-01
tests/qtest/pvpanic: add tests for pvshutdown event
Thomas Weißschuh
2
-0
/
+68
2024-07-01
pvpanic: Emit GUEST_PVSHUTDOWN QMP event on pvpanic shutdown signal
Alejandro Jimenez
2
-0
/
+15
2024-07-01
hw/misc/pvpanic: add support for normal shutdowns
Thomas Weißschuh
4
-1
/
+14
2024-07-01
tests/qtest/pvpanic: use centralized definition of supported events
Thomas Weißschuh
2
-4
/
+6
2024-07-01
hw/misc/pvpanic: centralize definition of supported events
Thomas Weißschuh
4
-4
/
+7
2024-07-01
linux-headers: update to 6.10-rc1
Thomas Weißschuh
19
-6
/
+236
2024-07-01
hw/mem/cxl_type3: Allow to release extent superset in QMP interface
Fan Ni
1
-1
/
+1
2024-07-01
hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox support
Fan Ni
1
-13
/
+8
2024-07-01
hw/mem/cxl_type3: Add DPA range validation for accesses to DC regions
Fan Ni
3
-0
/
+86
2024-07-01
hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
Fan Ni
6
-13
/
+563
2024-07-01
hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic...
Fan Ni
3
-0
/
+409
[next]