Ben-Ami Yassour wrote:
Avi,
This patch fixes the destruction path of a userspace physical memory
slot, which is required for direct mmio for passthrough devices.
The problem was that the destruction was done by calling
kvm_create_phys_mem with length 0.
kvm_create_phys_mem was calling kvm_create_userspace_phys_mem, which
calls mmap with lenght 0, which failed.
This patch applies to the main kvm userspace tree.
The patch was tested with direct mmio using the pci-passthrough tree.
Looks good, but doesn't apply. Please check your mail client's
whitespace mangling settings (or post as attachment).
--
error compiling committee.c: too many arguments to function
--
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