From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O8vIP-000204-60 for qemu-devel@nongnu.org; Mon, 03 May 2010 09:02:49 -0400 Received: from [140.186.70.92] (port=56702 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O8vII-0001xk-8o for qemu-devel@nongnu.org; Mon, 03 May 2010 09:02:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O8vIG-0000DM-In for qemu-devel@nongnu.org; Mon, 03 May 2010 09:02:42 -0400 Received: from e36.co.us.ibm.com ([32.97.110.154]:45604) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O8vIG-0000DE-Da for qemu-devel@nongnu.org; Mon, 03 May 2010 09:02:40 -0400 Received: from d03relay03.boulder.ibm.com (d03relay03.boulder.ibm.com [9.17.195.228]) by e36.co.us.ibm.com (8.14.3/8.13.1) with ESMTP id o43CxSlM003586 for ; Mon, 3 May 2010 06:59:28 -0600 Received: from d03av03.boulder.ibm.com (d03av03.boulder.ibm.com [9.17.195.169]) by d03relay03.boulder.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id o43D2X0I133644 for ; Mon, 3 May 2010 07:02:33 -0600 Received: from d03av03.boulder.ibm.com (loopback [127.0.0.1]) by d03av03.boulder.ibm.com (8.14.3/8.13.1/NCO v10.0 AVout) with ESMTP id o4362WIb013763 for ; Mon, 3 May 2010 00:02:32 -0600 Message-ID: <4BDEC968.8070207@linux.vnet.ibm.com> Date: Mon, 03 May 2010 08:02:32 -0500 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: [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: Marcelo Tosatti Cc: qemu-devel@nongnu.org, kvm@vger.kernel.org On 04/26/2010 12:58 PM, Marcelo Tosatti wrote: > The following changes since commit a303f9e37b87ced34e966dc2c0b7f86bc5e74035: > Blue Swirl (1): > sh4: remove dead assignments, spotted by clang analyzer > > are available in the git repository at: > > git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git uq/master > Pulled (after you dropped 10/10 and 6/10). Thanks! Regards, Anthony Liguori > Jan Kiszka (1): > KVM: x86: Add debug register saving and restoring > > Marcelo Tosatti (8): > target-i386: print EFER in cpu_dump_state > kvm: handle internal error > kvm_init_vcpu requires global lock held > kvm: remove explicit kvm_arch_reset_vcpu from kvm_init_vcpu > vga: fix typo in length passed to kvm_log_stop > introduce leul_to_cpu > kvm: port qemu-kvm's bitmap scanning > introduce qemu_ram_map > > Sheng Yang (1): > kvm: allow qemu to set EPT identity mapping address > > bswap.h | 2 + > cpu-common.h | 1 + > cpus.c | 2 +- > exec.c | 28 ++++++++++++++ > hw/vga.c | 4 +- > kvm-all.c | 96 +++++++++++++++++++++++++++++++++++++++++--------- > kvm.h | 1 + > target-i386/helper.c | 1 + > target-i386/kvm.c | 81 +++++++++++++++++++++++++++++++++++++++++- > 9 files changed, 195 insertions(+), 21 deletions(-) >