qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: David Hildenbrand <david@redhat.com>
To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>, qemu-devel@nongnu.org
Cc: Paolo Bonzini <pbonzini@redhat.com>,
	qemu-block@nongnu.org, Peter Xu <peterx@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>
Subject: Re: [PATCH v3 01/10] stubs: Restrict fw_cfg to system emulation
Date: Wed, 12 Jan 2022 10:08:29 +0100	[thread overview]
Message-ID: <cf0ef57c-7d7b-780c-a120-0b29a41510eb@redhat.com> (raw)
In-Reply-To: <20220111184309.28637-2-f4bug@amsat.org>

On 11.01.22 19:43, Philippe Mathieu-Daudé wrote:
> fw_cfg_arch_key_name() stub is only required for sysemu.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  stubs/meson.build | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/stubs/meson.build b/stubs/meson.build
> index 71469c1d50a..363f6fa785d 100644
> --- a/stubs/meson.build
> +++ b/stubs/meson.build
> @@ -11,7 +11,6 @@
>  stub_ss.add(files('dump.c'))
>  stub_ss.add(files('error-printf.c'))
>  stub_ss.add(files('fdset.c'))
> -stub_ss.add(files('fw_cfg.c'))
>  stub_ss.add(files('gdbstub.c'))
>  stub_ss.add(files('get-vm-name.c'))
>  if linux_io_uring.found()
> @@ -51,6 +50,7 @@
>    stub_ss.add(files('replay-tools.c'))
>  endif
>  if have_system
> +  stub_ss.add(files('fw_cfg.c'))
>    stub_ss.add(files('semihost.c'))
>    stub_ss.add(files('usb-dev-stub.c'))
>    stub_ss.add(files('xen-hw-stub.c'))

Reviewed-by: David Hildenbrand <david@redhat.com>

-- 
Thanks,

David / dhildenb



  reply	other threads:[~2022-01-12  9:18 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-11 18:42 [PATCH v3 00/10] hw/dma: Use dma_addr_t type definition when relevant Philippe Mathieu-Daudé
2022-01-11 18:43 ` [PATCH v3 01/10] stubs: Restrict fw_cfg to system emulation Philippe Mathieu-Daudé
2022-01-12  9:08   ` David Hildenbrand [this message]
2022-01-28  0:38   ` Richard Henderson
2022-01-11 18:43 ` [PATCH v3 02/10] hw/nvram: Restrict fw_cfg QOM interface to sysemu and tools Philippe Mathieu-Daudé
2022-01-12  9:08   ` David Hildenbrand
2022-01-28  0:46   ` Richard Henderson
2022-01-11 18:43 ` [PATCH v3 03/10] hw/pci: Restrict pci-bus stub to sysemu Philippe Mathieu-Daudé
2022-01-11 18:43 ` [PATCH v3 04/10] hw/pci: Document pci_dma_map() Philippe Mathieu-Daudé
2022-01-11 18:43 ` [PATCH v3 05/10] hw/dma: Remove CONFIG_USER_ONLY check Philippe Mathieu-Daudé
2022-01-11 18:43 ` [PATCH v3 06/10] hw/rdma/rdma_utils: Rename rdma_pci_dma_map 'len' argument Philippe Mathieu-Daudé
2022-01-11 18:43 ` [PATCH v3 07/10] hw/scsi: Rename SCSIRequest::resid as 'residual' Philippe Mathieu-Daudé
2022-01-11 18:43 ` [PATCH v3 08/10] hw/dma: Fix format string issues using dma_addr_t Philippe Mathieu-Daudé
2022-01-11 18:43 ` [PATCH v3 09/10] hw/dma: Move ScatterGatherEntry / QEMUSGList declarations around Philippe Mathieu-Daudé
2022-01-12  9:10   ` David Hildenbrand
2022-01-28  0:48   ` Richard Henderson
2022-01-11 18:43 ` [PATCH v3 10/10] hw/dma: Use dma_addr_t type definition when relevant Philippe Mathieu-Daudé
2022-01-28  0:49   ` Richard Henderson
2022-01-12  1:23 ` [PATCH v3 00/10] " Peter Xu
2022-01-18  7:27 ` Philippe Mathieu-Daudé via

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=cf0ef57c-7d7b-780c-a120-0b29a41510eb@redhat.com \
    --to=david@redhat.com \
    --cc=f4bug@amsat.org \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peterx@redhat.com \
    --cc=qemu-block@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 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).