Re: [Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation

2018-08-08 Thread Igor Mammedov
On Thu, 2 Aug 2018 11:18:08 +0200 Igor Mammedov wrote: > On Thu, 26 Jul 2018 19:09:22 +0300 > "Michael S. Tsirkin" wrote: > > > On Wed, Jul 25, 2018 at 05:53:35PM +0200, Igor Mammedov wrote: > > > On Wed, 25 Jul 2018 15:44:37 +0300 > > > "Michael S. Tsirkin" wrote: > > > > > > > On Wed,

Re: [Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation

2018-08-02 Thread Michael S. Tsirkin
On Thu, Aug 02, 2018 at 11:18:08AM +0200, Igor Mammedov wrote: > On Thu, 26 Jul 2018 19:09:22 +0300 > "Michael S. Tsirkin" wrote: > > > On Wed, Jul 25, 2018 at 05:53:35PM +0200, Igor Mammedov wrote: > > > On Wed, 25 Jul 2018 15:44:37 +0300 > > > "Michael S. Tsirkin" wrote: > > > > > > > On We

Re: [Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation

2018-08-02 Thread Igor Mammedov
On Thu, 26 Jul 2018 19:09:22 +0300 "Michael S. Tsirkin" wrote: > On Wed, Jul 25, 2018 at 05:53:35PM +0200, Igor Mammedov wrote: > > On Wed, 25 Jul 2018 15:44:37 +0300 > > "Michael S. Tsirkin" wrote: > > > > > On Wed, Jul 25, 2018 at 02:32:11PM +0200, Igor Mammedov wrote: > > > > On Tue, 10

Re: [Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation

2018-07-26 Thread Michael S. Tsirkin
On Wed, Jul 25, 2018 at 05:53:35PM +0200, Igor Mammedov wrote: > On Wed, 25 Jul 2018 15:44:37 +0300 > "Michael S. Tsirkin" wrote: > > > On Wed, Jul 25, 2018 at 02:32:11PM +0200, Igor Mammedov wrote: > > > On Tue, 10 Jul 2018 03:01:30 +0300 > > > "Michael S. Tsirkin" wrote: > > > > > > > Now t

Re: [Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation

2018-07-25 Thread Igor Mammedov
On Wed, 25 Jul 2018 15:44:37 +0300 "Michael S. Tsirkin" wrote: > On Wed, Jul 25, 2018 at 02:32:11PM +0200, Igor Mammedov wrote: > > On Tue, 10 Jul 2018 03:01:30 +0300 > > "Michael S. Tsirkin" wrote: > > > > > Now that basic support for guest CPU PM is upstream, I started looking > > > for mak

Re: [Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation

2018-07-25 Thread Michael S. Tsirkin
On Wed, Jul 25, 2018 at 02:32:11PM +0200, Igor Mammedov wrote: > On Tue, 10 Jul 2018 03:01:30 +0300 > "Michael S. Tsirkin" wrote: > > > Now that basic support for guest CPU PM is upstream, I started looking > > for making it migrateable. Since a VM can be migrated between different > > hosts, PM

Re: [Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation

2018-07-25 Thread Igor Mammedov
On Tue, 10 Jul 2018 03:01:30 +0300 "Michael S. Tsirkin" wrote: > Now that basic support for guest CPU PM is upstream, I started looking > for making it migrateable. Since a VM can be migrated between different > hosts, PM info needs to change each time with move the VM to a different > host. Con

Re: [Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation

2018-07-09 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Message-id: 2018071024.542612-1-...@redhat.com Subject: [Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation === TEST SCRIPT BEGIN === #!/bin/bash BASE=base n=1 total

[Qemu-devel] [PATCH hack dontapply v2 0/7] Dynamic _CST generation

2018-07-09 Thread Michael S. Tsirkin
Now that basic support for guest CPU PM is upstream, I started looking for making it migrateable. Since a VM can be migrated between different hosts, PM info needs to change each time with move the VM to a different host. This adds infrastructure - based on Load/Unload - to support exactly that: