Re: [Qemu-devel] [PATCH] trace: Remove monitor.h dependency from simpletrace

2010-07-12 Thread Stefan Hajnoczi
I forgot to mention this patch is against the tracing branch, not qemu.git: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/tracing Stefan

[Qemu-devel] [PATCH] trace: Remove monitor.h dependency from simpletrace

2010-07-12 Thread Stefan Hajnoczi
User-mode targets don't have a monitor so the simple trace backend currently does not build on those targets. This patch abstracts the monitor printing interface so there is no direct coupling between simpletrace and the monitor. Signed-off-by: Stefan Hajnoczi --- I started reading the monitor c