qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Mark Cave-Ayland <mark.caveayland@nutanix.com>,
	pbonzini@redhat.com, mst@redhat.com, marcel.apfelbaum@gmail.com,
	eduardo@habkost.net, imammedo@redhat.com, qemu-devel@nongnu.org
Subject: Re: [PATCH v5 03/19] hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init()
Date: Fri, 11 Jul 2025 12:31:19 +0200	[thread overview]
Message-ID: <4c6ba00b-a90f-42a4-b4ce-1efdc87b7e03@linaro.org> (raw)
In-Reply-To: <20250711095812.543857-4-mark.caveayland@nutanix.com>

On 11/7/25 11:57, Mark Cave-Ayland wrote:
> This helps to simplify the initialisation of the Xen hvm machine.
> 
> Signed-off-by: Mark Cave-Ayland <mark.caveayland@nutanix.com>

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>

or S-o-b per 
https://lore.kernel.org/qemu-devel/3ebf1793-6d55-4e07-a2b6-cb738d8634fb@linaro.org/ 
;) I don't mind.

> ---
>   hw/i386/pc_piix.c | 13 ++++---------
>   1 file changed, 4 insertions(+), 9 deletions(-)



  reply	other threads:[~2025-07-11 10:31 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-11  9:57 [PATCH v5 00/19] hw/i386: separate isapc out from pc_piix Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 01/19] hw/i386/pc_piix.c: restrict isapc machine to 32-bit CPUs Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 02/19] hw/i386/pc_piix.c: remove include for loader.h Mark Cave-Ayland
2025-07-15  6:42   ` Philippe Mathieu-Daudé
2025-07-11  9:57 ` [PATCH v5 03/19] hw/i386/pc_piix.c: inline pc_xen_hvm_init_pci() into pc_xen_hvm_init() Mark Cave-Ayland
2025-07-11 10:31   ` Philippe Mathieu-Daudé [this message]
2025-08-22 10:31     ` Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 04/19] hw/i386/pc_piix.c: duplicate pc_init1() into pc_isa_init() Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 05/19] hw/i386/pc_piix.c: remove pcmc->pci_enabled dependent initialisation from pc_init_isa() Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 06/19] hw/i386/pc_piix.c: remove SMI and piix4_pm " Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 07/19] hw/i386/pc_piix.c: remove SGX " Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 08/19] hw/i386/pc_piix.c: remove nvdimm " Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 09/19] hw/i386/pc_piix.c: simplify RAM size logic in pc_init_isa() Mark Cave-Ayland
2025-07-11 10:41   ` Philippe Mathieu-Daudé
2025-08-22 10:40     ` Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 10/19] hw/i386/pc_piix.c: hardcode hole64_size to 0 " Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 11/19] hw/i386/pc_piix.c: remove pc_system_flash_cleanup_unused() from pc_init_isa() Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 12/19] hw/i386/pc_piix.c: always initialise ISA IDE drives in pc_init_isa() Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 13/19] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always false " Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 14/19] hw/i386/pc_piix.c: hardcode pcms->pci_bus to NULL " Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 15/19] hw/i386/pc_piix.c: assume pcmc->pci_enabled is always true in pc_init1() Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 16/19] hw/i386: move isapc machine to separate isapc.c file Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 17/19] hw/i386/pc_piix.c: remove unused headers after isapc machine split Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 18/19] hw/i386/pc_piix.c: replace rom_memory with pci_memory Mark Cave-Ayland
2025-07-11  9:57 ` [PATCH v5 19/19] hw/i386/isapc.c: replace rom_memory with system_memory Mark Cave-Ayland
2025-07-11 10:31   ` Philippe Mathieu-Daudé

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=4c6ba00b-a90f-42a4-b4ce-1efdc87b7e03@linaro.org \
    --to=philmd@linaro.org \
    --cc=eduardo@habkost.net \
    --cc=imammedo@redhat.com \
    --cc=marcel.apfelbaum@gmail.com \
    --cc=mark.caveayland@nutanix.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@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 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).