qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Anthony Liguori
Subject: [Qemu-devel] Re: [kvm-devel] [PATCH] Don't explicitly set BAR values for VMware VGA
Date: Fri, 22 Feb 2008 16:29:37 -0600
User-agent: Thunderbird 2.0.0.9 (X11/20080214)

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 mapping.

Actually, it looks like the e820 map is okay, but I do get some errors in the gust about remapping that range so I do think this patch is correct.

Regards,

Anthony Liguori

This patch removes the explicit BARs and registers the second region through
the normal PCI code.

I've only tested with a Linux guest and the open source VMware VGA driver.

This patch needs -p2 to apply against the QEMU CVS tree.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]