From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O0LtX-0003jz-Jp for qemu-devel@nongnu.org; Fri, 09 Apr 2010 17:37:43 -0400 Received: from [140.186.70.92] (port=55992 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O0LtW-0003j8-4q for qemu-devel@nongnu.org; Fri, 09 Apr 2010 17:37:43 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O0LtU-0000OQ-80 for qemu-devel@nongnu.org; Fri, 09 Apr 2010 17:37:42 -0400 Received: from hall.aurel32.net ([88.191.82.174]:40715) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O0LtT-0000Nx-VO for qemu-devel@nongnu.org; Fri, 09 Apr 2010 17:37:40 -0400 Date: Fri, 9 Apr 2010 19:11:46 +0200 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH v3 0/5] Move stuff out of vl.c Message-ID: <20100409171145.GC21042@volta.aurel32.net> References: <1270144632-25063-1-git-send-email-pbonzini@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1270144632-25063-1-git-send-email-pbonzini@redhat.com> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: qemu-devel@nongnu.org On Thu, Apr 01, 2010 at 07:57:07PM +0200, Paolo Bonzini wrote: > 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!) Thanks, all applied. > 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%) > > > > -- Aurelien Jarno GPG: 1024D/F1BCDB73 aurelien@aurel32.net http://www.aurel32.net