commit | ff961015529437f4b83fca0a92069aebcf533c9c | [log] [tgz] |
---|---|---|
author | Markus Armbruster <armbru@redhat.com> | Wed Aug 15 13:12:19 2012 +0200 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Aug 18 16:53:21 2012 +0000 |
tree | 58aeed0b2560f36269e775ce9c7807322635da59 | |
parent | d83c951cce14dd3c7600c386d3791c4993744622 [diff] |
vl: Round argument of -m up to multiple of 8KiB Partial pages make little sense and don't work. Ensure the RAM size is a multiple of any possible target's page size. Fixes $ qemu-system-x86_64 -nodefaults -S -vnc :0 -m 0.8 qemu-system-x86_64: /work/armbru/qemu/exec.c:2255: register_subpage: Assertion `existing->mr->subpage || existing->mr == &io_mem_unassigned' failed. Signed-off-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>