* [Qemu-devel] qemu 1.0+ (up to current git) aborts with -vga std -M pc-0.12
@ 2012-05-09 14:41 Michael Tokarev
2012-05-09 14:56 ` Avi Kivity
0 siblings, 1 reply; 2+ messages in thread
From: Michael Tokarev @ 2012-05-09 14:41 UTC (permalink / raw)
To: qemu-devel
This one works:
$ ./x86_64-softmmu/qemu-system-x86_64 -vga cirrus -M pc-0.12
But this does not:
$ ./x86_64-softmmu/qemu-system-x86_64 -vga std -M pc-0.12
qemu-system-x86_64: /build/qemu/git/memory.c:1259: memory_region_add_subregion_common: Assertion `!subregion->parent' failed.
Aborted
Can we fix this somehow?
Thanks!
/mjt
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] qemu 1.0+ (up to current git) aborts with -vga std -M pc-0.12
2012-05-09 14:41 [Qemu-devel] qemu 1.0+ (up to current git) aborts with -vga std -M pc-0.12 Michael Tokarev
@ 2012-05-09 14:56 ` Avi Kivity
0 siblings, 0 replies; 2+ messages in thread
From: Avi Kivity @ 2012-05-09 14:56 UTC (permalink / raw)
To: Michael Tokarev; +Cc: qemu-devel
On 05/09/2012 05:41 PM, Michael Tokarev wrote:
> This one works:
> $ ./x86_64-softmmu/qemu-system-x86_64 -vga cirrus -M pc-0.12
>
> But this does not:
> $ ./x86_64-softmmu/qemu-system-x86_64 -vga std -M pc-0.12
> qemu-system-x86_64: /build/qemu/git/memory.c:1259: memory_region_add_subregion_common: Assertion `!subregion->parent' failed.
> Aborted
>
> Can we fix this somehow?
>
>
vga_init_vbe() force-maps the BAR. I'll take a look.
--
error compiling committee.c: too many arguments to function
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-09 14:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-09 14:41 [Qemu-devel] qemu 1.0+ (up to current git) aborts with -vga std -M pc-0.12 Michael Tokarev
2012-05-09 14:56 ` Avi Kivity
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).