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(-)