
30 Jun
2015
30 Jun
'15
7:53 a.m.
On Tue, Jun 30, 2015 at 11:08:34 +0200, Jiri Denemark wrote:
On Mon, Jun 29, 2015 at 17:13:59 +0200, Peter Krempa wrote:
Get rid of spice specific stuff from the handler func and save a few lines by reflowing the conditions. --- src/qemu/qemu_monitor_json.c | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-)
diff --git a/src/qemu/qemu_monitor_json.c b/src/qemu/qemu_monitor_json.c index ba1e4f9..e9af1e1 100644 --- a/src/qemu/qemu_monitor_json.c +++ b/src/qemu/qemu_monitor_json.c
...
It might be worth doing s/graphics event/VNC event/
I've ran your regexes on the appropriate functions and added a bugzilla reference to the first patch and pushed this series. Thanks. Peter