From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [PATCH 0/5] [PULL] qemu-kvm.git uq/master queue Date: Tue, 27 Dec 2011 10:36:35 -0600 Message-ID: <4EF9F413.8030703@codemonkey.ws> References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org To: Marcelo Tosatti Return-path: Received: from mail-yx0-f174.google.com ([209.85.213.174]:46991 "EHLO mail-yx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754047Ab1L0Qgl (ORCPT ); Tue, 27 Dec 2011 11:36:41 -0500 Received: by yenm11 with SMTP id m11so6805251yen.19 for ; Tue, 27 Dec 2011 08:36:41 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: On 12/22/2011 02:13 PM, Marcelo Tosatti wrote: > The following changes since commit 03ecd2c80a64d030a22fe67cc7a60f24e17ff211: > > virtio-serial-bus: Ports are expected to implement 'have_data' callback (2011-12-21 15:00:29 -0600) > > are available in the git repository at: > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master Pulled. Thanks. Regards, Anthony Liguori > > Gleb Natapov (1): > enable architectural PMU cpuid leaf for kvm > > Jan Kiszka (3): > kvm: x86: Use symbols for all xsave field > kvm: x86: Avoid runtime allocation of xsave buffer > kvm: x86: Drop redundant apic base and tpr update from kvm_get_sregs > > Vasilis Liaskovitis (1): > Set numa topology for max_cpus > > hw/pc.c | 8 ++++---- > target-i386/cpu.h | 3 ++- > target-i386/cpuid.c | 17 +++++++++++++---- > target-i386/kvm.c | 34 +++++++++++++++++----------------- > vl.c | 2 +- > 5 files changed, 37 insertions(+), 27 deletions(-) > >