From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O6Sbx-0006G4-RP for qemu-devel@nongnu.org; Mon, 26 Apr 2010 14:00:50 -0400 Received: from [140.186.70.92] (port=49272 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O6Sbs-000670-9G for qemu-devel@nongnu.org; Mon, 26 Apr 2010 14:00:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O6Sbk-0006xl-FV for qemu-devel@nongnu.org; Mon, 26 Apr 2010 14:00:44 -0400 Received: from mx1.redhat.com ([209.132.183.28]:32332) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O6Sbk-0006xK-6k for qemu-devel@nongnu.org; Mon, 26 Apr 2010 14:00:36 -0400 From: Marcelo Tosatti Date: Mon, 26 Apr 2010 14:58:56 -0300 Message-Id: Subject: [Qemu-devel] [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: Marcelo Tosatti , qemu-devel@nongnu.org, kvm@vger.kernel.org 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 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(-)