All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eduardo Habkost <ehabkost@redhat.com>
To: "Cédric Le Goater" <clg@kaod.org>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Andrew Jeffery" <andrew@aj.id.au>,
	"QEMU Developers" <qemu-devel@nongnu.org>,
	qemu-arm <qemu-arm@nongnu.org>, "Joel Stanley" <joel@jms.id.au>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: Re: [Qemu-arm] [PATCH v2 0/3] aspeed: cleanups and extensions
Date: Fri, 24 May 2019 16:09:52 -0300	[thread overview]
Message-ID: <20190524190952.GL10764@habkost.net> (raw)
In-Reply-To: <c2597233-e1e3-6bed-e992-ec8ea250cedd@kaod.org>

On Thu, May 23, 2019 at 03:03:11PM +0200, Cédric Le Goater wrote:
> On 5/23/19 2:52 PM, Peter Maydell wrote:
> > On Mon, 20 May 2019 at 17:32, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
> >>
> >> On 5/20/19 3:32 PM, Cédric Le Goater wrote:
> >>>> Peter,
> >>>>
> >>>> do you want me to resend with only the two first patches and include
> >>>> Joel's in the same series ? I would leave out the part Philippe is
> >>>> covering in his object_initialize_child() patchset.
> >>>
> >>> Nope, we can not do that, conflicts arise. I suppose the easier is wait
> >>> for Philippe's patchset to be merged and then rebase.
> >>
> >> Eduardo said he'll send a pull request during the week.
> > 
> > I am now completely lost about the status of these patches,
> > so I'm just dropping this series from my to-review queue.
> 
> yes. It's ok.
> 
> > Please send a fresh patchset once any dependencies have
> > got into master.
> 
> I plan to send a larger one once Eduardo's patchset is merged.

I've just submitted a pull request including the
object_initialize_child() patches from Philippe:
  [PULL 00/17] Machine Core queue, 2019-05-24

Sorry for the delay.

-- 
Eduardo

WARNING: multiple messages have this Message-ID (diff)
From: Eduardo Habkost <ehabkost@redhat.com>
To: "Cédric Le Goater" <clg@kaod.org>
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Andrew Jeffery" <andrew@aj.id.au>,
	"QEMU Developers" <qemu-devel@nongnu.org>,
	qemu-arm <qemu-arm@nongnu.org>, "Joel Stanley" <joel@jms.id.au>,
	"Philippe Mathieu-Daudé" <philmd@redhat.com>
Subject: Re: [Qemu-devel] [PATCH v2 0/3] aspeed: cleanups and extensions
Date: Fri, 24 May 2019 16:09:52 -0300	[thread overview]
Message-ID: <20190524190952.GL10764@habkost.net> (raw)
In-Reply-To: <c2597233-e1e3-6bed-e992-ec8ea250cedd@kaod.org>

On Thu, May 23, 2019 at 03:03:11PM +0200, Cédric Le Goater wrote:
> On 5/23/19 2:52 PM, Peter Maydell wrote:
> > On Mon, 20 May 2019 at 17:32, Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
> >>
> >> On 5/20/19 3:32 PM, Cédric Le Goater wrote:
> >>>> Peter,
> >>>>
> >>>> do you want me to resend with only the two first patches and include
> >>>> Joel's in the same series ? I would leave out the part Philippe is
> >>>> covering in his object_initialize_child() patchset.
> >>>
> >>> Nope, we can not do that, conflicts arise. I suppose the easier is wait
> >>> for Philippe's patchset to be merged and then rebase.
> >>
> >> Eduardo said he'll send a pull request during the week.
> > 
> > I am now completely lost about the status of these patches,
> > so I'm just dropping this series from my to-review queue.
> 
> yes. It's ok.
> 
> > Please send a fresh patchset once any dependencies have
> > got into master.
> 
> I plan to send a larger one once Eduardo's patchset is merged.

I've just submitted a pull request including the
object_initialize_child() patches from Philippe:
  [PULL 00/17] Machine Core queue, 2019-05-24

