|
From: Laurent V. <Lau...@bu...> - 2008-04-23 13:09:14
|
These two patches allow to batch writes to MMIO.
When kernel has to send MMIO writes to userspace, it stores them
in memory until it has to pass the hand to userspace for another
reason. This avoids to have too many context switches on operations
that can wait.
WARNING: this breaks compatibility with old userspace part.
Signed-off-by: Laurent Vivier <Lau...@bu...>
[PATCH 1/2] kvm: Batch writes to MMIO
- kernel part
[PATCH 2/2] kvm-userspace: Batch writes to MMIO
- userspace part
Signed-off-by: Laurent Vivier <Lau...@bu...>
|