]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - debian/patches/pve/0005-use-kvm-by-default.patch
refer to the new repository
[pve-qemu-kvm.git] / debian / patches / pve / 0005-use-kvm-by-default.patch
diff --git a/debian/patches/pve/0005-use-kvm-by-default.patch b/debian/patches/pve/0005-use-kvm-by-default.patch
deleted file mode 100644 (file)
index 0508587..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-From bd3aa97864804b5b37421f199b9fe64e3b16b52c Mon Sep 17 00:00:00 2001
-From: Wolfgang Bumiller <w.bumiller@proxmox.com>
-Date: Wed, 9 Dec 2015 14:27:05 +0100
-Subject: [PATCH 05/48] use kvm by default
-
----
- accel.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/accel.c b/accel.c
-index 664bb88..ddb23a3 100644
---- a/accel.c
-+++ b/accel.c
-@@ -87,8 +87,8 @@ void configure_accelerator(MachineState *ms)
-     p = qemu_opt_get(qemu_get_machine_opts(), "accel");
-     if (p == NULL) {
--        /* Use the default "accelerator", tcg */
--        p = "tcg";
-+        /* Use the default "accelerator", kvm */
-+        p = "kvm";
-     }
-     while (!accel_initialised && *p != '\0') {
--- 
-2.1.4
-