Re: [Xen-devel] [PATCH XTF] Fuzzing the hypervisor

2017-08-17 Thread Wei Liu
On Thu, Aug 17, 2017 at 12:21:49PM +0200, Felix Schmoll wrote: > Changes based on commit 8956f82ce1321b89deda6895d58e5788d2198477 > --- > include/xen/xen.h | 1 + > include/xtf/hypercall.h| 8 +- > tests/mk_hcall/.main.c.swo | Bin 0 -> 12288 bytes This should not be included. __

[Xen-devel] [PATCH XTF] Fuzzing the hypervisor

2017-08-17 Thread Felix Schmoll
Changes based on commit 8956f82ce1321b89deda6895d58e5788d2198477 --- include/xen/xen.h | 1 + include/xtf/hypercall.h| 8 +- tests/mk_hcall/.main.c.swo | Bin 0 -> 12288 bytes tests/mk_hcall/Makefile| 9 +++ tests/mk_hcall/main.c | 51 + tests/xtf-server/Ma