Re: [Qemu-devel] [RFC PATCH v2 7/7] plugins: add syscall logging plugin sample

2018-09-10 Thread Alex Bennée
Pavel Dovgalyuk writes: >> From: Alex Bennée [mailto:alex.ben...@linaro.org] >> Pavel Dovgalyuk writes: >> >> > This is an example of plugin which instruments only specific instructions: >> > sysenter and sysexit. When executing them, it prints system call id >> > and return code to the QEMU

Re: [Qemu-devel] [RFC PATCH v2 7/7] plugins: add syscall logging plugin sample

2018-09-10 Thread Pavel Dovgalyuk
> From: Alex Bennée [mailto:alex.ben...@linaro.org] > Pavel Dovgalyuk writes: > > > This is an example of plugin which instruments only specific instructions: > > sysenter and sysexit. When executing them, it prints system call id > > and return code to the QEMU log. > > Again I'm not sure this

Re: [Qemu-devel] [RFC PATCH v2 7/7] plugins: add syscall logging plugin sample

2018-09-07 Thread Alex Bennée
Pavel Dovgalyuk writes: > This is an example of plugin which instruments only specific instructions: > sysenter and sysexit. When executing them, it prints system call id > and return code to the QEMU log. Again I'm not sure this is a very useful example either. It doesn't achieve anything we

[Qemu-devel] [RFC PATCH v2 7/7] plugins: add syscall logging plugin sample

2018-06-05 Thread Pavel Dovgalyuk
This is an example of plugin which instruments only specific instructions: sysenter and sysexit. When executing them, it prints system call id and return code to the QEMU log. Signed-off-by: Pavel Dovgalyuk --- plugins/syscall-log/Makefile | 19