summary refs log tree commit diff stats
path: root/results/classifier/108/debug/1645
diff options
context:
space:
mode:
Diffstat (limited to 'results/classifier/108/debug/1645')
-rw-r--r--results/classifier/108/debug/164523
1 files changed, 0 insertions, 23 deletions
diff --git a/results/classifier/108/debug/1645 b/results/classifier/108/debug/1645
deleted file mode 100644
index 2480257d..00000000
--- a/results/classifier/108/debug/1645
+++ /dev/null
@@ -1,23 +0,0 @@
-debug: 0.983
-graphic: 0.972
-performance: 0.927
-device: 0.847
-network: 0.829
-socket: 0.710
-other: 0.687
-files: 0.683
-vnc: 0.671
-PID: 0.663
-semantic: 0.637
-KVM: 0.614
-boot: 0.460
-permissions: 0.375
-
-qemu error `hotplug memory" error="QMP command failed: a used vhost backend has no free memory slots left"`
-Description of problem:
-When I create a Qemu VM with 8 Gpus and hot-plugging memory, this will return the error QMP command failed: a used vhost backend has no free memory slots left. I read some source file https://gitlab.com/qemu-project/qemu/-/blob/master/hw/virtio/vhost-user.c#L2077, and debug show u->user->memory_slots is 32, but this https://gitlab.com/qemu-project/qemu/-/blob/master/hw/virtio/vhost.c#L62 used_memslots is bigger than u->user->memory_slots. `u->user->memory_slots` is defined 32 by https://gitlab.com/qemu-project/qemu/-/blob/master/subprojects/libvhost-user/libvhost-user.h#L37, but I also see VHOST_USER_MAX_RAM_SLOTS defined 512 under x86 architecture. Can I improve `u->user->memory_slots` by any way?
-Steps to reproduce:
-1.crate kata containers with 8 Gpus
-2.kata containers return error
-Additional information:
-