On Mon, Dec 26, 2016 at 09:35:10PM +0100, Lluís Vilanova wrote:
> Provides guest Linux kernel module "qemu-hypertrace.ko" to abstract
> access to the hypertrace channel.
> 
> Signed-off-by: Lluís Vilanova <vilan...@ac.upc.edu>
> ---
>  Makefile                                           |    4 -
>  configure                                          |    4 +
>  hypertrace/guest/linux-module/Kbuild.in            |    7 +
>  hypertrace/guest/linux-module/Makefile             |   23 +++
>  .../include/linux/qemu-hypertrace-internal.h       |   46 ++++++
>  .../linux-module/include/linux/qemu-hypertrace.h   |   73 ++++++++++
>  hypertrace/guest/linux-module/qemu-hypertrace.c    |  149 
> ++++++++++++++++++++
>  7 files changed, 305 insertions(+), 1 deletion(-)
>  create mode 100644 hypertrace/guest/linux-module/Kbuild.in
>  create mode 100644 hypertrace/guest/linux-module/Makefile
>  create mode 100644 
> hypertrace/guest/linux-module/include/linux/qemu-hypertrace-internal.h
>  create mode 100644 
> hypertrace/guest/linux-module/include/linux/qemu-hypertrace.h
>  create mode 100644 hypertrace/guest/linux-module/qemu-hypertrace.c

This should be submitted to Linux, the module cannot live in the QEMU
tree (we don't carry out-of-tree kernel modules).

Attachment: signature.asc
Description: PGP signature

Reply via email to