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!
>>
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
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
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
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
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