From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=46480 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PIMrw-0001yR-HP for qemu-devel@nongnu.org; Tue, 16 Nov 2010 09:50:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PIMrv-0003yX-Of for qemu-devel@nongnu.org; Tue, 16 Nov 2010 09:50:48 -0500 Received: from mail-iw0-f173.google.com ([209.85.214.173]:55124) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PIMrv-0003yC-Jt for qemu-devel@nongnu.org; Tue, 16 Nov 2010 09:50:47 -0500 Received: by iwn36 with SMTP id 36so917959iwn.4 for ; Tue, 16 Nov 2010 06:50:46 -0800 (PST) Message-ID: <4CE29A42.1010106@codemonkey.ws> Date: Tue, 16 Nov 2010 08:50:42 -0600 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0/1] [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 11/05/2010 07:44 PM, Marcelo Tosatti wrote: > The following changes since commit d33ea50a958b2e050d2b28e5f17e3b55e91c6d74: > > scsi-disk: Fix immediate failure of bdrv_aio_* (2010-11-04 13:54:37 +0100) > Pulled. Thanks. Regards, Anthony Liguori > are available in the git repository at: > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master > > Gleb Natapov (1): > Add support for async page fault to qemu > > target-i386/cpu.h | 1 + > target-i386/cpuid.c | 2 +- > target-i386/kvm.c | 14 ++++++++++++++ > target-i386/machine.c | 26 ++++++++++++++++++++++++++ > 4 files changed, 42 insertions(+), 1 deletions(-) > > >