Re: [Qemu-devel] qemu-ga and logging domain

2015-05-05 Thread David Gibson
On Thu, Apr 30, 2015 at 10:37:21PM -0500, Michael Roth wrote: > Quoting David Gibson (2015-04-30 20:29:23) > > Michael, > > > > I was just looking at some of the logging stuff in qemu-ga, and it > > seems to be doing something very odd with the "domain". > > > > static void ga_log(const gchar *do

Re: [Qemu-devel] qemu-ga and logging domain

2015-04-30 Thread Michael Roth
Quoting David Gibson (2015-04-30 20:29:23) > Michael, > > I was just looking at some of the logging stuff in qemu-ga, and it > seems to be doing something very odd with the "domain". > > static void ga_log(const gchar *domain, GLogLevelFlags level, >const gchar *msg, gpointer

[Qemu-devel] qemu-ga and logging domain

2015-04-30 Thread David Gibson
Michael, I was just looking at some of the logging stuff in qemu-ga, and it seems to be doing something very odd with the "domain". static void ga_log(const gchar *domain, GLogLevelFlags level, const gchar *msg, gpointer opaque) { GAState *s = opaque; GTimeVal time;