|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH 0 of 4] xentrace fixes for xen-unstable
A few small changes and a new trace hypercall.
The hypercall patch is here for review, I'm open to suggestions for better
naming for example.
I'm leaving the existing HVMOP_xentrace in place to not break the API, even
if there are no users in the tree.
Olaf
tools/libxc/xc_tbuf.c | 46 ++++++++++++++++++++++++++++++++++++++++++++
tools/libxc/xenctrl.h | 2 +
xen/arch/x86/hvm/hvm.c | 3 --
xen/arch/x86/irq.c | 12 +++++++----
xen/arch/x86/trace.c | 3 ++
xen/arch/x86/x86_32/entry.S | 2 +
xen/arch/x86/x86_64/entry.S | 2 +
xen/common/trace.c | 21 +++++++++++++++++++-
xen/include/public/trace.h | 10 +++++++++
xen/include/public/xen.h | 1
xen/include/xen/hypercall.h | 5 ++++
11 files changed, 100 insertions(+), 7 deletions(-)
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|