From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>,
Damien Hedde <damien.hedde@greensocs.com>
Cc: "Daniel P. Berrange" <berrange@redhat.com>,
Eduardo Habkost <ehabkost@redhat.com>,
qemu-s390x <qemu-s390x@nongnu.org>,
Cornelia Huck <cohuck@redhat.com>,
Mark Burton <mark.burton@greensocs.com>,
QEMU Developers <qemu-devel@nongnu.org>,
Edgar Iglesias <edgari@xilinx.com>,
Paolo Bonzini <pbonzini@redhat.com>,
David Gibson <david@gibson.dropbear.id.au>
Subject: Re: [PATCH v8 00/11] Multi-phase reset mechanism
Date: Fri, 24 Jan 2020 11:17:02 +0100 [thread overview]
Message-ID: <81bde2c9-76d3-f5a0-3e54-089028be9dfb@redhat.com> (raw)
In-Reply-To: <CAFEAcA8G7zGwRkbGRjyK4P7KZ9V+cboBHwnTH=jJs4NWu7rMMA@mail.gmail.com>
On 1/24/20 11:05 AM, Peter Maydell wrote:
> On Thu, 23 Jan 2020 at 13:28, Damien Hedde <damien.hedde@greensocs.com> wrote:
>> v8:
>> + patch 3&5: ResettableState::count type from uint32_t to unsigned
>> (Philippe)
>
> We'll have to change that back if we ever want to migrate
> the count (migration insists on fixed-sized types), but
> I guess we can do that when we get to it...
Oh I forgot about migration :( (this was just a suggestion, not a
requirement).
If you are happy with v7/v8 you can consider to apply v7 instead, the
only difference is a one-line change in Makefile.objs (which ends no
modified) and few Tested-by/Reviewed-by tags:
https://patchew.org/QEMU/20200115123620.250132-1-damien.hedde@greensocs.com/diff/20200123132823.1117486-1-damien.hedde@greensocs.com/
Regards,
Phil.
next prev parent reply other threads:[~2020-01-24 10:17 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-23 13:28 [PATCH v8 00/11] Multi-phase reset mechanism Damien Hedde
2020-01-23 13:28 ` [PATCH v8 01/11] add device_legacy_reset function to prepare for reset api change Damien Hedde
2020-01-24 10:37 ` Philippe Mathieu-Daudé
2020-01-23 13:28 ` [PATCH v8 02/11] hw/core/qdev: add trace events to help with resettable transition Damien Hedde
2020-01-23 13:28 ` [PATCH v8 03/11] hw/core: create Resettable QOM interface Damien Hedde
2020-01-23 13:28 ` [PATCH v8 04/11] hw/core: add Resettable support to BusClass and DeviceClass Damien Hedde
2020-01-23 13:28 ` [PATCH v8 05/11] hw/core/resettable: add support for changing parent Damien Hedde
2020-01-23 13:28 ` [PATCH v8 06/11] hw/core/qdev: handle parent bus change regarding resettable Damien Hedde
2020-01-23 13:28 ` [PATCH v8 07/11] hw/core/qdev: update hotplug reset " Damien Hedde
2020-01-23 13:28 ` [PATCH v8 08/11] hw/core: deprecate old reset functions and introduce new ones Damien Hedde
2021-04-27 12:21 ` Philippe Mathieu-Daudé
2021-04-27 21:27 ` Eduardo Habkost
2021-04-28 5:03 ` Markus Armbruster
2021-04-28 12:51 ` Peter Maydell
2021-04-28 13:29 ` Markus Armbruster
2021-04-28 14:54 ` Peter Maydell
2020-01-23 13:28 ` [PATCH v8 09/11] docs/devel/reset.rst: add doc about Resettable interface Damien Hedde
2020-01-23 13:28 ` [PATCH v8 10/11] vl: replace deprecated qbus_reset_all registration Damien Hedde
2020-01-23 13:28 ` [PATCH v8 11/11] hw/s390x/ipl: replace deprecated qdev_reset_all registration Damien Hedde
2020-01-24 10:05 ` [PATCH v8 00/11] Multi-phase reset mechanism Peter Maydell
2020-01-24 10:17 ` Philippe Mathieu-Daudé [this message]
2020-01-24 10:18 ` Peter Maydell
2020-01-27 15:20 ` Damien Hedde
2020-01-24 10:23 ` Damien Hedde
2020-01-30 14:29 ` Peter Maydell
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=81bde2c9-76d3-f5a0-3e54-089028be9dfb@redhat.com \
--to=philmd@redhat.com \
--cc=berrange@redhat.com \
--cc=cohuck@redhat.com \
--cc=damien.hedde@greensocs.com \
--cc=david@gibson.dropbear.id.au \
--cc=edgari@xilinx.com \
--cc=ehabkost@redhat.com \
--cc=mark.burton@greensocs.com \
--cc=pbonzini@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-s390x@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).