You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Stefano Garzarella
46ce017167
vhost-vsock: handle common features in vhost-vsock-common
virtio-vsock features, like VIRTIO_VSOCK_F_SEQPACKET, can be handled
by vhost-vsock-common parent class. In this way, we can reuse the
same code for all virtio-vsock backends (i.e. vhost-vsock,
vhost-user-vsock).
Let's move `seqpacket` property to vhost-vsock-common class, add
vhost_vsock_common_get_features() used by children, and disable
`seqpacket` for vhost-user-vsock device for machine types < 6.2.
The behavior of vhost-vsock device doesn't change; vhost-user-vsock
device now supports `seqpacket` property.
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
Message-Id: <20210921161642.206461-3-sgarzare@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
5 years ago
..
Kconfig
hw/core: Only build guest-loader if libfdt is available
5 years ago
bus.c
qbus: Rename qbus_create() to qbus_new()
5 years ago
clock-vmstate.c
clock: Provide builtin multiplier/divider
5 years ago
clock.c
clock: Provide builtin multiplier/divider
5 years ago
cpu-common.c
hw/core/cpu: removed cpu_dump_statistics function
5 years ago
cpu-sysemu.c
cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
5 years ago
fw-path-provider.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago
generic-loader.c
hw: Do not include hw/sysbus.h if it is not necessary
5 years ago
guest-loader.c
hw: Do not include hw/sysbus.h if it is not necessary
5 years ago
guest-loader.h
hw/core: implement a guest-loader to support static hypervisor guests
6 years ago
hotplug.c
call HotplugHandler->plug() as the last step in device realization
8 years ago
irq.c
Use DECLARE_*CHECKER* macros
6 years ago
loader-fit.c
hw/mips/boston: Fix Lesser GPL version number
6 years ago
loader.c
hw/core/loader: In gunzip(), check index is in range before use, not after
5 years ago
machine-hmp-cmds.c
hmp: Print "reserve" property of memory backends with "info memdev"
5 years ago
machine-qmp-cmds.c
qmp: Include "reserve" property of memory backends
5 years ago
machine.c
vhost-vsock: handle common features in vhost-vsock-common
5 years ago
meson.build
cpu: Split as cpu-common / cpu-sysemu
5 years ago
nmi.c
Include qemu/module.h where needed, drop it from qemu-common.h
7 years ago
null-machine.c
Do not include sysemu/sysemu.h if it's not really necessary
5 years ago
numa.c
numa: Parse initiator= attribute before cpus= attribute
5 years ago
or-irq.c
hw/core/or-irq: Fix incorrect assert forbidding num-lines == MAX_OR_LINES
7 years ago
platform-bus.c
nomaintainer: Fix Lesser GPL version number
6 years ago
ptimer.c
ptimer: Add new ptimer_set_period_from_clock() function
6 years ago
qdev-clock.c
clock: Add ClockEvent parameter to callbacks
6 years ago
qdev-fw.c
Include hw/qdev-properties.h less
7 years ago
qdev-prop-internal.h
qdev: Make qdev_propinfo_get_uint16() static
6 years ago
qdev-properties-system.c
qdev: allow setting drive property for realized device
5 years ago
qdev-properties.c
qdev-properties: PropertyInfo: add realized_set_allowed field
5 years ago
qdev.c
machine: introduce MachineInitPhase
6 years ago
register.c
hw/core/register: Add more 64-bit utilities
5 years ago
reset.c
qemu/queue.h: leave head structs anonymous unless necessary
8 years ago
resettable.c
hw/core: deprecate old reset functions and introduce new ones
7 years ago
split-irq.c
qdev: set properties with device_class_set_props()
7 years ago
stream.c
hw/core/stream: Rename StreamSlave as StreamSink
6 years ago
sysbus.c
qbus: Rename qbus_create_inplace() to qbus_init()
5 years ago
trace-events
clock: Provide builtin multiplier/divider
5 years ago
trace.h
trace: switch position of headers to what Meson requires
6 years ago
uboot_image.h
Support u-boot noload images for arm as used by, NetBSD/evbarm GENERIC kernel.
8 years ago
vm-change-state-handler.c
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
7 years ago
vmstate-if.c
vmstate: add qom interface to get id
7 years ago