[Pkg-libvirt-commits] [libguestfs] 08/19: ppc64: Don't add -no-hpet with the direct backend either.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 26 08:45:15 UTC 2014
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 482fefa5d846f63e39e2ef64c419ab32e12e3b05
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Tue Feb 18 17:43:06 2014 +0000
ppc64: Don't add -no-hpet with the direct backend either.
Related changes in commit 479665e4fc31b94cd9372394bb9c97e8f87b6ab5
and commit 62cb3a606d4b349d45f2d178945a998a90d1e130.
---
src/launch-direct.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/launch-direct.c b/src/launch-direct.c
index 964a507..1e84061 100644
--- a/src/launch-direct.c
+++ b/src/launch-direct.c
@@ -469,9 +469,9 @@ launch_direct (guestfs_h *g, void *datav, const char *arg)
/* These are recommended settings, see RHBZ#1053847. */
ADD_CMDLINE ("-rtc");
ADD_CMDLINE ("driftfix=slew");
-#ifndef __arm__
- /* qemu-system-arm advertises the -no-hpet option but if you try
- * to use it, it usefully says:
+#if !defined(__arm__) && !defined(__powerpc__)
+ /* qemu-system-arm and qemu-system-ppc64 advertises the -no-hpet option
+ * but if you try to use it, it usefully says:
* "Option no-hpet not supported for this target".
* Cheers qemu developers. How many years have we been asking for
* capabilities? Could be 3 or 4 years, I forget.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list