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.
[PATCH 1/7] libkvm: coalesced MMIO support (common part)
This patch introduces in libkvm the common part of coalesced MMIO interface.
[PATCH 2/7] libkvm: coalesced MMIO support (x86 part)
This patch enables coalesced MMIO for x86 architecture.
[PATCH 3/7] libkvm: coalesced MMIO support (powerpc part)
This patch enables coalesced MMIO for powerpc architecture.
WARNING: this has not been tested.
[PATCH 4/7] libkvm: coalesced support (ia64 part)
This patch enables coalesced MMIO for ia64 architecture.
WARNING: this has not been tested.
[PATCH 5/7] qemu: coalesced MMIO support (core)
This patch introduces in qemu the coalesced MMIO.
[PATCH 6/7] qemu: coalesced MMIO support (VGA)
This patch defines coalesced MMIO zones for VGA cards.
[PATCH 7/7] qemu: coalesced MMIO support (e1000)
This patch defines coalesced MMIO zones for e1000 ethernet card.
Signed-off-by: Laurent Vivier <[EMAIL PROTECTED]>
--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html