Re: [PATCH v2 1/2] qemu: process: Split out the statement to handle the qemu is allowed to reboot

2021-09-01 Thread Masayoshi Mizuma
On Tue, Aug 31, 2021 at 09:13:55AM +0200, Peter Krempa wrote: > On Mon, Aug 30, 2021 at 00:30:42 -0400, Masayoshi Mizuma wrote: > > From: Masayoshi Mizuma > > > > Split out the statement to handle whether the qemu is allowed to reboot > > or not. So that it gets available for the later patch. >

Re: [PATCH v2 1/2] qemu: process: Split out the statement to handle the qemu is allowed to reboot

2021-08-31 Thread Peter Krempa
On Mon, Aug 30, 2021 at 00:30:42 -0400, Masayoshi Mizuma wrote: > From: Masayoshi Mizuma > > Split out the statement to handle whether the qemu is allowed to reboot > or not. So that it gets available for the later patch. > > Signed-off-by: Masayoshi Mizuma > --- > src/qemu/qemu_process.c |

[PATCH v2 1/2] qemu: process: Split out the statement to handle the qemu is allowed to reboot

2021-08-29 Thread Masayoshi Mizuma
From: Masayoshi Mizuma Split out the statement to handle whether the qemu is allowed to reboot or not. So that it gets available for the later patch. Signed-off-by: Masayoshi Mizuma --- src/qemu/qemu_process.c | 17 + src/qemu/qemu_process.h | 2 ++ 2 files changed, 15