[Bug 42829] KVM Guest with virtio network driver loses network connectivity

2012-03-03 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=42829 Steve changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[PATCH] kvm: use correct tlbs dirty type in cmpxchg

2012-03-03 Thread Alex Shi
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/

KVM/QEMU: Support executing from flash device

2012-03-03 Thread Jordan Justen
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