Re: [PATCH RFC 5/7] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c

2023-08-15 Thread Eric Blake
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

[PATCH RFC 5/7] softmmu/vl.c: inline include/qemu/qemu-options.h into vl.c

2023-08-12 Thread Michael Tokarev
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 --- include/qemu