|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 09/14] xen/x86: mm: Re-implement set_gpfn_from_mfn() as a static inline function
Hi Jan, On 6/4/19 5:21 PM, Jan Beulich wrote: On 03.06.19 at 18:03, <julien.grall@xxxxxxx> wrote:--- a/xen/include/asm-x86/mm.h +++ b/xen/include/asm-x86/mm.h @@ -442,6 +442,8 @@ int check_descriptor(const struct domain *d, seg_desc_t *desc);extern paddr_t mem_hotplug; +extern struct domain *dom_xen, *dom_io, *dom_cow; /* for vmcoreinfo */Ah, now I see what Andrew was talking about. In my patch, I'll move the declarations ahead of the asm/mm.h inclusion point then. Do you plan to merge your patch first? Just to know if I need to rebase. @@ -483,24 +485,25 @@ extern paddr_t mem_hotplug; #define SHARED_M2P(_e) ((_e) == SHARED_M2P_ENTRY)#define compat_machine_to_phys_mapping ((unsigned int Hmmm yes. I can't remember why I didn't do that before. Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx> Thank you! Cheers, -- Julien Grall _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |