[Qemu-devel] Re: [PATCH] Don't explicitly set BAR values for VMware VGA

2008-02-23 Thread Avi Kivity
Anthony Liguori wrote: Right now we set explict base addresses for the PCI IO regions in the VMware VGA device. We don't register the second region at all and instead directly map the physical memory. The problem is, the addresses we're setting in the BAR is not taken into account in the e820 m

[Qemu-devel] Re: [PATCH] Don't explicitly set BAR values for VMware VGA

2008-02-22 Thread andrzej zaborowski
On 23/02/2008, Anthony Liguori <[EMAIL PROTECTED]> wrote: > andrzej zaborowski wrote: > > I have a very similar patch on my HD but I haven't included it because > > it causes my testing Ms Windows install to stop detecting the card. I > > just tested your patch and the same thing happens, i.e.

[Qemu-devel] Re: [PATCH] Don't explicitly set BAR values for VMware VGA

2008-02-22 Thread Anthony Liguori
andrzej zaborowski wrote: On 22/02/2008, Anthony Liguori <[EMAIL PROTECTED]> wrote: Right now we set explict base addresses for the PCI IO regions in the VMware VGA device. We don't register the second region at all and instead directly map the physical memory. The problem is, the addres

[Qemu-devel] Re: [PATCH] Don't explicitly set BAR values for VMware VGA

2008-02-22 Thread andrzej zaborowski
On 22/02/2008, Anthony Liguori <[EMAIL PROTECTED]> wrote: > Right now we set explict base addresses for the PCI IO regions in the VMware > VGA device. We don't register the second region at all and instead directly > map the physical memory. > > The problem is, the addresses we're setting in th