Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> --- docs/man/xl.cfg.pod.5 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 3b227b7..ecdc816 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -1007,6 +1007,9 @@ drivers are available for various Operating Systems including HVM Linux L<http://wiki.xen.org/wiki/XenLinuxPVonHVMdrivers> and Microsoft Windows L<http://wiki.xen.org/wiki/XenWindowsGplPv>. +Setting B<xen_platform_pci=0> with the default device_model "qemu-xen" require +QEMU 1.6 at least. + =item B<viridian=BOOLEAN> Turns on or off the exposure of MicroSoft Hyper-V (AKA viridian) -- Anthony PERARD
Ian Campbell
2013-Nov-29 10:34 UTC
Re: [PATCH] docs: Update xen_platform_pci in man xl.cfg
On Thu, 2013-11-28 at 12:31 +0000, Anthony PERARD wrote:> Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>I tweaked the wording slightly and applied: commit 80507420f96b06d68a5b23c18998486330b49657 Author: Anthony PERARD <anthony.perard@citrix.com> Date: Thu Nov 28 12:31:08 2013 +0000 docs: Update xen_platform_pci in man xl.cfg To reflect requirement for Qemu 1.6. Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> Acked-by: Ian Campbell <ian.campbell@citrix.com> [ijc -- slightly tweak wording ] diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 index 3b227b7..7f107cb 100644 --- a/docs/man/xl.cfg.pod.5 +++ b/docs/man/xl.cfg.pod.5 @@ -1007,6 +1007,9 @@ drivers are available for various Operating Systems inclu Linux L<http://wiki.xen.org/wiki/XenLinuxPVonHVMdrivers> and Microsoft Windows L<http://wiki.xen.org/wiki/XenWindowsGplPv>. +Setting B<xen_platform_pci=0> with the default device_model "qemu-xen" +requires at least QEMU 1.6. + =item B<viridian=BOOLEAN> Turns on or off the exposure of MicroSoft Hyper-V (AKA viridian) Perhaps you can add extending ts-redhat-install to support a job which uses xen_platform_pci=0 to your TODO list? Ian.
Anthony PERARD
2013-Nov-29 12:26 UTC
Re: [PATCH] docs: Update xen_platform_pci in man xl.cfg
On Fri, Nov 29, 2013 at 10:34:39AM +0000, Ian Campbell wrote:> On Thu, 2013-11-28 at 12:31 +0000, Anthony PERARD wrote: > > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> > > I tweaked the wording slightly and applied:Thanks.> commit 80507420f96b06d68a5b23c18998486330b49657 > Author: Anthony PERARD <anthony.perard@citrix.com> > Date: Thu Nov 28 12:31:08 2013 +0000 > > docs: Update xen_platform_pci in man xl.cfg > > To reflect requirement for Qemu 1.6. > > Signed-off-by: Anthony PERARD <anthony.perard@citrix.com> > Acked-by: Ian Campbell <ian.campbell@citrix.com> > [ijc -- slightly tweak wording ] > > diff --git a/docs/man/xl.cfg.pod.5 b/docs/man/xl.cfg.pod.5 > index 3b227b7..7f107cb 100644 > --- a/docs/man/xl.cfg.pod.5 > +++ b/docs/man/xl.cfg.pod.5 > @@ -1007,6 +1007,9 @@ drivers are available for various Operating Systems inclu > Linux L<http://wiki.xen.org/wiki/XenLinuxPVonHVMdrivers> and Microsoft > Windows L<http://wiki.xen.org/wiki/XenWindowsGplPv>. > > +Setting B<xen_platform_pci=0> with the default device_model "qemu-xen" > +requires at least QEMU 1.6. > + > =item B<viridian=BOOLEAN> > > Turns on or off the exposure of MicroSoft Hyper-V (AKA viridian) > > Perhaps you can add extending ts-redhat-install to support a job which > uses xen_platform_pci=0 to your TODO list?OK, I add this to my TODO list. -- Anthony PERARD
Reasonably Related Threads
- Processed: Re: [HVM} xen_platform_pci=0 doesn't prevent platform device creation and disk and nic take over by PV drivers.
- [PATCH v2] Handle xen_platform_pci=0 case
- xen_platform_pci
- Re: [HVM} xen_platform_pci=0 doesn't prevent platform device creation and disk and nic take over by PV drivers.
- [PATCH] xen/pvhvm: If xen_platform_pci=0 is set don''t blow up.