hi Paolo Bonzini: Those codes seem useless, Could it be removed?
Signed-off-by: FelixYao <felix....@gmail.com> --- vl.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vl.c b/vl.c index 1ad1c04..5bed4c2 100644 --- a/vl.c +++ b/vl.c @@ -2995,10 +2995,6 @@ static void set_memory_options(uint64_t *ram_slots, ram_addr_t *maxram_size, sz = QEMU_ALIGN_UP(sz, 8192); ram_size = sz; - if (ram_size != sz) { - error_report("ram size too large"); - exit(EXIT_FAILURE); - } /* store value for the future use */ qemu_opt_set_number(opts, "size", ram_size, &error_abort); -- 1.8.3.1