From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41549) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLVWa-0008Tx-RD for qemu-devel@nongnu.org; Thu, 06 Mar 2014 05:27:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLVWS-0001s7-DX for qemu-devel@nongnu.org; Thu, 06 Mar 2014 05:27:36 -0500 Received: from mail-pb0-x234.google.com ([2607:f8b0:400e:c01::234]:47415) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLVWS-0001rv-6x for qemu-devel@nongnu.org; Thu, 06 Mar 2014 05:27:28 -0500 Received: by mail-pb0-f52.google.com with SMTP id rr13so2427254pbb.25 for ; Thu, 06 Mar 2014 02:27:27 -0800 (PST) From: Xuebing Wang Date: Thu, 6 Mar 2014 18:27:07 +0800 Message-Id: <1394101634-21509-1-git-send-email-xbing6@gmail.com> Subject: [Qemu-devel] [PATCH 0/7] remove #if defined CONFIG_KVM || !defined NEED_CPU_H List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Paolo Bonzini , xbing6@gmail.com, Gleb Natapov Hi Community, I am not sure if there is value for this patchset. After the first pach: Size of x86_64-softmmu/qemu-system-x86_64 is unchanged. Size of sh4-softmmu/qemu-system-sh4 increases by about 2.8KB. Xuebing Wang (7): kvm: remove the hack "#if defined CONFIG_KVM || !defined NEED_CPU_H" kvm-i386: fix build for x86_64-linux-user after applying previous patch kvm-i386: remove target-i386/kvm-stub.c kvm: fix build for target sh4-softmmu kvm-ppc: fix build for ppc64-softmmu kvm-ppc: remove target-ppc/kvm-stub.c kvm-i386: fix build for "x86_64-softmmu --disable-kvm" hw/i386/kvm/i8259.c | 2 +- hw/i386/kvm/ioapic.c | 2 +- hw/i386/pc_piix.c | 2 +- hw/i386/pc_q35.c | 2 +- include/hw/i386/pc.h | 1 - include/hw/ppc/openpic.h | 1 - include/sysemu/kvm.h | 18 ------------------ kvm-stub.c | 1 + target-i386/Makefile.objs | 1 - target-i386/cpu.c | 2 +- target-i386/kvm-stub.c | 30 ------------------------------ target-i386/kvm_i386.h | 32 ++++++++++++++++++++++++++++++++ target-ppc/Makefile.objs | 1 - target-ppc/kvm-stub.c | 18 ------------------ target-ppc/kvm_ppc.h | 17 +++++++++++++++++ 15 files changed, 55 insertions(+), 75 deletions(-) delete mode 100644 target-i386/kvm-stub.c delete mode 100644 target-ppc/kvm-stub.c -- 1.7.9.5