qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <philmd@linaro.org>
To: Helge Deller <deller@gmx.de>, Paolo Bonzini <pbonzini@redhat.com>,
	Markus Armbruster <armbru@redhat.com>,
	Michael Roth <michael.roth@amd.com>,
	qemu-devel@nongnu.org
Cc: Michael Tokarev <mjt@tls.msk.ru>
Subject: Re: [PATCH] meson: Clean up some dependencies regarding qemu-system
Date: Mon, 19 Dec 2022 12:35:57 +0100	[thread overview]
Message-ID: <f74b3d7b-9f57-59c0-1208-18b23e1e7ce4@linaro.org> (raw)
In-Reply-To: <Y5zB+5t5K0AEj6Rn@p100>

On 16/12/22 20:07, Helge Deller wrote:
> Reduce amount of compiled code and installed binaries if just the qemu
> utilities such as qemu-img, qemu-io and qemu-nbd have to be built.  This
> helps to make those tools easier available on hosts where qemu-system or
> qemu-user isn't supported.
> 
> Reason for this patch is that qemu fail to build on debian for some
> seconday non-release architectures (e.g. hppa, sh4, ia64), as can be
> seen here:
> https://buildd.debian.org/status/package.php?p=qemu&suite=sid
> This patch helps to clean up the build so that these tools
> can be provided on those platforms in future.
> 
> Signed-off-by: Helge Deller <deller@gmx.de>


> index fbdb442fdf..4a499db441 100644
> --- a/qapi/meson.build
> +++ b/qapi/meson.build
> @@ -51,12 +51,12 @@ qapi_all_modules = [
>     'transaction',
>     'virtio',
>     'yank',
> +  'qdev',
>   ]
>   if have_system
>     qapi_all_modules += [
>       'acpi',
>       'audio',
> -    'qdev',
>       'pci',
>       'rdma',
>       'rocker',

Why do you want qdev out of sysemu?


  parent reply	other threads:[~2022-12-19 11:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-16 19:07 [PATCH] meson: Clean up some dependencies regarding qemu-system Helge Deller
2022-12-17 13:28 ` Paolo Bonzini
2022-12-19 11:21   ` Helge Deller
2022-12-19 11:31     ` Peter Maydell
2022-12-19 11:40       ` Philippe Mathieu-Daudé
2022-12-19 11:52         ` Peter Maydell
2022-12-20 20:56           ` Helge Deller
2022-12-21  7:49             ` Michael Tokarev
2022-12-22  5:27               ` Helge Deller
2022-12-19 13:22     ` Alex Bennée
2022-12-19 11:35 ` Philippe Mathieu-Daudé [this message]
2022-12-19 12:13   ` Helge Deller

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=f74b3d7b-9f57-59c0-1208-18b23e1e7ce4@linaro.org \
    --to=philmd@linaro.org \
    --cc=armbru@redhat.com \
    --cc=deller@gmx.de \
    --cc=michael.roth@amd.com \
    --cc=mjt@tls.msk.ru \
    --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).