[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH RFC 5/7] softmmu/vl.c: inline include/qemu/qemu-options.h int
From: |
Eric Blake |
Subject: |
Re: [PATCH RFC 5/7] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c |
Date: |
Tue, 15 Aug 2023 13:23:48 -0500 |
User-agent: |
NeoMutt/20230517 |
On Sat, Aug 12, 2023 at 03:47:59PM +0300, Michael Tokarev wrote:
> qemu-options.h just includes qemu-options.def with some #defines.
> We already do this in vl.c in other place. Since no other file
> includes qemu-options.h anymore, just inline it in vl.c.
>
> This effectively reverts second half of commit 59a5264b99434.
>
> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
> ---
> include/qemu/qemu-options.h | 41 -------------------------------------
> softmmu/vl.c | 11 +++++++++-
> 2 files changed, 10 insertions(+), 42 deletions(-)
> delete mode 100644 include/qemu/qemu-options.h
Reviewed-by: Eric Blake <eblake@redhat.com>
--
Eric Blake, Principal Software Engineer
Red Hat, Inc.
Virtualization: qemu.org | libguestfs.org
- [PATCH RFC 0/7] move softmmu options processing from os-posix.c to vl.c, Michael Tokarev, 2023/08/12
- [PATCH RFC 1/7] include/sysemu/os-posix.h: move *daemonize* declaration together, Michael Tokarev, 2023/08/12
- [PATCH RFC 2/7] os-posix: create and export os_set_runas(), Michael Tokarev, 2023/08/12
- [PATCH RFC 3/7] os-posix.c: create and export os_set_chroot(), Michael Tokarev, 2023/08/12
- [PATCH RFC 5/7] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c, Michael Tokarev, 2023/08/12
- Re: [PATCH RFC 5/7] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c,
Eric Blake <=
- [PATCH RFC 7/7] util/async-teardown.c: move to softmmu/, only build it when system build is requested, Michael Tokarev, 2023/08/12
- [PATCH RFC 4/7] os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init(), Michael Tokarev, 2023/08/12
- [PATCH RFC 6/7] os-posix.c: move code around, Michael Tokarev, 2023/08/12