Re: [Qemu-devel] [PATCH 0/5] trace-mem fixes

2018-06-07 Thread Stefan Hajnoczi
On Tue, May 22, 2018 at 06:26:47PM -0400, Emilio G. Cota wrote: > This series fixes a few issues that I found while testing > the tracing of guest memory accesses in TCG. Please review! > > You can fetch these patches from: > https://github.com/cota/qemu/commits/trace-mem Doesn't look like anyo

Re: [Qemu-devel] [PATCH 0/5] trace-mem fixes

2018-05-25 Thread Stefan Hajnoczi
On Tue, May 22, 2018 at 06:26:47PM -0400, Emilio G. Cota wrote: > This series fixes a few issues that I found while testing > the tracing of guest memory accesses in TCG. Please review! > > You can fetch these patches from: > https://github.com/cota/qemu/commits/trace-mem I took a quick look an

[Qemu-devel] [PATCH 0/5] trace-mem fixes

2018-05-22 Thread Emilio G. Cota
This series fixes a few issues that I found while testing the tracing of guest memory accesses in TCG. Please review! You can fetch these patches from: https://github.com/cota/qemu/commits/trace-mem Thanks, Emilio