From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NxOe1-0003pF-QU for qemu-devel@nongnu.org; Thu, 01 Apr 2010 13:57:29 -0400 Received: from [140.186.70.92] (port=59608 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NxOdz-0003p7-GI for qemu-devel@nongnu.org; Thu, 01 Apr 2010 13:57:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NxOdy-0004yR-5Q for qemu-devel@nongnu.org; Thu, 01 Apr 2010 13:57:27 -0400 Received: from mail-pz0-f171.google.com ([209.85.222.171]:57291) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NxOdx-0004yE-UP for qemu-devel@nongnu.org; Thu, 01 Apr 2010 13:57:26 -0400 Received: by pzk1 with SMTP id 1so1115015pzk.18 for ; Thu, 01 Apr 2010 10:57:24 -0700 (PDT) Sender: Paolo Bonzini From: Paolo Bonzini Date: Thu, 1 Apr 2010 19:57:07 +0200 Message-Id: <1270144632-25063-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH v3 0/5] Move stuff out of vl.c List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org v2->v3 - re-rebased - salvage some cleanups made while trying to compile balloon.c once, but do not do it because it breaks (I have patches to do it also for vl.o, but they are ugly!) Paolo Bonzini (5): move socket_init to qemu-sockets.c move two variable declarations out of vl.c move targphys.h and hw/poison.h inclusion to cpu-common.h move around definitions in kvm.h that do not require CPUState move balloon handling to balloon.c Makefile.target | 2 +- balloon.c | 146 +++++++++++++++++++++++++++++++++++++++++++++++ balloon.h | 7 ++ cpu-common.h | 8 +++ hw/hw.h | 2 - hw/i8259.c | 1 + hw/isa-bus.c | 1 + kvm.h | 8 +- monitor.c | 85 --------------------------- hw/poison.h => poison.h | 0 qemu-sockets.c | 24 ++++++++ qemu_socket.h | 1 + vl.c | 62 -------------------- 13 files changed, 193 insertions(+), 154 deletions(-) create mode 100644 balloon.c rename hw/poison.h => poison.h (100%)