From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:52315) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jZx-0000FA-OT for qemu-devel@nongnu.org; Wed, 15 Aug 2012 15:48:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T1jZw-0004T0-Ep for qemu-devel@nongnu.org; Wed, 15 Aug 2012 15:48:33 -0400 Received: from e6.ny.us.ibm.com ([32.97.182.146]:36982) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T1jZw-0004So-B0 for qemu-devel@nongnu.org; Wed, 15 Aug 2012 15:48:32 -0400 Received: from /spool/local by e6.ny.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 15 Aug 2012 15:48:30 -0400 Received: from d01relay04.pok.ibm.com (d01relay04.pok.ibm.com [9.56.227.236]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id C93DBC90047 for ; Wed, 15 Aug 2012 15:48:27 -0400 (EDT) Received: from d03av02.boulder.ibm.com (d03av02.boulder.ibm.com [9.17.195.168]) by d01relay04.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id q7FJmMZQ156348 for ; Wed, 15 Aug 2012 15:48:23 -0400 Received: from d03av02.boulder.ibm.com (loopback [127.0.0.1]) by d03av02.boulder.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id q7FJmHqt027257 for ; Wed, 15 Aug 2012 13:48:17 -0600 From: Anthony Liguori In-Reply-To: References: Date: Wed, 15 Aug 2012 14:48:13 -0500 Message-ID: <87pq6srl6q.fsf@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [Qemu-devel] [PATCH 0/4] [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 Marcelo Tosatti writes: > The following changes since commit 873359d411eeb380906761e46839a2b705dbcf75: > > Merge branch 'linux-user.next' of git://git.linaro.org/people/pmaydell/qemu-arm (2012-08-14 19:50:22 +0000) > > 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 > > Jan Kiszka (3): > kvm: i8254: Cache kernel clock offset in KVMPITState > kvm: i8254: Finish time conversion fix > kvmvapic: Disable if there is insufficient memory > > Peter Maydell (1): > update-linux-headers.sh: Pull in asm-generic/kvm_para.h > > hw/apic_common.c | 4 ++- > hw/kvm/i8254.c | 52 +++++++++++++++++++++++++------------- > scripts/update-linux-headers.sh | 5 +++ > 3 files changed, 42 insertions(+), 19 deletions(-) > -- > To unsubscribe from this list: send the line "unsubscribe kvm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html