[Xen-devel] [PATCH OSSTEST v2 1/2] examine: detect IOMMU availability and add it as a hostflag

2020-03-10 Thread Roger Pau Monne
Introduce a new test to check for iommu availability and add it as a hostflag if found. Signed-off-by: Roger Pau Monné --- Osstest/HostDB/Executive.pm | 19 +++ Osstest/HostDB/Static.pm| 6 ++ Osstest/TestSupport.pm | 16 ++-- sg-run-job

Re: [Xen-devel] [PATCH OSSTEST v2 1/2] examine: detect IOMMU availability and add it as a hostflag

2020-03-10 Thread Ian Jackson
Roger Pau Monne writes ("[PATCH OSSTEST v2 1/2] examine: detect IOMMU availability and add it as a hostflag"): > Introduce a new test to check for iommu availability and add it as a > hostflag if found. Thanks. > +sub set_flag($$$) { Firstly, can you break this new code out into its own patch ?

Re: [Xen-devel] [PATCH OSSTEST v2 1/2] examine: detect IOMMU availability and add it as a hostflag

2020-03-11 Thread Roger Pau Monné
On Tue, Mar 10, 2020 at 03:51:34PM +, Ian Jackson wrote: > Roger Pau Monne writes ("[PATCH OSSTEST v2 1/2] examine: detect IOMMU > availability and add it as a hostflag"): > > Introduce a new test to check for iommu availability and add it as a > > hostflag if found. > > Thanks. > > > +sub s

Re: [Xen-devel] [PATCH OSSTEST v2 1/2] examine: detect IOMMU availability and add it as a hostflag

2020-03-11 Thread Ian Jackson
Roger Pau Monne writes ("Re: [PATCH OSSTEST v2 1/2] examine: detect IOMMU availability and add it as a hostflag"): > On Tue, Mar 10, 2020 at 03:51:34PM +, Ian Jackson wrote: > > Firstly, can you break this new code out into its own patch ? > > Can do, but then there will be no user of the int