From 4482b06c0459469c101a1da3f4b24594da557f99 Mon Sep 17 00:00:00 2001 From: Takuya Yoshikawa Date: Wed, 23 Jun 2010 14:59:29 +0900 Subject: [PATCH] KVM: ia64: fix dirty_log_lock spin_lock section not to include get_dirty_log() kvm_get_dirty_log() calls copy_to_user(). So we need to narrow the dirty_log_lock spin_lock section not to include this. Signed-off-by: Takuya Yoshikawa Signed-off-by: Avi Kivity --- Reading git-format-patch failed