From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anthony Liguori Subject: Re: [Qemu-devel] [PATCH 0/1] [PULL] qemu-kvm.git uq/master queue Date: Tue, 16 Nov 2010 08:50:42 -0600 Message-ID: <4CE29A42.1010106@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-iw0-f174.google.com ([209.85.214.174]:54122 "EHLO mail-iw0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755918Ab0KPOur (ORCPT ); Tue, 16 Nov 2010 09:50:47 -0500 Received: by iwn35 with SMTP id 35so889942iwn.19 for ; Tue, 16 Nov 2010 06:50:46 -0800 (PST) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: 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(-) > > >