On Samstag, 1. Oktober 2022 05:48:18 CEST Bin Meng wrote: > Hi Christian, > > On Tue, Sep 27, 2022 at 7:07 PM Bin Meng <bmeng...@gmail.com> wrote: > > From: Bin Meng <bin.m...@windriver.com> > > > > Use g_mkdir() to create a directory on all platforms. > > > > Signed-off-by: Bin Meng <bin.m...@windriver.com> > > Reviewed-by: Christian Schoenebeck <qemu_...@crudebyte.com> > > --- > > > > (no changes since v2) > > > > Changes in v2: > > - Change to use g_mkdir() > > > > fsdev/virtfs-proxy-helper.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > Would you pick up this patch in your queue? > > Regards, > Bin
Queued on 9p.next: https://github.com/cschoenebeck/qemu/commits/9p.next Thanks! Note that I currently don't have much in my queue yet, so it will probably take at least one week or two before I send the next PR. Also note that I plan more refactoring on the 9p tests in the upcoming days. So if you have plans for 9p test changes, better wait for my next PR to avoid conflicts. Best regards, Christian Schoenebeck