Avi Kivity wrote: >> Currently, use TARGET_I386 to comment out the mapping machanism >> for other archs, but mapping machanism should be useful for other archs >> to maintain guest's memory mapping. > > Hollis, does this work for you? > > If now, you can add a new define KVM_WANT_MAPPING or something, and > define it for I386 and IA64. Hi, This is the must_use_alias patch mentioned in my previous email. Jes