From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:58812) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFTHC-0007hF-Ey for qemu-devel@nongnu.org; Wed, 15 Jul 2015 16:27:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZFTH5-0005JG-Ij for qemu-devel@nongnu.org; Wed, 15 Jul 2015 16:27:34 -0400 Received: from mx1.redhat.com ([209.132.183.28]:47654) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZFTH5-0005J6-Df for qemu-devel@nongnu.org; Wed, 15 Jul 2015 16:27:27 -0400 From: Eduardo Habkost Date: Wed, 15 Jul 2015 17:27:19 -0300 Message-Id: <1436992041-32767-1-git-send-email-ehabkost@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL 0/2] X86 queue, 2015-07-15 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , Richard Henderson , qemu-devel@nongnu.org, =?UTF-8?q?Andreas=20F=C3=A4rber?= The following changes since commit 7692401a0826803522cfde533bdcc149932ddc= 6a: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-201= 50715' into staging (2015-07-15 17:28:59 +0100) are available in the git repository at: git://github.com/ehabkost/qemu.git tags/x86-pull-request for you to fetch changes up to 3046bb5debc8153a542acb1df93b2a1a85527a15: target-i386: emulate CPUID level of real hardware (2015-07-15 17:05:59 = -0300) ---------------------------------------------------------------- X86 queue, 2015-07-15 Two bug fixes: * Memory leak due to extra g_strdup() when registering X86CPU alias prope= rties * Fix CPUID levels so that W10 insider can run as guest OS ---------------------------------------------------------------- Eduardo Habkost (1): target-i386: Don't strdup() alias property name Radim Kr=C4=8Dm=C3=A1=C5=99 (1): target-i386: emulate CPUID level of real hardware include/hw/i386/pc.h | 68 ++++++++++++++++++++++++++++++++++++++++++++++= ++++++ target-i386/cpu.c | 39 +++++++++++++++--------------- 2 files changed, 87 insertions(+), 20 deletions(-) --=20 2.1.0