https://bugzilla.kernel.org/show_bug.cgi?id=42829
Steve changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|
Using 'int' type is not suitable for a 'long' object. So, correct it.
Signed-off-by: Alex Shi
---
virt/kvm/kvm_main.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/virt/kvm/kvm_main.c b/virt/kvm/kvm_main.c
index a91f980..55ced69 100644
--- a/virt/kvm/kvm_main.c
+++ b/
On Tue, Oct 25, 2011 at 00:47, Avi Kivity wrote:
> The core issue that kvm (the kernel part) supports two styles of memory:
> read/write RAM, and read/write MMIO. ROM wants writes to be ignored,
> and rom/device wants reads serviced from memory and writes serviced by
> userspace (as MMIO).
>
> It