Hi, > > + if (qemu_ram_block_by_name("vga.vram")) { > > + error_report("vga.vram is already registered, ignoring this > > device"); > > + return; > > + } > > I think we should not ignore the error, but rather turn this into a proper > error (instead of aborting).
Yes. Silently fixing up things automatically tends to be worse long-term. take care, Gerd