xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: Update xen_platform_pci in man xl.cfg
@ 2013-11-28 12:31 Anthony PERARD
  2013-11-29 10:34 ` Ian Campbell
  0 siblings, 1 reply; 3+ messages in thread
From: Anthony PERARD @ 2013-11-28 12:31 UTC (permalink / raw)
  To: Xen Devel; +Cc: Anthony PERARD, Stefano Stabellini, Ian Jackson, Ian Campbell

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: Update xen_platform_pci in man xl.cfg
  2013-11-28 12:31 [PATCH] docs: Update xen_platform_pci in man xl.cfg Anthony PERARD
@ 2013-11-29 10:34 ` Ian Campbell
  2013-11-29 12:26   ` Anthony PERARD
  0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2013-11-29 10:34 UTC (permalink / raw)
  To: Anthony PERARD; +Cc: Stefano Stabellini, Ian Jackson, Xen Devel

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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] docs: Update xen_platform_pci in man xl.cfg
  2013-11-29 10:34 ` Ian Campbell
@ 2013-11-29 12:26   ` Anthony PERARD
  0 siblings, 0 replies; 3+ messages in thread
From: Anthony PERARD @ 2013-11-29 12:26 UTC (permalink / raw)
  To: Ian Campbell; +Cc: Stefano Stabellini, Ian Jackson, Xen Devel

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-29 12:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-28 12:31 [PATCH] docs: Update xen_platform_pci in man xl.cfg Anthony PERARD
2013-11-29 10:34 ` Ian Campbell
2013-11-29 12:26   ` Anthony PERARD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).