All of lore.kernel.org
 help / color / mirror / Atom feed
From: Luiz Capitulino <lcapitulino@redhat.com>
To: Luiz Capitulino <lcapitulino@redhat.com>
Cc: markmc@redhat.com, ehabkost@redhat.com,
	Jan Kiszka <jan.kiszka@siemens.com>,
	ian.molton@collabora.co.uk,
	"qemu-devel@nongnu.org" <qemu-devel@nongnu.org>,
	kraxel@redhat.com
Subject: Re: [Qemu-devel] Re: Staging update (0.12 pending freeze)
Date: Thu, 3 Dec 2009 14:37:47 -0200	[thread overview]
Message-ID: <20091203143747.362ed005@doriath> (raw)
In-Reply-To: <20091203122345.346adc3f@doriath>

On Thu, 3 Dec 2009 12:23:45 -0200
Luiz Capitulino <lcapitulino@redhat.com> wrote:

> On Wed, 02 Dec 2009 13:32:03 -0600
> Anthony Liguori <anthony@codemonkey.ws> wrote:
> 
> > > Both freshly rebased against staging (which doesn't build btw).
> > >   
> > 
> > Nope, and it won't for a while.  Instead of fixing everything, I'm just 
> > focusing on small groups of patches at a time.
> 
>  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? :)

  reply	other threads:[~2009-12-03 16:38 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-02 16:46 [Qemu-devel] Staging update (0.12 pending freeze) Anthony Liguori
2009-12-02 19:22 ` [Qemu-devel] " Jan Kiszka
2009-12-02 19:32   ` Anthony Liguori
2009-12-03 14:23     ` Luiz Capitulino
2009-12-03 16:37       ` Luiz Capitulino [this message]
2009-12-03 16:44         ` Anthony Liguori
2009-12-02 19:44 ` [Qemu-devel] " Luiz Capitulino
2009-12-02 19:54   ` Anthony Liguori
2009-12-02 20:00     ` Luiz Capitulino
2009-12-02 19:46 ` Ian Molton
2009-12-02 19:48   ` Anthony Liguori
2009-12-02 19:52     ` Ian Molton
2009-12-02 19:55       ` Anthony Liguori
2009-12-02 20:13         ` [Qemu-devel] [PATCH] Socket reconnection take 2 Ian Molton
2009-12-03 10:33           ` [Qemu-devel] " Michael S. Tsirkin
2009-12-03 12:34 ` [Qemu-devel] Staging update (0.12 pending freeze) Gerd Hoffmann
2009-12-03 13:08   ` Alexander Graf
2009-12-03 13:49     ` How to convert to -device & friends (was: [Qemu-devel] Staging update (0.12 pending freeze)) Markus Armbruster
2009-12-03 14:42       ` [Qemu-devel] Re: How to convert to -device & friends (was: " Michael S. Tsirkin
2009-12-03 23:21   ` [Qemu-devel] Staging update (0.12 pending freeze) Anthony Liguori
2009-12-03 23:53     ` Luiz Capitulino
2009-12-04  0:04       ` Anthony Liguori
2009-12-04 11:17         ` Gerd Hoffmann
2009-12-04 11:48           ` Luiz Capitulino
2009-12-04 12:43             ` Gerd Hoffmann
2009-12-04 14:12           ` Anthony Liguori
2009-12-03 13:52 ` [Qemu-devel] " Paolo Bonzini
2009-12-03 15:10   ` Anthony Liguori
2009-12-13 10:34   ` Paolo Bonzini
2009-12-03 15:27 ` [Qemu-devel] [FOR 0.12] [PATCH] virtio: Add memory statistics reporting to the balloon driver (V5) Adam Litke
2009-12-03 17:02   ` [Qemu-devel] [FOR 0.12] [PATCH] Updated: " Adam Litke
2009-12-03 16:57 ` [Qemu-devel] [FOR 0.12] debugcon patch for staging H. Peter Anvin
2009-12-03 19:26 ` [Qemu-devel] Staging update (0.12 pending freeze) Aurelien Jarno
2009-12-03 20:03   ` Blue Swirl
2009-12-05 20:05     ` Aurelien Jarno
2009-12-05 20:07       ` Blue Swirl
2009-12-06 11:59         ` Aurelien Jarno
2009-12-06 15:44           ` Blue Swirl
2009-12-07 22:24             ` Aurelien Jarno
2009-12-04 10:10 ` Kevin Wolf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20091203143747.362ed005@doriath \
    --to=lcapitulino@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=ian.molton@collabora.co.uk \
    --cc=jan.kiszka@siemens.com \
    --cc=kraxel@redhat.com \
    --cc=markmc@redhat.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.