[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC PATCH V3 11/12] xen/vm_event: Decouple vm_event and mem_access.
>>> On 06.02.15 at 14:10, <tamas.lengyel@xxxxxxxxxxxx> wrote: > On Wed, Feb 4, 2015 at 10:47 AM, Jan Beulich <JBeulich@xxxxxxxx> wrote: >>>>> On 29.01.15 at 22:46, <tamas.lengyel@xxxxxxxxxxxx> wrote: >>> --- a/xen/common/Makefile >>> +++ b/xen/common/Makefile >>> @@ -52,9 +52,10 @@ obj-y += tmem_xen.o >>> obj-y += radix-tree.o >>> obj-y += rbtree.o >>> obj-y += lzo.o >>> +obj-y += vm_event.o >>> +obj-y += monitor.o >> >> Please make the (not) sorting situation worse than it already is - the >> original intention was for entries to be alphabetically sorted here. > > I'm just going to sort the list in this patch to have everything in > alphabetic order. In a prereq patch then you (hopefully) mean? >>> +#include <public/memory.h> >> >> This can't be enough (nor can I see why it's needed here), or else ... >> >>> +/* Resumes the running of the VCPU, restarting the last instruction */ >>> +void monitor_resume(struct domain *d); >> >> ... struct domain may end up being a forward reference (with scope >> restricted to monitor_resume()). > > I'll revisit the headers needed for this one but it did build fine. Sure - presumably because the including sites included what is needed up front. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |