Re: [PATCH RFC 0/7] move softmmu options processing from os-posix.c to vl.c

2023-09-01 Thread Eric Blake
On Sat, Aug 12, 2023 at 03:47:54PM +0300, Michael Tokarev wrote: > qemu_init() calls os_parse_cmd_args(), which is obviously a very vl.c-specicic > piece of code. It looks like when moving vl.c to softmmu/, os-posix.c > should've > been moved too (together with os-win32.c). But there are other f

[PATCH RFC 0/7] move softmmu options processing from os-posix.c to vl.c

2023-08-12 Thread Michael Tokarev
qemu_init() calls os_parse_cmd_args(), which is obviously a very vl.c-specicic piece of code. It looks like when moving vl.c to softmmu/, os-posix.c should've been moved too (together with os-win32.c). But there are other functions in os-posix.c which are used by other parts of the code, eg qemu-