Re: [Qemu-devel] [PATCH v4 14/18] target-i386: Add "migratable" property to "host" CPU model

2014-05-16 Thread Eduardo Habkost
On Fri, May 16, 2014 at 06:29:36PM +0200, Andreas Färber wrote: > Am 16.05.2014 18:13, schrieb Eduardo Habkost: > > On Fri, May 16, 2014 at 12:12:18AM +0200, Andreas Färber wrote: > >> Am 15.05.2014 22:26, schrieb Eduardo Habkost: > >>> On Thu, May 15, 2014 at 09:44:49PM +0200, Andreas Färber wrote

Re: [Qemu-devel] [PATCH v4 14/18] target-i386: Add "migratable" property to "host" CPU model

2014-05-16 Thread Andreas Färber
Am 16.05.2014 18:13, schrieb Eduardo Habkost: > On Fri, May 16, 2014 at 12:12:18AM +0200, Andreas Färber wrote: >> Am 15.05.2014 22:26, schrieb Eduardo Habkost: >>> On Thu, May 15, 2014 at 09:44:49PM +0200, Andreas Färber wrote: Am 30.04.2014 18:48, schrieb Eduardo Habkost: > This flag wil

Re: [Qemu-devel] [PATCH v4 14/18] target-i386: Add "migratable" property to "host" CPU model

2014-05-16 Thread Eduardo Habkost
On Fri, May 16, 2014 at 12:12:18AM +0200, Andreas Färber wrote: > Am 15.05.2014 22:26, schrieb Eduardo Habkost: > > On Thu, May 15, 2014 at 09:44:49PM +0200, Andreas Färber wrote: > >> Am 30.04.2014 18:48, schrieb Eduardo Habkost: > >>> This flag will allow the user to choose between two modes: > >

Re: [Qemu-devel] [PATCH v4 14/18] target-i386: Add "migratable" property to "host" CPU model

2014-05-15 Thread Andreas Färber
Am 15.05.2014 22:26, schrieb Eduardo Habkost: > On Thu, May 15, 2014 at 09:44:49PM +0200, Andreas Färber wrote: >> Am 30.04.2014 18:48, schrieb Eduardo Habkost: >>> This flag will allow the user to choose between two modes: >>> * All flags that can be enabled on the host, even if unmigratable >>>

Re: [Qemu-devel] [PATCH v4 14/18] target-i386: Add "migratable" property to "host" CPU model

2014-05-15 Thread Eduardo Habkost
On Thu, May 15, 2014 at 09:44:49PM +0200, Andreas Färber wrote: > Am 30.04.2014 18:48, schrieb Eduardo Habkost: > > This flag will allow the user to choose between two modes: > > * All flags that can be enabled on the host, even if unmigratable > >(migratable=no); > > * All flags that can be

Re: [Qemu-devel] [PATCH v4 14/18] target-i386: Add "migratable" property to "host" CPU model

2014-05-15 Thread Andreas Färber
Am 30.04.2014 18:48, schrieb Eduardo Habkost: > This flag will allow the user to choose between two modes: > * All flags that can be enabled on the host, even if unmigratable >(migratable=no); > * All flags that can be enabled on the host, known to QEMU, >and migratable (migratable=yes).

[Qemu-devel] [PATCH v4 14/18] target-i386: Add "migratable" property to "host" CPU model

2014-04-30 Thread Eduardo Habkost
This flag will allow the user to choose between two modes: * All flags that can be enabled on the host, even if unmigratable (migratable=no); * All flags that can be enabled on the host, known to QEMU, and migratable (migratable=yes). The default is still migratable=false, to keep current