From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53595) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZB7sF-0006iJ-0J for qemu-devel@nongnu.org; Fri, 03 Jul 2015 16:47:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZB7sA-0003XU-W0 for qemu-devel@nongnu.org; Fri, 03 Jul 2015 16:47:50 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZB7sA-0003Wb-QN for qemu-devel@nongnu.org; Fri, 03 Jul 2015 16:47:46 -0400 From: Eduardo Habkost Date: Fri, 3 Jul 2015 17:47:36 -0300 Message-Id: <1435956459-18454-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/3] X86 queue, 2015-07-03 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Peter Maydell Cc: Paolo Bonzini , =?UTF-8?q?Andreas=20F=C3=A4rber?= , Richard Henderson The following changes since commit 35360642d043c2a5366e8a04a10e5545e7353b= d5: Merge remote-tracking branch 'remotes/kraxel/tags/pull-input-20150703-1= ' into staging (2015-07-03 12:05:31 +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 de9a6f1c8ab4fcfd9927da5ae28e75efe10f721c: target-i386: emulate CPUID level of real hardware (2015-07-03 17:38:25 = -0300) ---------------------------------------------------------------- X86 queue, 2015-07-03 ---------------------------------------------------------------- Jan Kiszka (1): i386: Introduce ARAT CPU feature Paolo Bonzini (1): target-i386: avoid overflow in the tsc-frequency property Radim Kr=C4=8Dm=C3=A1=C5=99 (1): target-i386: emulate CPUID level of real hardware include/hw/compat.h | 70 ++++++++++++++++++++++++++++++++++++++++++++++= +++++- include/hw/i386/pc.h | 7 +++++- target-i386/cpu.c | 70 +++++++++++++++++++++++++++++++++++++---------= ------ target-i386/cpu.h | 5 +++- target-i386/kvm.c | 2 ++ 5 files changed, 131 insertions(+), 23 deletions(-) --=20 2.1.0