Re: [PATCH v4] vga: don't abort when adding a duplicate isa-vga device

2021-08-18 Thread Mark Cave-Ayland
On 17/08/2021 20:26, Jose R. Ziviani wrote: If users try to add an isa-vga device that was already registered, still in command line, qemu will crash: $ qemu-system-mips64el -M pica61 -device isa-vga RAMBlock "vga.vram" already registered, abort! Aborted (core dumped) That particular board reg

Re: [PATCH v4] vga: don't abort when adding a duplicate isa-vga device

2021-08-18 Thread Philippe Mathieu-Daudé
On 8/17/21 9:26 PM, Jose R. Ziviani wrote: > If users try to add an isa-vga device that was already registered, > still in command line, qemu will crash: > > $ qemu-system-mips64el -M pica61 -device isa-vga > RAMBlock "vga.vram" already registered, abort! > Aborted (core dumped) > > That particul

Re: [PATCH v4] vga: don't abort when adding a duplicate isa-vga device

2021-08-18 Thread Thomas Huth
On 17/08/2021 21.26, Jose R. Ziviani wrote: If users try to add an isa-vga device that was already registered, still in command line, qemu will crash: $ qemu-system-mips64el -M pica61 -device isa-vga RAMBlock "vga.vram" already registered, abort! Aborted (core dumped) That particular board regi

[PATCH v4] vga: don't abort when adding a duplicate isa-vga device

2021-08-17 Thread Jose R. Ziviani
If users try to add an isa-vga device that was already registered, still in command line, qemu will crash: $ qemu-system-mips64el -M pica61 -device isa-vga RAMBlock "vga.vram" already registered, abort! Aborted (core dumped) That particular board registers the device automaticaly, so it's not obv