Re: [Qemu-devel] [PATCH V2] qemu-xen: HVM domain S3 bugfix

2013-09-08 Thread Liu, Jinsong
Paolo Bonzini wrote: > Il 29/08/2013 10:25, Liu, Jinsong ha scritto: >> Currently HVM S3 has a bug coming from the difference between >> qemu-traditioanl and qemu-xen. For qemu-traditional, the way >> to resume from hvm s3 is via 'xl trigger' command. However, >> for qemu-xen, the way to resume fro

Re: [Qemu-devel] [PATCH V2] qemu-xen: HVM domain S3 bugfix

2013-09-05 Thread Paolo Bonzini
Il 29/08/2013 10:25, Liu, Jinsong ha scritto: > Currently HVM S3 has a bug coming from the difference between > qemu-traditioanl and qemu-xen. For qemu-traditional, the way > to resume from hvm s3 is via 'xl trigger' command. However, > for qemu-xen, the way to resume from hvm s3 inherited from > s

Re: [Qemu-devel] [PATCH V2] qemu-xen: HVM domain S3 bugfix

2013-09-01 Thread Liu, Jinsong
> > Could you break this path into two? One which add the notifier list > and a second one with the Xen specific part? > Updated and sent out. Thanks, Jinsong

Re: [Qemu-devel] [PATCH V2] qemu-xen: HVM domain S3 bugfix

2013-08-30 Thread Anthony PERARD
On 29/08/13 09:25, Liu, Jinsong wrote: > Currently HVM S3 has a bug coming from the difference between > qemu-traditioanl and qemu-xen. For qemu-traditional, the way > to resume from hvm s3 is via 'xl trigger' command. However, > for qemu-xen, the way to resume from hvm s3 inherited from > standard

[Qemu-devel] [PATCH V2] qemu-xen: HVM domain S3 bugfix

2013-08-29 Thread Liu, Jinsong
Currently HVM S3 has a bug coming from the difference between qemu-traditioanl and qemu-xen. For qemu-traditional, the way to resume from hvm s3 is via 'xl trigger' command. However, for qemu-xen, the way to resume from hvm s3 inherited from standard qemu, i.e. via QMP, and it doesn't work under Xe