You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/core
Paolo Abeni 1c79ab6937 virtio-net: Advertise UDP tunnel GSO support by default
Allow bidirectional aggregated traffic for UDP encapsulated flows.

Add the needed compatibility entries to avoid migration issues
vs older QEMU instances.

Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Tested-by: Lei Yang <leiyang@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Message-Id: <9c500fbcd2cf29afd1826b1ac906f9d5beac3601.1760104079.git.pabeni@redhat.com>
2 weeks ago
..
Kconfig hw/core: Add Enclave Image Format (EIF) related helpers 1 year ago
bus.c qom: Make InterfaceInfo[] uses const 7 months ago
clock-vmstate.c hw/core: Constify VMState 2 years ago
clock.c qom: Have class_init() take a const data argument 7 months ago
cpu-common.c physmem: Destroy all CPU AddressSpaces on unrealize 2 months ago
cpu-system.c accel/tcg: Move post-load tb_flush to vm_change_state hook 2 months ago
cpu-user.c cpus: Remove CPUClass::has_work() handler 9 months ago
eif.c hw/core/eif: Use stateful qcrypto apis 11 months ago
eif.h hw/core: Add Enclave Image Format (EIF) related helpers 1 year ago
fw-path-provider.c
generic-loader.c hw/core/loader: Pass errp to load_image_targphys_as() 4 weeks ago
gpio.c hw/qdev: Have qdev_get_gpio_out_connector() take const DeviceState arg 4 weeks ago
guest-loader.c hw/core/loader: Pass errp to load_image_targphys_as() 4 weeks ago
guest-loader.h
hotplug.c
irq.c hw/irq: New qemu_init_irq_child() function 3 months ago
loader-fit.c include/system: Move exec/memory.h to system/memory.h 7 months ago
loader.c hw/core/loader: add check for zero size in load_image_targphys_as 4 weeks ago
machine-hmp-cmds.c monitor: generalize query-mshv/"info mshv" to query-accelerators/"info accelerators" 1 month ago
machine-qmp-cmds.c hw/core: Filter machine list available for a particular target binary 1 month ago
machine-smp.c i386/cpu: add has_caches flag to check smp_cache configuration 9 months ago
machine.c virtio-net: Advertise UDP tunnel GSO support by default 2 weeks ago
meson.build meson: remove lib{system, user}_ss aliases 6 months ago
nmi.c hw/core: Improve error message when machine doesn't provide NMIs 3 years ago
null-machine.c hw/core: Allow ARM/Aarch64 binaries to use the 'none' machine 3 weeks ago
numa.c include: Rename sysemu/ -> system/ 11 months ago
or-irq.c qom: Have class_init() take a const data argument 7 months ago
platform-bus.c qom: Have class_init() take a const data argument 7 months ago
ptimer.c include/exec: Split out icount.h 7 months ago
qdev-clock.c clock: inline most of qdev_init_clocklist 12 months ago
qdev-fw.c
qdev-hotplug.c hw/qdev: Check machine_hotplug_handler in hotplug_unplug_allowed_common 10 months ago
qdev-prop-internal.h
qdev-properties-system.c audio: move audio.h under include/qemu/ 3 weeks ago
qdev-properties.c qdev: Change PropertyInfo method print() to return malloc'ed string 4 weeks ago
qdev-user.c qdev: Implement qdev_create_fake_machine() for user emulation 11 months ago
qdev.c virtio: improve virtqueue mapping error messages 2 months ago
register.c hw/core/register: remove the `register_finalize_block' function 1 month ago
reset.c qom: Have class_init() take a const data argument 7 months ago
resetcontainer.c qom: Have class_init() take a const data argument 7 months ago
resettable.c hw/core/resettable: Remove transitional_function machinery 1 year ago
split-irq.c qom: Have class_init() take a const data argument 7 months ago
stream.c
sysbus-fdt.c target-arm queue: 2 months ago
sysbus.c hw/sysbus: Have various helpers take a const SysBusDevice argument 4 weeks ago
trace-events trace-events: remove the remaining vcpu trace events 3 years ago
trace.h
uboot_image.h license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later 1 year ago
vm-change-state-handler.c system/runstate: add VM state change cb with return value 6 months ago
vmstate-if.c