]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Parallels: fix error with video card RAM dimension
authorAlexander Burluka <aburluka@parallels.com>
Fri, 22 Aug 2014 11:04:44 +0000 (15:04 +0400)
committerJán Tomko <jtomko@redhat.com>
Fri, 22 Aug 2014 12:31:11 +0000 (14:31 +0200)
commit268b4c84e04248cd07a5fbfe4f47378507c4a2a1
tree9648a14f2952520f360cb7a8406484aac4bd2e9f
parent75210ef0a37e308709d0d40ed3b8e13b51fc3084
Parallels: fix error with video card RAM dimension

Libvirt measures vram in Kbytes, not in bytes, so calculation
of Mbytes was incorrect. PCS server can take vram argument
with units, so I added K postfix to make params a little bit clearer.
src/parallels/parallels_driver.c