Re: [Qemu-devel] [PATCH 3/3] piix4 acpi xen support

2011-10-31 Thread Anthony PERARD
On Mon, Oct 31, 2011 at 12:41, Ian Campbell wrote: > Please CC xen-devel on patches which impact the Xen support in qemu. > > On Fri, 2011-10-28 at 15:38 -0400, John Baboval wrote: >> When in xen mode, handle the view of pm ioport appropriately. >> >> I'm not entirely comfortable with this patch,

Re: [Qemu-devel] [PATCH 3/3] piix4 acpi xen support

2011-10-31 Thread Ian Campbell
Please CC xen-devel on patches which impact the Xen support in qemu. On Fri, 2011-10-28 at 15:38 -0400, John Baboval wrote: > When in xen mode, handle the view of pm ioport appropriately. > > I'm not entirely comfortable with this patch, since it relies on values > that are hard coded into the DS

[Qemu-devel] [PATCH 3/3] piix4 acpi xen support

2011-10-28 Thread John Baboval
When in xen mode, handle the view of pm ioport appropriately. I'm not entirely comfortable with this patch, since it relies on values that are hard coded into the DSDT that is shipped with Xen. There has to be a better way to handle it, but I haven't thought of what that might be yet... Perhaps