From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFVC7-0000uV-QW for qemu-devel@nongnu.org; Thu, 28 Apr 2011 13:40:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QFVBr-0003vj-SX for qemu-devel@nongnu.org; Thu, 28 Apr 2011 13:40:03 -0400 Received: from mail-yx0-f173.google.com ([209.85.213.173]:59588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QFVBr-0003vP-N3 for qemu-devel@nongnu.org; Thu, 28 Apr 2011 13:39:47 -0400 Received: by yxk8 with SMTP id 8so1061784yxk.4 for ; Thu, 28 Apr 2011 10:39:47 -0700 (PDT) Message-ID: <4DB9A661.2030306@codemonkey.ws> Date: Thu, 28 Apr 2011 12:39:45 -0500 From: Anthony Liguori MIME-Version: 1.0 References: <4DB84170.4010208@linux.vnet.ibm.com> <4DB9720E.3010705@codemonkey.ws> <4DB9A1FD.7090505@mail.berlios.de> In-Reply-To: <4DB9A1FD.7090505@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL] Request for Pull List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Venkateswararao Jujjuri , qemu-devel@nongnu.org On 04/28/2011 12:21 PM, Stefan Weil wrote: > Am 28.04.2011 15:56, schrieb Anthony Liguori: >> On 04/27/2011 11:16 AM, Venkateswararao Jujjuri wrote: >>> The following changes since commit >>> 661bfc80e876d32da8befe53ba0234d87fc0bcc2: >>> Jan Kiszka (1): >>> pflash: Restore & fix lazy ROMD switching >>> >>> are available in the git repository at: >>> >>> git://repo.or.cz/qemu/aliguori/jvrao.git for-anthony >> >> Pulled. Thanks. >> >> Regards, >> >> Anthony Liguori > > > This pull breaks compilation and linkage of latest QEMU: > > * Compilation fails because of wrong include paths (caused by moved files). > I just sent a patch to fix this issue. > > * The linker fails for all system emulations without virtio. Example: > > LINK cris-softmmu/qemu-system-cris > ../fsdev/qemu-fsdev.o:(.data+0xc): undefined reference to `local_ops' The use of CONFIG_REALLY_VIRTFS was wrong in the rename patch. I'll push a fix. Regards, Anthony Liguori > > I could add virtio to all these emulations, but I think a better solution > is required. > > Regards, > > Stefan Weil > >