On Thu, Jul 02, 2020 at 04:10:57PM +0100, Andrew Cooper wrote:
[...]
>
> > +#include
> > +#include
> > +#include
> > +#include
> > +
> > +#include
> > +#include
> > +#include
> > +
> > +#define BUF_SIZE (16384 * XC_PAGE_SIZE)
>
> This hardcodes the size of the buffer which is configurable
On 30/06/2020 13:33, Michał Leszczyński wrote:
> diff --git a/tools/proctrace/COPYING b/tools/proctrace/COPYING
> new file mode 100644
> index 00..c0a841112c
> --- /dev/null
> +++ b/tools/proctrace/COPYING
The top-level COPYING file is GPL2. There shouldn't be any need to
include a second
From: Michal Leszczynski
Add an demonstration tool that uses xc_vmtrace_* calls in order
to manage external IPT monitoring for DomU.
Signed-off-by: Michal Leszczynski
---
tools/proctrace/COPYING | 339
tools/proctrace/Makefile| 48 +
tools/proc