Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.

2014-03-04 Thread Michael S. Tsirkin
On Tue, Mar 04, 2014 at 06:51:11PM -0500, Don Slutz wrote: > On 03/04/14 17:20, Michael S. Tsirkin wrote: > >On Tue, Mar 04, 2014 at 02:18:49PM -0500, Don Slutz wrote: > >>On 03/04/14 11:58, Michael S. Tsirkin wrote: > >>>On Tue, Mar 04, 2014 at 11:36:44AM -0500, Don Slutz wrote: > On 03/04/14

Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.

2014-03-04 Thread Don Slutz
On 03/04/14 17:20, Michael S. Tsirkin wrote: On Tue, Mar 04, 2014 at 02:18:49PM -0500, Don Slutz wrote: On 03/04/14 11:58, Michael S. Tsirkin wrote: On Tue, Mar 04, 2014 at 11:36:44AM -0500, Don Slutz wrote: On 03/04/14 02:34, Michael S. Tsirkin wrote: On Thu, Feb 27, 2014 at 05:32:23PM -0500

Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.

2014-03-04 Thread Michael S. Tsirkin
On Tue, Mar 04, 2014 at 02:18:49PM -0500, Don Slutz wrote: > On 03/04/14 11:58, Michael S. Tsirkin wrote: > >On Tue, Mar 04, 2014 at 11:36:44AM -0500, Don Slutz wrote: > >>On 03/04/14 02:34, Michael S. Tsirkin wrote: > >>>On Thu, Feb 27, 2014 at 05:32:23PM -0500, Don Slutz wrote: > This allows

Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.

2014-03-04 Thread Don Slutz
On 03/04/14 11:58, Michael S. Tsirkin wrote: On Tue, Mar 04, 2014 at 11:36:44AM -0500, Don Slutz wrote: On 03/04/14 02:34, Michael S. Tsirkin wrote: On Thu, Feb 27, 2014 at 05:32:23PM -0500, Don Slutz wrote: This allows growing the pci_hole to the size needed. Signed-off-by: Don Slutz Could

Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.

2014-03-04 Thread Michael S. Tsirkin
On Tue, Mar 04, 2014 at 11:36:44AM -0500, Don Slutz wrote: > On 03/04/14 02:34, Michael S. Tsirkin wrote: > >On Thu, Feb 27, 2014 at 05:32:23PM -0500, Don Slutz wrote: > >>This allows growing the pci_hole to the size needed. > >> > >>Signed-off-by: Don Slutz > >Could you supply the motivation for

Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.

2014-03-04 Thread Don Slutz
On 03/04/14 02:34, Michael S. Tsirkin wrote: On Thu, Feb 27, 2014 at 05:32:23PM -0500, Don Slutz wrote: This allows growing the pci_hole to the size needed. Signed-off-by: Don Slutz Could you supply the motivation for this change please? If you add enough PCI devices then all mmio may not

Re: [Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.

2014-03-04 Thread Michael S. Tsirkin
On Thu, Feb 27, 2014 at 05:32:23PM -0500, Don Slutz wrote: > This allows growing the pci_hole to the size needed. > > Signed-off-by: Don Slutz Could you supply the motivation for this change please? > --- > hw/i386/pc_piix.c| 14 -- > hw/i386/pc_q35.c | 14 -- >

[Qemu-devel] [PATCH 1/1] vl.c: Add pci_hole_min_size machine option.

2014-02-27 Thread Don Slutz
This allows growing the pci_hole to the size needed. Signed-off-by: Don Slutz --- hw/i386/pc_piix.c| 14 -- hw/i386/pc_q35.c | 14 -- include/hw/i386/pc.h | 3 +++ vl.c | 16 xen-all.c| 28 +---