]> git.proxmox.com Git - pve-qemu-kvm.git/blob - debian/patches/old/enable-kvm-by-default.patch
moving all old patches to the old/ directory
[pve-qemu-kvm.git] / debian / patches / old / enable-kvm-by-default.patch
1 Index: new/accel.c
2 ===================================================================
3 --- new.orig/accel.c 2014-11-20 06:45:05.000000000 +0100
4 +++ new/accel.c 2014-11-20 07:25:45.000000000 +0100
5 @@ -87,8 +87,8 @@
6
7 p = qemu_opt_get(qemu_get_machine_opts(), "accel");
8 if (p == NULL) {
9 - /* Use the default "accelerator", tcg */
10 - p = "tcg";
11 + /* Use the default "accelerator", kvm */
12 + p = "kvm";
13 }
14
15 while (!accel_initialised && *p != '\0') {