From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=60062 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8dz9-0002gg-Tz for qemu-devel@nongnu.org; Wed, 20 Oct 2010 15:06:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8dz7-00014d-8O for qemu-devel@nongnu.org; Wed, 20 Oct 2010 15:06:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28572) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8dz7-00014X-1R for qemu-devel@nongnu.org; Wed, 20 Oct 2010 15:06:01 -0400 Date: Wed, 20 Oct 2010 17:05:38 -0200 From: Marcelo Tosatti Message-ID: <20101020190538.GA4811@amt.cnet> References: <4CBF3C7E.3020802@codemonkey.ws> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4CBF3C7E.3020802@codemonkey.ws> Subject: [Qemu-devel] Re: [PATCH 00/10] [PULL] qemu-kvm.git uq/master queue List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On Wed, Oct 20, 2010 at 02:01:18PM -0500, Anthony Liguori wrote: > On 10/20/2010 12:43 PM, Marcelo Tosatti wrote: > >The following changes since commit 38cc9b607f85017b095793cab6c129bc9844f441: > > > > issue snd_pcm_start() when capturing audio (2010-10-18 00:39:06 +0400) > > > >are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master > > > >Huang Ying (1): > > Add RAM -> physical addr mapping in MCE simulation > > > >Joerg Roedel (2): > > Set cpuid definition to 0 before initializing it > > Add svm cpuid features > > > >Marcelo Tosatti (7): > > signalfd compatibility > > iothread: use signalfd > > kvm: x86: add mce support > > Export qemu_ram_addr_from_host > > MCE: Relay UCR MCE to guest > > Add savevm/loadvm support for MCE > > Fix memory leak in register save load due to xsave support > > Does this fix the second build issue too is this is just with v2 of > hte Relay UCR MCE to guest? Yes, second and third...