]> git.proxmox.com Git - pve-qemu-kvm.git/blob - debian/patches/enable-kvm-by-default.patch
d766e9bf7978186b188660e1b8ce58494120c64c
[pve-qemu-kvm.git] / debian / patches / enable-kvm-by-default.patch
1 Index: new/vl.c
2 ===================================================================
3 --- new.orig/vl.c 2014-05-05 07:24:10.000000000 +0200
4 +++ new/vl.c 2014-05-05 07:34:04.000000000 +0200
5 @@ -2729,8 +2729,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') {