summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | hw/virtio/vhost: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+2
| * | | | hw/virtio/vhost-vsock: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | hw/vfio/platform: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | hw/vfio/pci: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+2
| * | | | hw/vfio/pci-quirks: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+2
| * | | | hw/vfio/iommufd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | hw/vfio/helpers: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+3
| * | | | hw/vfio/container: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | hw/vfio/ap: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | hw/scsi/vhost-scsi: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | block/virtio-blk: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | block/vmdk: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | block/vdi: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | block/snapshot: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+2
| * | | | block/qed: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | block/qcow2: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+2
| * | | | block/qcow2-bitmap: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | block/nvme: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+3
| * | | | block/nbd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | block/copy-before-write: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | block: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+4
| * | | | backends/iommufd: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| * | | | error: Add error_vprepend() in comment of ERRP_GUARD() rulesZhao Liu2024-03-121-1/+1
| * | | | hw/intc: Check @errp to handle the error of IOAPICCommonClass.realize()Zhao Liu2024-03-121-0/+4
| * | | | hw/pci-bridge/cxl_upstream: Fix missing ERRP_GUARD() in cxl_usp_realize()Zhao Liu2024-03-121-0/+1
| * | | | hw/misc/xlnx-versal-trng: Check returned bool in trng_prop_fault_event_set()Zhao Liu2024-03-121-2/+1
| * | | | hw/mem/cxl_type3: Fix missing ERRP_GUARD() in ct3_realize()Zhao Liu2024-03-121-0/+1
| * | | | hw/display/macfb: Fix missing ERRP_GUARD() in macfb_nubus_realize()Zhao Liu2024-03-121-0/+1
| * | | | hw/cxl/cxl-host: Fix missing ERRP_GUARD() in cxl_fixed_memory_window_config()Zhao Liu2024-03-121-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2024-03-1220-809/+1058
|\ \ \ \
| * | | | ebpf: Updated eBPF program and skeleton.Andrew Melnychenko2024-03-123-673/+687
| * | | | qmp: Added new command to retrieve eBPF blob.Andrew Melnychenko2024-03-128-8/+172
| * | | | virtio-net: Added property to load eBPF RSS with fds.Andrew Melnychenko2024-03-122-6/+50
| * | | | ebpf: Added eBPF initialization by fds.Andrew Melnychenko2024-03-123-0/+38
| * | | | ebpf: Added eBPF map update through mmap.Andrew Melnychenko2024-03-122-23/+99
| * | | | Avoid unaligned fetch in ladr_match()Nick Briggs2024-03-121-1/+1
| * | | | e1000e: fix link state on resumeLaurent Vivier2024-03-122-55/+7
| * | | | igb: fix link state on resumeLaurent Vivier2024-03-122-46/+7
| | |/ / | |/| |
* | | | Merge tag 'hw-misc-20240312' of https://github.com/philmd/qemu into stagingPeter Maydell2024-03-1221-27/+339
|\ \ \ \ | |_|_|/ |/| | |
| * | | docs/about/deprecated.rst: Move SMP configurations item to system emulator se...Zhao Liu2024-03-121-10/+10
| * | | meson.build: Always require an objc compiler on macos hostsPeter Maydell2024-03-111-1/+1
| * | | hw/gpio: introduce pcf8574 driverDmitriy Sharikhin2024-03-115-0/+188
| * | | hw/core: Cleanup unused included headers in numa.cZhao Liu2024-03-111-2/+0
| * | | hw/core: Cleanup unused included header in machine-qmp-cmds.cZhao Liu2024-03-111-1/+0
| * | | hw/core: Cleanup unused included headers in cpu-common.cZhao Liu2024-03-111-4/+0
| * | | sun4u: remap ebus BAR0 to use unassigned_io_ops instead of alias to PCI IO spaceMark Cave-Ayland2024-03-111-2/+7
| * | | hw/misc/ivshmem: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-111-0/+1
| * | | hw/core/qdev-properties-system: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-111-0/+1
| * | | hw/core/loader-fit: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-111-0/+2
| * | | hw/ppc/sam460ex: Support short options for adding drivesBALATON Zoltan2024-03-111-5/+19