qemu-e2k/hw
Raphael Norwitz 27598393a2 Lift max memory slots limit imposed by vhost-user
Historically, sending all memory regions to vhost-user backends in a
single message imposed a limitation on the number of times memory
could be hot-added to a VM with a vhost-user device. Now that backends
which support the VHOST_USER_PROTOCOL_F_CONFIGURE_SLOTS send memory
regions individually, we no longer need to impose this limitation on
devices which support this feature.

With this change, VMs with a vhost-user device which supports the
VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS can support a configurable
number of memory slots, up to the maximum allowed by the target
platform.

Existing backends which do not support
VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS are unaffected.

Signed-off-by: Raphael Norwitz <raphael.norwitz@nutanix.com>
Signed-off-by: Peter Turschmid <peter.turschm@nutanix.com>
Suggested-by: Mike Cui <cui@nutanix.com>
Message-Id: <1588533678-23450-6-git-send-email-raphael.norwitz@nutanix.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>
2020-06-12 10:17:06 -04:00
..
9pfs
acpi arm/acpi: TPM2 ACPI table support 2020-06-09 12:46:45 -04:00
adc hw/adc/stm32f2xx_adc: Correct memory region size and access size 2020-06-05 17:23:09 +01:00
alpha
arm arm/acpi: TPM2 ACPI table support 2020-06-09 12:46:45 -04:00
audio
block vhost-user-blk: delay vhost_user_blk_disconnect 2020-06-09 14:18:04 -04:00
char acpi: move aml builder code for parallel device 2020-06-09 12:46:45 -04:00
core virtio-balloon: Implement support for page poison reporting feature 2020-06-09 14:18:04 -04:00
cpu
cris
display hw/display/cirrus_vga: Fix code mis-indentation 2020-06-05 09:17:23 +02:00
dma
gpio
hppa
hyperv
i2c
i386 acpi: Move build_tpm2() in the generic part 2020-06-09 12:46:45 -04:00
ide
input hw/input/pxa2xx_keypad: Replace hw_error() by qemu_log_mask() 2020-06-05 17:23:08 +01:00
intc
ipack
ipmi
isa
lm32
m68k
mem
microblaze
mips
misc raspi: add BCM2835 SOC MPHI emulation 2020-06-05 17:23:09 +01:00
moxie
net
nios2
nubus
nvram
openrisc
pci hw/pci/pci_bridge: Use the IEC binary prefix definitions 2020-06-09 14:18:04 -04:00
pci-bridge
pci-host hw/pci-host: Use the IEC binary prefix definitions 2020-06-09 14:18:04 -04:00
pcmcia
ppc
rdma
riscv
rtc acpi: rtc: use a single crs range 2020-06-09 12:46:45 -04:00
s390x s390x: pv: Fix KVM_PV_PREP_RESET command wrapper name 2020-06-05 17:13:11 +02:00
scsi
sd
semihosting
sh4
smbios
sparc
sparc64
ssi hw/ssi/imx_spi: Removed unnecessary cast of rx data received from slave 2020-06-05 17:23:08 +01:00
timer
tpm
tricore
unicore32
usb usb: add short-packet handling to usb-storage driver 2020-06-05 17:23:09 +01:00
vfio vfio-ccw: allow non-prefetch ORBs 2020-06-05 17:13:11 +02:00
virtio Lift max memory slots limit imposed by vhost-user 2020-06-12 10:17:06 -04:00
watchdog
xen
xenpv
xtensa
Kconfig
Makefile.objs