]> xenbits.xensource.com Git - libvirt.git/commit
QXL: fix reloading of vram64 attribute
authorPavel Hrdina <phrdina@redhat.com>
Wed, 13 Apr 2016 08:13:16 +0000 (10:13 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Wed, 1 Jun 2016 12:33:08 +0000 (14:33 +0200)
commitde0b091ae08a38b13ea62b806e28666c51da198e
treefcb4ddb0efc921d69d6b6d26752fda4b458cf52d
parent99809fd482474475b0104d5479293f9f1069450a
QXL: fix reloading of vram64 attribute

Commit b4a5fd95 introduced vram64 attribute for QXL video device but
there were two issues.  Only function
qemuMonitorJSONUpdateVideoVram64Size should update the vram64 attribute
and also the value is in MiB, not in B.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
src/qemu/qemu_monitor_json.c