[Qemu-devel] [PATCH] target-i386: Support migratable=no properly

2014-09-04 Thread Eduardo Habkost
When the "migratable" property was implemented, the behavior was tested by changing the default on the code, but actually using the option on the command-line (e.g. "-cpu host,migratable=false") doesn't work as expected. This is a regression for a common use case of "-cpu host", which is to enable

Re: [Qemu-devel] [PATCH] target-i386: Support migratable=no properly

2014-08-21 Thread Eduardo Habkost
Forgot to add qemu-devel to "To:". Adding it. On Wed, Aug 20, 2014 at 05:30:12PM -0300, Eduardo Habkost wrote: > When the "migratable" property was implemented, the behavior was tested > by changing the default on the code, but actually using the option on > the command-line (e.g. "-cpu host,migra