]> git.ipfire.org Git - thirdparty/libvirt.git/commit
QEmu JSON drop timestamp from command object
authorLuiz Capitulino <lcapitulino@redhat.com>
Fri, 23 Apr 2010 16:06:18 +0000 (18:06 +0200)
committerDaniel Veillard <veillard@redhat.com>
Fri, 23 Apr 2010 16:06:18 +0000 (18:06 +0200)
commiteb9b6532434690d3c62d0f5780f9ea2af2d6da59
treed921bca0bc7a3def0a4be2d76023665a949463a9
parent9db01465e57b119e2c95fe77035c674550bfd61c
QEmu JSON drop timestamp from command object

It's not needed and is currently ignored, but this is a bug.

It will get fixed soon and QMP will return an error for keys
it doesn't know about, this will break libvirt.

* src/qemu/qemu_monitor_json.c: remove qemuMonitorJSONCommandAddTimestamp()
  and the place where it's invoked in qemuMonitorJSONMakeCommand()
src/qemu/qemu_monitor_json.c