Re: [Qemu-devel] [PATCH 6/8] s390: sclp event facility and signal quiesce support via system_powerdown

2012-06-13 Thread Andreas Färber
Am 13.06.2012 09:00, schrieb Heinz Graalfs: > Alex, thanks for the comments, > > On Tue, 2012-06-12 at 13:38 +0200, Alexander Graf wrote: >> On 06/06/2012 02:05 PM, Jens Freimann wrote: >>> +static SCLPDevice *sclpef_common_init(const char *name, size_t struct_size) >>> +{ >>> +SCLPDevice *sde

Re: [Qemu-devel] [PATCH 6/8] s390: sclp event facility and signal quiesce support via system_powerdown

2012-06-13 Thread Heinz Graalfs
Alex, thanks for the comments, On Tue, 2012-06-12 at 13:38 +0200, Alexander Graf wrote: > On 06/06/2012 02:05 PM, Jens Freimann wrote: > > From: Heinz Graalfs > > > > This patch implements a subset of the sclp event facility as well > > as the signal quiesce event. This allows to gracefully shutdo

Re: [Qemu-devel] [PATCH 6/8] s390: sclp event facility and signal quiesce support via system_powerdown

2012-06-12 Thread Alexander Graf
On 06/06/2012 02:05 PM, Jens Freimann wrote: From: Heinz Graalfs This patch implements a subset of the sclp event facility as well as the signal quiesce event. This allows to gracefully shutdown a guest by using system_powerdown. This sends a signal quiesce signal that is interpreted by linux gu

[Qemu-devel] [PATCH 6/8] s390: sclp event facility and signal quiesce support via system_powerdown

2012-06-06 Thread Jens Freimann
From: Heinz Graalfs This patch implements a subset of the sclp event facility as well as the signal quiesce event. This allows to gracefully shutdown a guest by using system_powerdown. This sends a signal quiesce signal that is interpreted by linux guests as ctrl-alt-del. In addition the event fa