Re: [Qemu-devel] [PATCHv3 08/13] qemu: add support for resizing regions

2009-06-10 Thread Michael S. Tsirkin
On Tue, Jun 09, 2009 at 02:36:21PM -0300, Glauber Costa wrote: > On Fri, Jun 05, 2009 at 01:23:55PM +0300, Michael S. Tsirkin wrote: > > Make it possible to resize PCI regions. This will be used by virtio > > with MSI-X, where the region size depends on whether MSI-X is enabled, > > and can change

Re: [Qemu-devel] [PATCHv3 08/13] qemu: add support for resizing regions

2009-06-10 Thread Michael S. Tsirkin
On Tue, Jun 09, 2009 at 02:36:21PM -0300, Glauber Costa wrote: > On Fri, Jun 05, 2009 at 01:23:55PM +0300, Michael S. Tsirkin wrote: > > Make it possible to resize PCI regions. This will be used by virtio > > with MSI-X, where the region size depends on whether MSI-X is enabled, > > and can change

Re: [Qemu-devel] [PATCHv3 08/13] qemu: add support for resizing regions

2009-06-09 Thread Glauber Costa
On Fri, Jun 05, 2009 at 01:23:55PM +0300, Michael S. Tsirkin wrote: > Make it possible to resize PCI regions. This will be used by virtio > with MSI-X, where the region size depends on whether MSI-X is enabled, > and can change across load/save. > > Signed-off-by: Michael S. Tsirkin > --- > hw/