summary refs log tree commit diff stats
path: root/python
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2018-11-15 10:50:15 +0100
committerPaolo Bonzini <pbonzini@redhat.com>2019-03-07 17:28:42 +0100
commit0f9fe58009cfecc263d1eaf1146348abae0e40db (patch)
treeb3dbe14b83e4836233ff2ee6b893deb4f6fa6e04 /python
parent6bd4a6d4b867fab1f94f9fe3d1b19d02ac3d684b (diff)
downloadfocaccia-qemu-0f9fe58009cfecc263d1eaf1146348abae0e40db.tar.gz
focaccia-qemu-0f9fe58009cfecc263d1eaf1146348abae0e40db.zip
vhost-user-test: always use 256 MiB of guest memory
Some tests are using a small amount of RAM for the guest (2 MiB) in order to
save host memory, others are using 512 MiB.

However, pSeries machines only support multiples of 256 MiB.  Using 256
MiB of memory does not use more host memory than now, even for the
migration test that starts two guests, and it allows running the test on
pSeries too.

This of course is not optimal, it would be nice to let the qgraph machine object
judge how much memory to provide.  This is left for future work, together
with a more generic framework that wraps the QEMU command line.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions