[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] RE: [Xen-devel]Two dead-lock situation occurs on 32bit HVM SMP Windows
>The PV drivers should not have been hitting the MMIO region with >any regularity however. Is it the LAPIC and IOAPIC that are getting > hit? It certainly makes sense to cover hot regions of the P2M table > with valid mappings - we should not expect the fault-and-fixup > path to be fast. A single extra pagetable with INVALID_MFN just >below 4GB would I'm sure speed things up quite a bit! Keir On x86_64 xen, we saw get_mfn_from_gpfn gets into the fault-and-fixup path frequently when running 64bit windows guests with 1G RAM, and quite a few of them are caused by gpfn > 0x100000, i.e. above 4G, so how about aslo adding a gpfn range check into get_mfn_from_gpfn? And we can use hvm_set_param to set the max gpfn # in xc_hvm_build.c. -Xin _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |