Re: [Qemu-devel] [PATCH V2] Use clean shutdown request for ctrl-a x

2012-07-10 Thread Fabien Chouteau
On 07/09/2012 02:18 PM, Andreas Färber wrote: > Am 09.07.2012 12:19, schrieb Fabien Chouteau: >> Any comment? >> >> On 07/04/2012 01:04 PM, Fabien Chouteau wrote: >>> The goal is to make ctrl-a x to close Qemu in a clean way. The current >>> exit(0) skips a lot of cleanup/close functions, for examp

Re: [Qemu-devel] [PATCH V2] Use clean shutdown request for ctrl-a x

2012-07-09 Thread Andreas Färber
Am 09.07.2012 12:19, schrieb Fabien Chouteau: > Any comment? > > On 07/04/2012 01:04 PM, Fabien Chouteau wrote: >> The goal is to make ctrl-a x to close Qemu in a clean way. The current >> exit(0) skips a lot of cleanup/close functions, for example in block >> drivers. >> >> Signed-off-by: Fabien

Re: [Qemu-devel] [PATCH V2] Use clean shutdown request for ctrl-a x

2012-07-09 Thread Paolo Bonzini
Il 09/07/2012 12:19, Fabien Chouteau ha scritto: > Any comment? Looks good to me. Blue, can you apply it while Anthony is on holiday? Paolo > On 07/04/2012 01:04 PM, Fabien Chouteau wrote: >> The goal is to make ctrl-a x to close Qemu in a clean way. The current >> exit(0) skips a lot of cleanu

Re: [Qemu-devel] [PATCH V2] Use clean shutdown request for ctrl-a x

2012-07-09 Thread Kevin Wolf
Am 09.07.2012 12:19, schrieb Fabien Chouteau: > Any comment? > > On 07/04/2012 01:04 PM, Fabien Chouteau wrote: >> The goal is to make ctrl-a x to close Qemu in a clean way. The current >> exit(0) skips a lot of cleanup/close functions, for example in block >> drivers. >> >> Signed-off-by: Fabien

Re: [Qemu-devel] [PATCH V2] Use clean shutdown request for ctrl-a x

2012-07-09 Thread Fabien Chouteau
Any comment? On 07/04/2012 01:04 PM, Fabien Chouteau wrote: > The goal is to make ctrl-a x to close Qemu in a clean way. The current > exit(0) skips a lot of cleanup/close functions, for example in block > drivers. > > Signed-off-by: Fabien Chouteau > --- > qemu-char.c |2 +- > sysemu.h

[Qemu-devel] [PATCH V2] Use clean shutdown request for ctrl-a x

2012-07-04 Thread Fabien Chouteau
The goal is to make ctrl-a x to close Qemu in a clean way. The current exit(0) skips a lot of cleanup/close functions, for example in block drivers. Signed-off-by: Fabien Chouteau --- qemu-char.c |2 +- sysemu.h|1 + vl.c|5 + 3 files changed, 7 insertions(+), 1 delet