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
0f86acd9
Commit
0f86acd9
authored
10 years ago
by
Guido Günther
Browse files
Options
Downloads
Patches
Plain Diff
Rediff patches
parent
d2939a6c
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/qemu-use-systemd-s-TerminateMachine-to-kill-all-proc.patch
+3
-3
3 additions, 3 deletions
...emu-use-systemd-s-TerminateMachine-to-kill-all-proc.patch
with
3 additions
and
3 deletions
debian/patches/qemu-use-systemd-s-TerminateMachine-to-kill-all-proc.patch
+
3
−
3
View file @
0f86acd9
...
...
@@ -83,10 +83,10 @@ index 8a2c723..4a4f22c 100644
#endif /* __QEMU_CGROUP_H__ */
diff --git a/src/qemu/qemu_process.c b/src/qemu/qemu_process.c
index 1
b8931e..e1a4218
100644
index 1
1eeb3c..712a25e
100644
--- a/src/qemu/qemu_process.c
+++ b/src/qemu/qemu_process.c
@@ -413
8
,7 +413
8
,7 @@
int qemuProcessStart(virConnectPtr conn,
@@ -41
4
3,7 +41
4
3,7 @@
int qemuProcessStart(virConnectPtr conn,
/* Ensure no historical cgroup for this VM is lying around bogus
* settings */
VIR_DEBUG("Ensuring no historical cgroup is lying around");
...
...
@@ -95,7 +95,7 @@ index 1b8931e..e1a4218 100644
for (i = 0; i < vm->def->ngraphics; ++i) {
virDomainGraphicsDefPtr graphics = vm->def->graphics[i];
@@ -491
6
,7 +491
6
,7 @@
void qemuProcessStop(virQEMUDriverPtr driver,
@@ -49
2
1,7 +49
2
1,7 @@
void qemuProcessStop(virQEMUDriverPtr driver,
}
retry:
...
...
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