[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH (V9) 0/2] Add V4V to Xen
On Tue, 2013-05-28 at 15:43 -0400, Ross Philipson wrote: > [PATCH (V9) 1/2] xen: events, exposes evtchn_alloc_unbound_domain > [PATCH (V9) 2/2] xen: Add V4V implementation xen/common/event_channel.c | 45 +++++++++++++++++++++++++++++++------------- xen/include/xen/event.h | 3 +++ 2 files changed, 35 insertions(+), 13 deletions(-) xen/arch/x86/hvm/hvm.c | 6 +- xen/arch/x86/x86_64/compat/entry.S | 2 + xen/arch/x86/x86_64/entry.S | 2 + xen/common/Makefile | 1 + xen/common/domain.c | 13 +- xen/common/v4v.c | 1923 ++++++++++++++++++++++++++++++++++++ xen/include/Makefile | 3 +- xen/include/public/v4v.h | 304 ++++++ xen/include/public/xen.h | 2 +- xen/include/xen/sched.h | 4 + xen/include/xen/v4v.h | 49 + xen/include/xlat.lst | 10 + 12 files changed, 2314 insertions(+), 5 deletions(-) No patch to docs/... at all? The hypercall interface docs have improved (although they still aren't great IMHO) but what's really needed is an overview of the design and a "how do I actually use this" type thing. If you aren't going to provide that then I don't think a sum total of 5 lines of commit message is sufficient. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |