Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libvirt
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libvirt Packaging Team
libvirt
Commits
fa253bee
Project 'python-team/modules/sphinx' was moved to 'python-team/packages/sphinx'. Please update any links and bookmarks that may still have the old path.
Commit
fa253bee
authored
16 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
drop 0002-qemu-path.diff.patch - fixed upstream
parent
4aaef273
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
debian/patches/0002-qemu-path.diff.patch
+0
-40
0 additions, 40 deletions
debian/patches/0002-qemu-path.diff.patch
with
0 additions
and
40 deletions
debian/patches/0002-qemu-path.diff.patch
deleted
100644 → 0
+
0
−
40
View file @
4aaef273
From 795073534283bd96ce6f1b6e266fbccbdce5b250 Mon Sep 17 00:00:00 2001
From: Guido Guenther <agx@sigxcpu.org>
Date: Fri, 7 Mar 2008 09:08:26 +0100
Subject: [PATCH] qemu-path.diff
===================================================================
---
src/qemu_conf.c | 2 +-
src/qemu_driver.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/qemu_conf.c b/src/qemu_conf.c
index 17f0162..bda4fa1 100644
--- a/src/qemu_conf.c
+++ b/src/qemu_conf.c
@@ -372,7 +372,7 @@
qemudCapsInitGuest(virCapsPtr caps,
if (access("/dev/kvm", F_OK) == 0 &&
virCapabilitiesAddGuestDomain(guest,
"kvm",
- "/usr/bin/qemu-kvm",
+ "/usr/bin/kvm",
NULL,
0,
NULL) == NULL)
diff --git a/src/qemu_driver.c b/src/qemu_driver.c
index aae0df3..c49c83e 100644
--- a/src/qemu_driver.c
+++ b/src/qemu_driver.c
@@ -1681,7 +1681,7 @@
qemudMonitorCommand (const struct qemud_driver *driver ATTRIBUTE_UNUSED,
static const char *qemudProbe(void)
{
if ((virFileExists("/usr/bin/qemu")) ||
- (virFileExists("/usr/bin/qemu-kvm")) ||
+ (virFileExists("/usr/bin/kvm")) ||
(virFileExists("/usr/bin/xenner"))) {
if (getuid() == 0) {
return("qemu:///system");
--
1.5.5.4
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment