]> git.proxmox.com Git - pve-qemu-kvm.git/blame_incremental - debian/patches/old/enable-kvm-by-default.patch
bump version to 2.9.0-1~rc2+5
[pve-qemu-kvm.git] / debian / patches / old / enable-kvm-by-default.patch
... / ...
CommitLineData
1Index: 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') {