Re: [Qemu-devel] [PATCH 0/4] vga: new display devices

2014-03-13 Thread Laszlo Ersek
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_

Re: [Qemu-devel] [PATCH 0/4] vga: new display devices

2014-03-13 Thread Gerd Hoffmann
> +-->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

Re: [Qemu-devel] [PATCH 0/4] vga: new display devices

2014-03-12 Thread Laszlo Ersek
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

Re: [Qemu-devel] [PATCH 0/4] vga: new display devices

2014-03-12 Thread Gerd Hoffmann
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

Re: [Qemu-devel] [PATCH 0/4] vga: new display devices

2014-03-12 Thread Laszlo Ersek
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

[Qemu-devel] [PATCH 0/4] vga: new display devices

2014-03-12 Thread Gerd Hoffmann
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