6d3351
From 90faf7202b54013ec9facb8d8724c22119c5d24a Mon Sep 17 00:00:00 2001
6d3351
Message-Id: <90faf7202b54013ec9facb8d8724c22119c5d24a@dist-git>
6d3351
From: Andrea Bolognani <abologna@redhat.com>
6d3351
Date: Mon, 17 Jul 2017 12:09:01 +0200
6d3351
Subject: [PATCH] tests: Update qemumemlock data
6d3351
6d3351
Use 0001:01:00.0 instead of 0000:04:02.0 as the source address
6d3351
for the host device. This doesn't change anything at the moment,
6d3351
but it will make a difference later on.
6d3351
6d3351
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
6d3351
Reviewed-by: Laine Stump <laine@laine.org>
6d3351
(cherry picked from commit 19bd1b06ee62500ccb9aba8603d3974d565f540d)
6d3351
6d3351
Bug: https://bugzilla.redhat.com/show_bug.cgi?id=1431193
6d3351
6d3351
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
6d3351
Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
6d3351
---
6d3351
 tests/qemumemlockdata/qemumemlock-pc-hardlimit+hostdev.xml             | 2 +-
6d3351
 tests/qemumemlockdata/qemumemlock-pc-hardlimit+locked+hostdev.xml      | 2 +-
6d3351
 tests/qemumemlockdata/qemumemlock-pc-hostdev.xml                       | 2 +-
6d3351
 tests/qemumemlockdata/qemumemlock-pc-locked+hostdev.xml                | 2 +-
6d3351
 tests/qemumemlockdata/qemumemlock-pseries-hardlimit+hostdev.xml        | 2 +-
6d3351
 tests/qemumemlockdata/qemumemlock-pseries-hardlimit+locked+hostdev.xml | 2 +-
6d3351
 tests/qemumemlockdata/qemumemlock-pseries-hostdev.xml                  | 2 +-
6d3351
 tests/qemumemlockdata/qemumemlock-pseries-locked+hostdev.xml           | 2 +-
6d3351
 8 files changed, 8 insertions(+), 8 deletions(-)
6d3351
6d3351
diff --git a/tests/qemumemlockdata/qemumemlock-pc-hardlimit+hostdev.xml b/tests/qemumemlockdata/qemumemlock-pc-hardlimit+hostdev.xml
6d3351
index 5443145757..e03f5a585d 100644
6d3351
--- a/tests/qemumemlockdata/qemumemlock-pc-hardlimit+hostdev.xml
6d3351
+++ b/tests/qemumemlockdata/qemumemlock-pc-hardlimit+hostdev.xml
6d3351
@@ -13,7 +13,7 @@
6d3351
     <hostdev mode='subsystem' type='pci' managed='yes'>
6d3351
       <driver name='vfio'/>
6d3351
       <source>
6d3351
-        <address domain='0x0000' bus='0x04' slot='0x02' function='0x0'/>
6d3351
+        <address domain='0x0001' bus='0x01' slot='0x00' function='0x0'/>
6d3351
       </source>
6d3351
     </hostdev>
6d3351
   </devices>
6d3351
diff --git a/tests/qemumemlockdata/qemumemlock-pc-hardlimit+locked+hostdev.xml b/tests/qemumemlockdata/qemumemlock-pc-hardlimit+locked+hostdev.xml
6d3351
index 8184eef3a4..7070e5a12c 100644
6d3351
--- a/tests/qemumemlockdata/qemumemlock-pc-hardlimit+locked+hostdev.xml
6d3351
+++ b/tests/qemumemlockdata/qemumemlock-pc-hardlimit+locked+hostdev.xml
6d3351
@@ -16,7 +16,7 @@
6d3351
     <hostdev mode='subsystem' type='pci' managed='yes'>
6d3351
       <driver name='vfio'/>
6d3351
       <source>
6d3351
-        <address domain='0x0000' bus='0x04' slot='0x02' function='0x0'/>
6d3351
+        <address domain='0x0001' bus='0x01' slot='0x00' function='0x0'/>
6d3351
       </source>
6d3351
     </hostdev>
6d3351
   </devices>
6d3351
diff --git a/tests/qemumemlockdata/qemumemlock-pc-hostdev.xml b/tests/qemumemlockdata/qemumemlock-pc-hostdev.xml
6d3351
index 6c058a9b7d..cd517ee226 100644
6d3351
--- a/tests/qemumemlockdata/qemumemlock-pc-hostdev.xml
6d3351
+++ b/tests/qemumemlockdata/qemumemlock-pc-hostdev.xml
6d3351
@@ -10,7 +10,7 @@
6d3351
     <hostdev mode='subsystem' type='pci' managed='yes'>
6d3351
       <driver name='vfio'/>
6d3351
       <source>
6d3351
-        <address domain='0x0000' bus='0x04' slot='0x02' function='0x0'/>
6d3351
+        <address domain='0x0001' bus='0x01' slot='0x00' function='0x0'/>
6d3351
       </source>
6d3351
     </hostdev>
