From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wx03C-0005KB-Am for qemu-devel@nongnu.org; Tue, 17 Jun 2014 16:32:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wx037-0007ab-EB for qemu-devel@nongnu.org; Tue, 17 Jun 2014 16:32:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:2594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wx037-0007aJ-6a for qemu-devel@nongnu.org; Tue, 17 Jun 2014 16:32:09 -0400 From: Eduardo Habkost Date: Tue, 17 Jun 2014 17:31:51 -0300 Message-Id: <1403037113-7823-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [qom-cpu PATCH v3 0/2] target-i386: Fixes for migratable/invtsc List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= Cc: Paolo Bonzini , Richard Henderson , Marcelo Tosatti , Aurelien Jarno , Igor Mammedov This series contains two fixes for the qom-cpu branch: * Make the new "migratable" property actually work; * Avoid breaking setups where "-cpu host" needs to be migratable. (See discussion at http://marc.info/?l=qemu-devel&m=139838802220184&w=2 ) Changes v2 -> v3: * Rebase to latest qom-cpu branch Eduardo Habkost (2): target-i386: Use x86_cpu_get_supported_feature_word() for "-cpu host" target-i386: Set migratable=yes by default on "host" CPU mooel target-i386/cpu.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) -- 1.9.3