From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35870) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSUNS-0001Pu-3L for qemu-devel@nongnu.org; Tue, 25 Mar 2014 12:43:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WSU7A-0000PR-L2 for qemu-devel@nongnu.org; Tue, 25 Mar 2014 12:26:16 -0400 Received: from mail-ee0-x22d.google.com ([2a00:1450:4013:c00::22d]:36247) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WSU7A-0000PH-DH for qemu-devel@nongnu.org; Tue, 25 Mar 2014 12:22:12 -0400 Received: by mail-ee0-f45.google.com with SMTP id d17so650808eek.4 for ; Tue, 25 Mar 2014 09:22:11 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <5331AD30.3020709@redhat.com> Date: Tue, 25 Mar 2014 17:22:08 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1395763195-22502-1-git-send-email-wei.liu2@citrix.com> In-Reply-To: <1395763195-22502-1-git-send-email-wei.liu2@citrix.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH resend 0/3] QEMU/Xen: disentangle PV and HVM in QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wei Liu , xen-devel@lists.xen.org, qemu-devel@nongnu.org Cc: anthony.perard@citrix.com, stefano.stabellini@eu.citrix.com Il 25/03/2014 16:59, Wei Liu ha scritto: > This small series disentangles Xen-specific files in QEMU. PV and HVM guests > related files are moved to corresponding locations. Build system is updated to > reflect those changes. > > This series was sent back in Jan but fell through the crack. It is now rebased > on current QEMU master and tested with usual Xen building runes. Everything > works as before. > > Wei. > > Wei Liu (3): > xen: move Xen PV machine files to hw/xenpv > xen: move Xen HVM files under hw/i386/xen > xen: factor out common functions Please regenerate with the "-M" option or add the following to .gitconfig: [diff] renames = true Paolo