From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Date: Wed, 29 Apr 2009 08:49:26 +0000 Subject: Re: qemu-kvm.git now live Message-Id: <49F81496.8030407@siemens.com> List-Id: References: <49F08BD0.6000706@redhat.com> In-Reply-To: <49F08BD0.6000706@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kvm-ia64@vger.kernel.org Avi Kivity wrote: > After a lengthy testing phase, qemu-kvm.git has replaced > kvm-userspace.git as the source repository for kvm userspace development. > > Differences from kvm-userspace.git are as follows: > - everything under qemu/ has been moved to the top-level directory > - everything not under qemu/ has been moved under a new top-level > directory, kvm/ > - all qemu subversion commits have been rewritten to be compatible with > what will become the master qemu git repository > - all branches and tags have been converted > - qemu-kvm.git builds standalone (does not require kvm.git) > > The repository is compatible with upstream qemu.git; merges and > cherry-picking will work fine in either direction > > Still missing: > - I have not tested powerpc or ia64. Patches welcome! > - testsuite (kvm/user/ directory) does not build - proper guest memory setup During merge with upstream, the call to qemu_alloc_physram dropped under the table (due to removal of phys_ram_base from qemu). And that means we no longer call kvm_setup_guest_memory (fork will cause troubles, deja vu...) and -mempath is broken. Sorry, I'm not deep enough into all parts to provide a quick-fix. Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Date: Wed, 29 Apr 2009 08:49:26 +0000 Subject: Re: qemu-kvm.git now live Message-Id: <49F81496.8030407@siemens.com> List-Id: References: <49F08BD0.6000706@redhat.com> In-Reply-To: <49F08BD0.6000706@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Avi Kivity Cc: KVM list , Anthony Liguori , Hollis Blanchard , "Zhang, Xiantao" , kvm-ppc , "kvm-ia64@vger.kernel.org" , Carsten Otte Avi Kivity wrote: > After a lengthy testing phase, qemu-kvm.git has replaced > kvm-userspace.git as the source repository for kvm userspace development. > > Differences from kvm-userspace.git are as follows: > - everything under qemu/ has been moved to the top-level directory > - everything not under qemu/ has been moved under a new top-level > directory, kvm/ > - all qemu subversion commits have been rewritten to be compatible with > what will become the master qemu git repository > - all branches and tags have been converted > - qemu-kvm.git builds standalone (does not require kvm.git) > > The repository is compatible with upstream qemu.git; merges and > cherry-picking will work fine in either direction > > Still missing: > - I have not tested powerpc or ia64. Patches welcome! > - testsuite (kvm/user/ directory) does not build - proper guest memory setup During merge with upstream, the call to qemu_alloc_physram dropped under the table (due to removal of phys_ram_base from qemu). And that means we no longer call kvm_setup_guest_memory (fork will cause troubles, deja vu...) and -mempath is broken. Sorry, I'm not deep enough into all parts to provide a quick-fix. Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kiszka Subject: Re: qemu-kvm.git now live Date: Wed, 29 Apr 2009 10:49:26 +0200 Message-ID: <49F81496.8030407@siemens.com> References: <49F08BD0.6000706@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: KVM list , Anthony Liguori , Hollis Blanchard , "Zhang, Xiantao" , kvm-ppc , "kvm-ia64@vger.kernel.org" , Carsten Otte To: Avi Kivity Return-path: Received: from lizzard.sbs.de ([194.138.37.39]:15245 "EHLO lizzard.sbs.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752242AbZD2Itx (ORCPT ); Wed, 29 Apr 2009 04:49:53 -0400 In-Reply-To: <49F08BD0.6000706@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: Avi Kivity wrote: > After a lengthy testing phase, qemu-kvm.git has replaced > kvm-userspace.git as the source repository for kvm userspace development. > > Differences from kvm-userspace.git are as follows: > - everything under qemu/ has been moved to the top-level directory > - everything not under qemu/ has been moved under a new top-level > directory, kvm/ > - all qemu subversion commits have been rewritten to be compatible with > what will become the master qemu git repository > - all branches and tags have been converted > - qemu-kvm.git builds standalone (does not require kvm.git) > > The repository is compatible with upstream qemu.git; merges and > cherry-picking will work fine in either direction > > Still missing: > - I have not tested powerpc or ia64. Patches welcome! > - testsuite (kvm/user/ directory) does not build - proper guest memory setup During merge with upstream, the call to qemu_alloc_physram dropped under the table (due to removal of phys_ram_base from qemu). And that means we no longer call kvm_setup_guest_memory (fork will cause troubles, deja vu...) and -mempath is broken. Sorry, I'm not deep enough into all parts to provide a quick-fix. Jan -- Siemens AG, Corporate Technology, CT SE 2 Corporate Competence Center Embedded Linux