From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:53409) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rfa14-0003NM-UP for qemu-devel@nongnu.org; Tue, 27 Dec 2011 11:36:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rfa13-00043a-Jj for qemu-devel@nongnu.org; Tue, 27 Dec 2011 11:36:42 -0500 Received: from mail-yw0-f45.google.com ([209.85.213.45]:63249) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rfa13-00043W-H3 for qemu-devel@nongnu.org; Tue, 27 Dec 2011 11:36:41 -0500 Received: by yhgg71 with SMTP id g71so8846473yhg.4 for ; Tue, 27 Dec 2011 08:36:41 -0800 (PST) Message-ID: <4EF9F413.8030703@codemonkey.ws> Date: Tue, 27 Dec 2011 10:36:35 -0600 From: Anthony Liguori MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/5] [PULL] qemu-kvm.git uq/master queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Marcelo Tosatti Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org 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(-) > >