On 03/13/14 09:22, Gerd Hoffmann wrote:
>> +-->IS_PCI_VGA (Pci):
>> | "Found PCI VGA device"
>
>>> +k->class_id = PCI_CLASS_DISPLAY_OTHER;
>>
>> and from qemu's "include/hw/pci/pci_ids.h":
>>
>>> #define PCI_CLASS_DISPLAY_VGA0x0300
>>> #define PCI_CLASS_
> +-->IS_PCI_VGA (Pci):
> | "Found PCI VGA device"
> > +k->class_id = PCI_CLASS_DISPLAY_OTHER;
>
> and from qemu's "include/hw/pci/pci_ids.h":
>
> > #define PCI_CLASS_DISPLAY_VGA0x0300
> > #define PCI_CLASS_DISPLAY_OTHER 0x0380
>
> I think th
On 03/12/14 16:47, Gerd Hoffmann wrote:
>
> On Mi, 2014-03-12 at 14:55 +0100, Laszlo Ersek wrote:
>> On 03/12/14 13:55, Gerd Hoffmann wrote:
>>> Hi,
>>>
>>> This patch series adds new display devices.
>>>
>>> Number one is secondary-vga. That is identical to VGA (aka -vga
>>> std), except that i
On Mi, 2014-03-12 at 14:55 +0100, Laszlo Ersek wrote:
> On 03/12/14 13:55, Gerd Hoffmann wrote:
> > Hi,
> >
> > This patch series adds new display devices.
> >
> > Number one is secondary-vga. That is identical to VGA (aka -vga std),
> > except that it doesn't occupy all the legacy vga stuff
On 03/12/14 13:55, Gerd Hoffmann wrote:
> Hi,
>
> This patch series adds new display devices.
>
> Number one is secondary-vga. That is identical to VGA (aka -vga std),
> except that it doesn't occupy all the legacy vga stuff (ioports, memory
> window @ 0xa), so you can have more than one o
Hi,
This patch series adds new display devices.
Number one is secondary-vga. That is identical to VGA (aka -vga std),
except that it doesn't occupy all the legacy vga stuff (ioports, memory
window @ 0xa), so you can have more than one of these in the system.
It has one pci memory bar for t