6d3351
   </devices>
6d3351
diff --git a/tests/qemumemlockdata/qemumemlock-pc-locked+hostdev.xml b/tests/qemumemlockdata/qemumemlock-pc-locked+hostdev.xml
6d3351
index fbc1dc3bed..da79cb5277 100644
6d3351
--- a/tests/qemumemlockdata/qemumemlock-pc-locked+hostdev.xml
6d3351
+++ b/tests/qemumemlockdata/qemumemlock-pc-locked+hostdev.xml
6d3351
@@ -13,7 +13,7 @@
6d3351
     <hostdev mode='subsystem' type='pci' managed='yes'>
6d3351
       <driver name='vfio'/>
6d3351
       <source>
6d3351
-        <address domain='0x0000' bus='0x04' slot='0x02' function='0x0'/>
6d3351
+        <address domain='0x0001' bus='0x01' slot='0x00' function='0x0'/>
6d3351
       </source>
6d3351
     </hostdev>
6d3351
   </devices>
6d3351
diff --git a/tests/qemumemlockdata/qemumemlock-pseries-hardlimit+hostdev.xml b/tests/qemumemlockdata/qemumemlock-pseries-hardlimit+hostdev.xml
6d3351
index ddd3b47c6c..baf0649db7 100644
6d3351
--- a/tests/qemumemlockdata/qemumemlock-pseries-hardlimit+hostdev.xml
6d3351
+++ b/tests/qemumemlockdata/qemumemlock-pseries-hardlimit+hostdev.xml
6d3351
@@ -13,7 +13,7 @@
6d3351
     <hostdev mode='subsystem' type='pci' managed='yes'>
6d3351
       <driver name='vfio'/>
6d3351
       <source>
6d3351
-        <address domain='0x0000' bus='0x04' slot='0x02' function='0x0'/>
6d3351
+        <address domain='0x0001' bus='0x01' slot='0x00' function='0x0'/>
6d3351
       </source>
6d3351
     </hostdev>
6d3351
   </devices>
6d3351
diff --git a/tests/qemumemlockdata/qemumemlock-pseries-hardlimit+locked+hostdev.xml b/tests/qemumemlockdata/qemumemlock-pseries-hardlimit+locked+hostdev.xml
6d3351
index 73c28c1c74..04ae4e93bf 100644
6d3351
--- a/tests/qemumemlockdata/qemumemlock-pseries-hardlimit+locked+hostdev.xml
6d3351
+++ b/tests/qemumemlockdata/qemumemlock-pseries-hardlimit+locked+hostdev.xml
6d3351
@@ -16,7 +16,7 @@
6d3351
     <hostdev mode='subsystem' type='pci' managed='yes'>
6d3351
       <driver name='vfio'/>
6d3351
       <source>
6d3351
-        <address domain='0x0000' bus='0x04' slot='0x02' function='0x0'/>
6d3351
+        <address domain='0x0001' bus='0x01' slot='0x00' function='0x0'/>
6d3351
       </source>
6d3351
     </hostdev>
6d3351
   </devices>
6d3351
diff --git a/tests/qemumemlockdata/qemumemlock-pseries-hostdev.xml b/tests/qemumemlockdata/qemumemlock-pseries-hostdev.xml
6d3351
index daf70a435d..a52768cb31 100644
6d3351
--- a/tests/qemumemlockdata/qemumemlock-pseries-hostdev.xml
6d3351
+++ b/tests/qemumemlockdata/qemumemlock-pseries-hostdev.xml
6d3351
@@ -10,7 +10,7 @@
6d3351
     <hostdev mode='subsystem' type='pci' managed='yes'>
6d3351
       <driver name='vfio'/>
6d3351
       <source>
6d3351
-        <address domain='0x0000' bus='0x04' slot='0x02' function='0x0'/>
6d3351
+        <address domain='0x0001' bus='0x01' slot='0x00' function='0x0'/>
6d3351
       </source>
6d3351
     </hostdev>
6d3351
   </devices>
6d3351
diff --git a/tests/qemumemlockdata/qemumemlock-pseries-locked+hostdev.xml b/tests/qemumemlockdata/qemumemlock-pseries-locked+hostdev.xml
6d3351
index 74212f1b46..f5abef0b06 100644
6d3351
--- a/tests/qemumemlockdata/qemumemlock-pseries-locked+hostdev.xml
6d3351
+++ b/tests/qemumemlockdata/qemumemlock-pseries-locked+hostdev.xml
6d3351
@@ -13,7 +13,7 @@
6d3351
     <hostdev mode='subsystem' type='pci' managed='yes'>
6d3351
       <driver name='vfio'/>
6d3351
       <source>
6d3351
-        <address domain='0x0000' bus='0x04' slot='0x02' function='0x0'/>
6d3351
+        <address domain='0x0001' bus='0x01' slot='0x00' function='0x0'/>
6d3351
       </source>
6d3351
     </hostdev>
6d3351
   </devices>
6d3351
-- 
6d3351
2.13.3
6d3351