All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-devel@nongnu.org
Cc: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>,
	Igor Mammedov <imammedo@redhat.com>,
	Samuel Ortiz <sameo@linux.intel.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Yang Zhong <yang.zhong@intel.com>, Thomas Huth <thuth@redhat.com>,
	Eduardo Habkost <ehabkost@redhat.com>,
	Richard Henderson <rth@twiddle.net>
Subject: Re: [Qemu-devel] [PATCH 0/3] hw/i386/acpi: Improve build modularity (isapc/q35/...)
Date: Tue, 30 Apr 2019 21:28:18 +0200	[thread overview]
Message-ID: <766a1b03-47cb-2fc3-bdfb-e0d883ad0ebd@redhat.com> (raw)
In-Reply-To: <6e3003f3-3d96-c1be-6890-baa2c61d34dc@redhat.com>

On 27/04/19 16:43, Philippe Mathieu-Daudé wrote:
> On 4/27/19 4:40 PM, Philippe Mathieu-Daudé wrote:
>> This series allow to build the ISAPC/Q35 machines independently.
> 
> Oops I guess I forgot:
> Based-on: 20190427141905.20393-1-philmd@redhat.com
> (i440fx is not a machine)
> https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg04673.html

Queued (*without* the based-on-but-not-really series), thanks.

Paolo
> 
>>
>> Regards,
>>
>> Phil.
>>
>> Philippe Mathieu-Daudé (3):
>>   hw/acpi/piix4: Move TYPE_PIIX4_PM to a public header
>>   hw/i386/acpi: Add object_resolve_type_unambiguous to improve
>>     modularity
>>   hw/i386/acpi: Assert a pointer is not null BEFORE using it
>>
>>  hw/acpi/piix4.c         | 13 -------------
>>  hw/i386/acpi-build.c    | 22 +++++++++++++++++-----
>>  hw/isa/lpc_ich9.c       | 11 -----------
>>  include/hw/acpi/piix4.h |  2 +-
>>  include/hw/i386/ich9.h  |  2 --
>>  5 files changed, 18 insertions(+), 32 deletions(-)
>>

WARNING: multiple messages have this Message-ID (diff)
From: Paolo Bonzini <pbonzini@redhat.com>
To: "Philippe Mathieu-Daudé" <philmd@redhat.com>, qemu-devel@nongnu.org
Cc: Yang Zhong <yang.zhong@intel.com>, Thomas Huth <thuth@redhat.com>,
	Samuel Ortiz <sameo@linux.intel.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	Igor Mammedov <imammedo@redhat.com>,
	Richard Henderson <rth@twiddle.net>,
	Eduardo Habkost <ehabkost@redhat.com>
Subject: Re: [Qemu-devel] [PATCH 0/3] hw/i386/acpi: Improve build modularity (isapc/q35/...)
Date: Tue, 30 Apr 2019 21:28:18 +0200	[thread overview]
Message-ID: <766a1b03-47cb-2fc3-bdfb-e0d883ad0ebd@redhat.com> (raw)
Message-ID: <20190430192818.nDJAgpgkWglvWymxnxwKL6uvWaNvmNfuAfSa355JnVs@z> (raw)
In-Reply-To: <6e3003f3-3d96-c1be-6890-baa2c61d34dc@redhat.com>

On 27/04/19 16:43, Philippe Mathieu-Daudé wrote:
> On 4/27/19 4:40 PM, Philippe Mathieu-Daudé wrote:
>> This series allow to build the ISAPC/Q35 machines independently.
> 
> Oops I guess I forgot:
> Based-on: 20190427141905.20393-1-philmd@redhat.com
> (i440fx is not a machine)
> https://lists.gnu.org/archive/html/qemu-devel/2019-04/msg04673.html

Queued (*without* the based-on-but-not-really series), thanks.

Paolo
> 
>>
>> Regards,
>>
>> Phil.
>>
>> Philippe Mathieu-Daudé (3):
>>   hw/acpi/piix4: Move TYPE_PIIX4_PM to a public header
>>   hw/i386/acpi: Add object_resolve_type_unambiguous to improve
>>     modularity
>>   hw/i386/acpi: Assert a pointer is not null BEFORE using it
>>
>>  hw/acpi/piix4.c         | 13 -------------
>>  hw/i386/acpi-build.c    | 22 +++++++++++++++++-----
>>  hw/isa/lpc_ich9.c       | 11 -----------
>>  include/hw/acpi/piix4.h |  2 +-
>>  include/hw/i386/ich9.h  |  2 --
>>  5 files changed, 18 insertions(+), 32 deletions(-)
>>



  reply	other threads:[~2019-04-30 19:28 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-27 14:40 [Qemu-devel] [PATCH 0/3] hw/i386/acpi: Improve build modularity (isapc/q35/...) Philippe Mathieu-Daudé
2019-04-27 14:40 ` Philippe Mathieu-Daudé
2019-04-27 14:40 ` [Qemu-devel] [PATCH 1/3] hw/acpi/piix4: Move TYPE_PIIX4_PM to a public header Philippe Mathieu-Daudé
2019-04-27 14:40   ` Philippe Mathieu-Daudé
2019-04-27 14:40 ` [Qemu-devel] [PATCH 2/3] hw/i386/acpi: Add object_resolve_type_unambiguous to improve modularity Philippe Mathieu-Daudé
2019-04-27 14:40   ` Philippe Mathieu-Daudé
2019-04-27 14:40 ` [Qemu-devel] [PATCH 3/3] hw/i386/acpi: Assert a pointer is not null BEFORE using it Philippe Mathieu-Daudé
2019-04-27 14:40   ` Philippe Mathieu-Daudé
2019-04-27 14:43 ` [Qemu-devel] [PATCH 0/3] hw/i386/acpi: Improve build modularity (isapc/q35/...) Philippe Mathieu-Daudé
2019-04-27 14:43   ` Philippe Mathieu-Daudé
2019-04-30 19:28   ` Paolo Bonzini [this message]
2019-04-30 19:28     ` Paolo Bonzini

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=766a1b03-47cb-2fc3-bdfb-e0d883ad0ebd@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=ehabkost@redhat.com \
    --cc=imammedo@redhat.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mst@redhat.com \
    --cc=philmd@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=rth@twiddle.net \
    --cc=sameo@linux.intel.com \
    --cc=thuth@redhat.com \
    --cc=yang.zhong@intel.com \
    /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.