On Tuesday 20 May 2008 02:39:42 Laurent Vivier wrote: > Le lundi 19 mai 2008 à 22:04 -0500, Hollis Blanchard a écrit : > > On Monday 19 May 2008 03:36:30 Laurent Vivier wrote: > > > Thank you for your comments. > > > > > > I agree with all. > > > > > > I'll move my code to mulator_write_emulated_onepage(). > > > I'll use kvm_io_device mechanism: is there an existing ioctl() to > > > register MMIO zone ? > > > I'll add a KVM_CAP_ > > > > Does that mean you'll move "batch" from kvm_vcpu_arch to kvm_vcpu as well? > > No, except if people like you (non-x86 developers) asks for it. > (but I can't compile/test).
Please include it in the existing CONFIG_HAS_IOMEM block inside struct kvm_vcpu. Most of the new functions you've introduced should similarly go into kvm_main.c, since there is nothing x86-specific in them. -- Hollis Blanchard IBM Linux Technology Center -- 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
