[master 2/4] Specify format=raw to avoid warning from qemu

atodorov installerbot-noreply at redhat.com
Sat Aug 29 12:03:50 UTC 2015


From: Alexander Todorov <atodorov at redhat.com>

---
 tests/gui/outside/__init__.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/gui/outside/__init__.py b/tests/gui/outside/__init__.py
index 7b18cbf..a1d26be 100644
--- a/tests/gui/outside/__init__.py
+++ b/tests/gui/outside/__init__.py
@@ -188,10 +188,10 @@ def run(self):
                 "-vnc", "none",
                 "-m", str(self._reqMemory),
                 "-boot", "d",
-                "-drive", "file=%s,media=cdrom,readonly" % config["liveImage"]]
+                "-drive", "file=%s,media=cdrom,readonly,format=raw" % config["liveImage"]]
 
         for drive in self._drivePaths.values():
-            args += ["-drive", "file=%s,media=disk" % drive]
+            args += ["-drive", "file=%s,media=disk,format=raw" % drive]
 
         # Save a reference to the running qemu process so we can later kill
         # it if necessary.  For now, the only reason we'd want to kill it is


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/6833b772d391c7ecff9915949ee1ca7f5a3c3a69


More information about the anaconda-patches mailing list