Re: [Qemu-devel] [PATCH 1/4] vga: improve VGA logic

2012-01-25 Thread Blue Swirl
On Tue, Jan 24, 2012 at 18:29, Markus Armbruster wrote: > Blue Swirl writes: > >> On Tue, Jan 24, 2012 at 15:57, Markus Armbruster wrote: >>> Current master dies for me: >>> >>> $ upstream-qemu -nodefaults -S -m 384 -vnc :0 -device cirrus-vga >>> RAMBlock "vga.vram" already registered, abort! >>

Re: [Qemu-devel] [PATCH 1/4] vga: improve VGA logic

2012-01-24 Thread Markus Armbruster
Blue Swirl writes: > On Tue, Jan 24, 2012 at 15:57, Markus Armbruster wrote: >> Current master dies for me: >> >> $ upstream-qemu -nodefaults -S -m 384 -vnc :0 -device cirrus-vga >> RAMBlock "vga.vram" already registered, abort! >> Aborted (core dumped) >> >> git-bisect blames this one: >> >> Bl

Re: [Qemu-devel] [PATCH 1/4] vga: improve VGA logic

2012-01-24 Thread Blue Swirl
On Tue, Jan 24, 2012 at 15:57, Markus Armbruster wrote: > Current master dies for me: > > $ upstream-qemu -nodefaults -S -m 384 -vnc :0 -device cirrus-vga > RAMBlock "vga.vram" already registered, abort! > Aborted (core dumped) > > git-bisect blames this one: > > Blue Swirl writes: > >> Improve V

Re: [Qemu-devel] [PATCH 1/4] vga: improve VGA logic

2012-01-24 Thread Markus Armbruster
Current master dies for me: $ upstream-qemu -nodefaults -S -m 384 -vnc :0 -device cirrus-vga RAMBlock "vga.vram" already registered, abort! Aborted (core dumped) git-bisect blames this one: Blue Swirl writes: > Improve VGA selection logic, push check for device availabilty to vl.c. > Create th

Re: [Qemu-devel] [PATCH 1/4] vga: improve VGA logic

2012-01-13 Thread Jan Kiszka
On 2012-01-08 22:09, Blue Swirl wrote: > Improve VGA selection logic, push check for device availabilty to vl.c. > Create the devices at board level unconditionally. > > Remove now unused pci_try_create*() functions. > > Make PCI VGA devices optional. > > Signed-off-by: Blue Swirl > --- > hw/a

[Qemu-devel] [PATCH 1/4] vga: improve VGA logic

2012-01-08 Thread Blue Swirl
Improve VGA selection logic, push check for device availabilty to vl.c. Create the devices at board level unconditionally. Remove now unused pci_try_create*() functions. Make PCI VGA devices optional. Signed-off-by: Blue Swirl --- hw/alpha_pci.c |6 +--- hw/boards.h |1 - hw/mip