1 From d6e2e550fee6c0c3468585c4885237a080468ecf Mon Sep 17 00:00:00 2001
2 From: Wolfgang Bumiller <w.bumiller@proxmox.com>
3 Date: Wed, 9 Dec 2015 14:27:05 +0100
4 Subject: [PATCH 05/41] use kvm by default
8 1 file changed, 2 insertions(+), 2 deletions(-)
10 diff --git a/accel.c b/accel.c
11 index 74e41da..66e2e58 100644
14 @@ -87,8 +87,8 @@ int configure_accelerator(MachineState *ms)
16 p = qemu_opt_get(qemu_get_machine_opts(), "accel");
18 - /* Use the default "accelerator", tcg */
20 + /* Use the default "accelerator", kvm */
24 while (!accel_initialised && *p != '\0') {