From mboxrd@z Thu Jan 1 00:00:00 1970 From: Juan Quintela Subject: [PATCH 0/2] make --disable-kvm to compile again (now all arches) Date: Mon, 21 Sep 2009 10:19:59 +0200 Message-ID: To: kvm@vger.kernel.org Return-path: Received: from mx1.redhat.com ([209.132.183.28]:13126 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754912AbZIUIUY (ORCPT ); Mon, 21 Sep 2009 04:20:24 -0400 Received: from int-mx04.intmail.prod.int.phx2.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.17]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8L8KSJB006754 for ; Mon, 21 Sep 2009 04:20:28 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Hi With this patch on top of my yesterday fixes, you can compile all architectures with/without --enable-kvm. Later, Juan. PD. This series are also known as "make Jan Kiszka happy :)" Juan Quintela (2): acpi: enable/disable_processor() are used only for TARGET_I386 vga: move back dirty_log functions to vga.c hw/acpi.c | 2 +- hw/vga-pci.c | 43 ------------------------------------------- hw/vga.c | 43 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 44 insertions(+), 44 deletions(-)