On Thu, 22 Nov 2012, Will Deacon wrote:
> Hello,
> 
> This is version two of the patches I originally posted here:
> 
>   http://www.spinics.net/lists/kvm/msg82447.html
> 
> Changes since version one include:
> 
>       - MAX_MEMORY no longer needlessly page-aligned for ARM
>       - Use xread instead of read for reading the kernel image
>       - Limit virtual CPUs to 8 due to hardware limitations of the GIC
>       - Use hugetlbfs_path instead of NULL
>       - Improved member type consistency between kvm_mem_bank and
>         kvm_userspace_memory_region
>       - New tree-based device registration which moves device number
>         allocation out of the arch-dependent IRQ registration code
>       - Included dependency from mainline kernel to use rbtrees without
>         including linux/compiler.h
>       - SMP secondary boot now initialises the GIC CPU interface (this
>         worked by fluke previously due to a bug in kvm)
>       - Added a dummy set_size_vq function to the balloon driver,
>         which I accidentally missed in the original patch (now merged)
>       - Fixed header guard consistency
>       - Dropped the RFC tag
>       - Rebased onto latest kvmtool code
> 
> As usual, all comments welcome.

I applied patches 1-7. I'll wait for a new revision of the final 
patch. Thanks, Will!

                        Pekka
--
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

Reply via email to