From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGEn7-0003pr-N5 for qemu-devel@nongnu.org; Thu, 03 Dec 2009 11:44:29 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGEn3-0003oi-RC for qemu-devel@nongnu.org; Thu, 03 Dec 2009 11:44:29 -0500 Received: from [199.232.76.173] (port=41798 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGEn3-0003of-K3 for qemu-devel@nongnu.org; Thu, 03 Dec 2009 11:44:25 -0500 Received: from mail-yw0-f171.google.com ([209.85.211.171]:51482) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGEn3-00015Z-C0 for qemu-devel@nongnu.org; Thu, 03 Dec 2009 11:44:25 -0500 Received: by ywh1 with SMTP id 1so1338030ywh.18 for ; Thu, 03 Dec 2009 08:44:24 -0800 (PST) Message-ID: <4B17EADF.4070608@codemonkey.ws> Date: Thu, 03 Dec 2009 10:44:15 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] Re: Staging update (0.12 pending freeze) References: <4B1699D3.8010908@codemonkey.ws> <4B16BE74.6030006@siemens.com> <4B16C0B3.3090501@codemonkey.ws> <20091203122345.346adc3f@doriath> <20091203143747.362ed005@doriath> In-Reply-To: <20091203143747.362ed005@doriath> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Luiz Capitulino Cc: markmc@redhat.com, ehabkost@redhat.com, Jan Kiszka , ian.molton@collabora.co.uk, "qemu-devel@nongnu.org" , kraxel@redhat.com Luiz Capitulino wrote: >> Right, but people rebasing against it need to build it to be able >> to fix conflicts and test things. >> >> So, here is a list of problems I had to fix/workaround to have staging >> fully building on x86_64. >> > > With recent changes the -net one went away and we got a new one: > > - virtio-rng: > > /home/lcapitulino/src/aliguori-queue/hw/virtio-rng.c: In function ‘virtio_rng_save’: > /home/lcapitulino/src/aliguori-queue/hw/virtio-rng.c:147: error: implicit declaration of function ‘virtio_save’ > /home/lcapitulino/src/aliguori-queue/hw/virtio-rng.c: In function ‘virtio_rng_load’: > /home/lcapitulino/src/aliguori-queue/hw/virtio-rng.c:157: error: implicit declaration of function ‘virtio_load’ > > Added Ian to the CC list.. > > Hm, this is stupid report being useful to anyone? :) > Just FYI, this happens all of the time in staging. The difference this time around is that I usually fix all of these problems before pushing to staging. There was just too many things in staging to do that this time around. It's usually easy to resolve with some git magic. Regards, Anthony Liguori