From a1a83abc638bde0565c41d73381f46ea5d19f1e8 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Wed, 24 Sep 2014 20:05:40 +0200 Subject: multiarch --- qemu-x86_64.config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'qemu-x86_64.config') diff --git a/qemu-x86_64.config b/qemu-x86_64.config index 5e4b440..60c6293 100644 --- a/qemu-x86_64.config +++ b/qemu-x86_64.config @@ -1,4 +1,5 @@ -# virtio drivers -CONFIG_VIRTIO_BLK=m -CONFIG_VIRTIO_NET=m -CONFIG_SCSI_VIRTIO=m +############################################################## +# disable hardware not supported by qemu +# leftovers from "make localmodconfig" + +CONFIG_XEN=n -- cgit