Re: [PATCH 11/51] qga/commands-posix-ssh: Use g_mkdir_with_parents()

2022-08-26 Thread Bin Meng
On Wed, Aug 24, 2022 at 10:41 PM Konstantin Kostiuk wrote: > > Reviewed-by: Konstantin Kostiuk > > On Wed, Aug 24, 2022 at 12:42 PM Bin Meng wrote: >> >> From: Bin Meng >> >> g_mkdir() is a deprecated API and newer codes should use >> g_mkdir_with_parents(). >> >> Signed-off-by: Bin Meng >> --

Re: [PATCH 11/51] qga/commands-posix-ssh: Use g_mkdir_with_parents()

2022-08-24 Thread Konstantin Kostiuk
Reviewed-by: Konstantin Kostiuk On Wed, Aug 24, 2022 at 12:42 PM Bin Meng wrote: > From: Bin Meng > > g_mkdir() is a deprecated API and newer codes should use > g_mkdir_with_parents(). > > Signed-off-by: Bin Meng > --- > > qga/commands-posix-ssh.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH 11/51] qga/commands-posix-ssh: Use g_mkdir_with_parents()

2022-08-24 Thread Bin Meng
From: Bin Meng g_mkdir() is a deprecated API and newer codes should use g_mkdir_with_parents(). Signed-off-by: Bin Meng --- qga/commands-posix-ssh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qga/commands-posix-ssh.c b/qga/commands-posix-ssh.c index f3a580b8cc..246011