Sorry for the delay.

-- 
Eduardo


  reply	other threads:[~2019-05-24 19:10 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-06 14:20 [Qemu-arm] [PATCH v2 0/3] aspeed: cleanups and extensions Cédric Le Goater
2019-05-06 14:20 ` [Qemu-devel] " Cédric Le Goater
2019-05-06 14:20 ` [Qemu-arm] [PATCH v2 1/3] aspeed: add a per SoC mapping for the interrupt space Cédric Le Goater
2019-05-06 14:20   ` [Qemu-devel] " Cédric Le Goater
2019-05-06 14:47   ` [Qemu-arm] " Philippe Mathieu-Daudé
2019-05-06 14:47     ` Philippe Mathieu-Daudé
2019-05-06 14:50     ` Philippe Mathieu-Daudé
2019-05-07  7:25     ` [Qemu-arm] " Cédric Le Goater
2019-05-07  7:25       ` Cédric Le Goater
2019-05-07  5:18   ` [Qemu-arm] " Joel Stanley
2019-05-07  5:18     ` [Qemu-devel] " Joel Stanley
2019-05-06 14:20 ` [Qemu-arm] [PATCH v2 2/3] aspeed: add a per SoC mapping for the memory space Cédric Le Goater
2019-05-06 14:20   ` [Qemu-devel] " Cédric Le Goater
2019-05-06 14:52   ` [Qemu-arm] " Philippe Mathieu-Daudé
2019-05-06 14:52     ` Philippe Mathieu-Daudé
2019-05-07  5:19   ` [Qemu-arm] " Joel Stanley
2019-05-07  5:19     ` [Qemu-devel] " Joel Stanley
2019-05-06 14:20 ` [Qemu-arm] [PATCH v2 3/3] aspeed: use sysbus_init_child_obj() to initialize children Cédric Le Goater
2019-05-06 14:20   ` [Qemu-devel] " Cédric Le Goater
2019-05-07  5:20   ` [Qemu-arm] " Joel Stanley
2019-05-07  5:20     ` [Qemu-devel] " Joel Stanley
2019-05-07  5:46   ` [Qemu-arm] " Philippe Mathieu-Daudé
2019-05-07  5:46     ` Philippe Mathieu-Daudé
2019-05-17 10:11     ` [Qemu-arm] " Cédric Le Goater
2019-05-17 10:11       ` Cédric Le Goater
2019-05-20  7:47 ` [Qemu-arm] [PATCH v2 0/3] aspeed: cleanups and extensions Cédric Le Goater
2019-05-20  7:47   ` [Qemu-devel] " Cédric Le Goater
2019-05-20 11:09   ` [Qemu-arm] " Philippe Mathieu-Daudé
2019-05-20 11:09     ` [Qemu-devel] " Philippe Mathieu-Daudé
2019-05-20 13:11     ` Cédric Le Goater
2019-05-20 13:32       ` [Qemu-arm] " Cédric Le Goater
2019-05-20 13:32         ` [Qemu-devel] " Cédric Le Goater
2019-05-20 16:32         ` [Qemu-arm] " Philippe Mathieu-Daudé
2019-05-20 16:32           ` [Qemu-devel] " Philippe Mathieu-Daudé
2019-05-23 12:52           ` [Qemu-arm] " Peter Maydell
2019-05-23 12:52             ` [Qemu-devel] " Peter Maydell
2019-05-23 13:03             ` [Qemu-arm] " Cédric Le Goater
2019-05-23 13:03               ` [Qemu-devel] " Cédric Le Goater
2019-05-24 19:09               ` Eduardo Habkost [this message]
2019-05-24 19:09                 ` Eduardo Habkost

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=20190524190952.GL10764@habkost.net \
    --to=ehabkost@redhat.com \
    --cc=andrew@aj.id.au \
    --cc=clg@kaod.org \
    --cc=joel@jms.id.au \
    --cc=peter.maydell@linaro.org \
    --cc=philmd@redhat.com \
    --cc=qemu-arm@nongnu.org \
    --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.