From: "Philippe Mathieu-Daudé" <philmd@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Michael Roth" <mdroth@linux.vnet.ibm.com>,
"Paolo Bonzini" <pbonzini@redhat.com>,
"Daniel P. Berrangé" <berrange@redhat.com>,
"Eduardo Habkost" <ehabkost@redhat.com>,
"Markus Armbruster" <armbru@redhat.com>
Subject: Re: [PATCH v2 0/9] user-mode: Prune build dependencies (part 3)
Date: Wed, 18 Mar 2020 09:25:16 +0100 [thread overview]
Message-ID: <5fa8b10e-b990-b324-dc3d-533842dd4266@redhat.com> (raw)
In-Reply-To: <20200316001111.31004-1-philmd@redhat.com>
Hi Eduardo,
On 3/16/20 1:11 AM, Philippe Mathieu-Daudé wrote:
> This is the second part of a series reducing user-mode
> dependencies. By stripping out unused code, the build
> and testing time is reduced (as is space used by objects).
>
> Part 3:
> - Extract code not related to user-mode from hw/core/qdev-properties.c
> - Reduce user-mode QAPI generated files
>
> Since v1:
> - Addressed Richard and Paolo review comments
>
> Patch missing review: #2 'Use qemu_strtoul() in set_pci_host_devaddr()'
>
> v1: https://www.mail-archive.com/qemu-devel@nongnu.org/msg688486.html
>
> full series available at:
> repo: https://github.com/philmd/qemu/
> branch: usermode_pruning-v2
>
> Based-on: <20200316000348.29692-1-philmd@redhat.com>
>
> Philippe Mathieu-Daudé (9):
> hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler
> hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr()
> hw/core/qdev-properties: Fix code style
> hw/core/qdev-properties: Export enum-related functions
> hw/core/qdev-properties: Export qdev_prop_enum
> hw/core/qdev-properties: Export some integer-related functions
> hw/core/qdev-properties: Extract system-mode specific properties
If you have to respin "x86 and machine queue" please consider including
reviewed patches 1-7 :)
> hw/core: Add qdev stub for user-mode
> qapi: Restrict code generated for user-mode
>
> hw/core/qdev-prop-internal.h | 28 ++
> include/hw/qdev-properties.h | 1 +
> hw/core/qdev-properties-system.c | 602 ++++++++++++++++++++++++++++-
> hw/core/qdev-properties.c | 643 ++-----------------------------
> hw/core/qdev-stubs.c | 20 +
> hw/core/Makefile.objs | 3 +
> qapi/Makefile.objs | 37 +-
> 7 files changed, 714 insertions(+), 620 deletions(-)
> create mode 100644 hw/core/qdev-prop-internal.h
> create mode 100644 hw/core/qdev-stubs.c
>
prev parent reply other threads:[~2020-03-18 8:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-16 0:11 [PATCH v2 0/9] user-mode: Prune build dependencies (part 3) Philippe Mathieu-Daudé
2020-03-16 0:11 ` [PATCH v2 1/9] hw/core/qdev-properties: Use qemu_strtol() in set_mac() handler Philippe Mathieu-Daudé
2020-03-16 0:11 ` [PATCH v2 2/9] hw/core/qdev-properties: Use qemu_strtoul() in set_pci_host_devaddr() Philippe Mathieu-Daudé
2020-03-16 18:39 ` Richard Henderson
2020-03-16 0:11 ` [PATCH v2 3/9] hw/core/qdev-properties: Fix code style Philippe Mathieu-Daudé
2020-03-16 0:11 ` [PATCH v2 4/9] hw/core/qdev-properties: Export enum-related functions Philippe Mathieu-Daudé
2020-03-16 0:11 ` [PATCH v2 5/9] hw/core/qdev-properties: Export qdev_prop_enum Philippe Mathieu-Daudé
2020-03-16 0:11 ` [PATCH v2 6/9] hw/core/qdev-properties: Export some integer-related functions Philippe Mathieu-Daudé
2020-03-16 0:11 ` [PATCH v2 7/9] hw/core/qdev-properties: Extract system-mode specific properties Philippe Mathieu-Daudé
2020-03-16 0:11 ` [PATCH v2 8/9] hw/core: Add qdev stub for user-mode Philippe Mathieu-Daudé
2020-03-16 18:56 ` Richard Henderson
2020-03-16 0:11 ` [PATCH v2 9/9] qapi: Restrict code generated " Philippe Mathieu-Daudé
2020-03-18 8:25 ` Philippe Mathieu-Daudé [this message]
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=5fa8b10e-b990-b324-dc3d-533842dd4266@redhat.com \
--to=philmd@redhat.com \
--cc=armbru@redhat.com \
--cc=berrange@redhat.com \
--cc=ehabkost@redhat.com \
--cc=mdroth@linux.vnet.ibm.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).