From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=56257 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTKCh-0000pL-RS for qemu-devel@nongnu.org; Mon, 28 Jun 2010 15:41:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTKCg-0006g6-Gc for qemu-devel@nongnu.org; Mon, 28 Jun 2010 15:41:15 -0400 Received: from mail-vw0-f45.google.com ([209.85.212.45]:45400) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTKCg-0006fi-Ba for qemu-devel@nongnu.org; Mon, 28 Jun 2010 15:41:14 -0400 Received: by vws14 with SMTP id 14so1148418vws.4 for ; Mon, 28 Jun 2010 12:41:12 -0700 (PDT) Message-ID: <4C28FAD8.2090007@codemonkey.ws> Date: Mon, 28 Jun 2010 14:41:12 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/7] [PULL] qemu-kvm.git uq/master queue References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 06/28/2010 11:14 AM, Marcelo Tosatti wrote: > The following changes since commit 4972d592113c627d4b6ea1be5c94a85b56099afd: > Stefan Weil (1): > win32: Add missing function ffs > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master > > Andre Przywara (1): > fix CPUID vendor override > > Jan Kiszka (1): > kvm: Switch kvm_update_guest_debug to run_on_cpu > > Marcelo Tosatti (1): > kvm: init mp_state > > Sheng Yang (4): > kvm: Extend kvm_arch_get_supported_cpuid() to support index > Enable XSAVE related CPUID > kvm: Enable XSAVE live migration support > kvm: Fix cpu_is_bsp() compilation warning > Pulled. Thanks. Regards, Anthony Liguori > kvm-all.c | 33 +++++++--- > kvm.h | 4 +- > target-i386/cpu.h | 7 ++- > target-i386/cpuid.c | 23 +++++++- > target-i386/kvm.c | 165 ++++++++++++++++++++++++++++++++++++++++++++++--- > target-i386/machine.c | 20 ++++++ > 6 files changed, 228 insertions(+), 24 deletions(-) > > >