Re: [PATCH RFC 3/7] os-posix.c: create and export os_set_chroot()

2023-08-15 Thread Eric Blake
On Sat, Aug 12, 2023 at 03:47:57PM +0300, Michael Tokarev wrote: > Signed-off-by: Michael Tokarev > --- > include/sysemu/os-posix.h | 1 + > os-posix.c| 9 +++-- > 2 files changed, 8 insertions(+), 2 deletions(-) > Reviewed-by: Eric Blake -- Eric Blake, Principal Software

[PATCH RFC 3/7] os-posix.c: create and export os_set_chroot()

2023-08-12 Thread Michael Tokarev
Signed-off-by: Michael Tokarev --- include/sysemu/os-posix.h | 1 + os-posix.c| 9 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/include/sysemu/os-posix.h b/include/sysemu/os-posix.h index d32630f9e7..8a66763395 100644 --- a/include/sysemu/os-posix.h +++