]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: command: Honor const-correctnes in qemuBuildNumaArgStr
authorPeter Krempa <pkrempa@redhat.com>
Fri, 9 Jan 2015 14:47:10 +0000 (15:47 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 23 Jan 2015 12:18:04 +0000 (13:18 +0100)
commit165c34778bcb4cdc74846338c0224cba4f8cafc2
treeb1e0d80327230e6ae1cd2b4f2cdbfead5259fb62
parentf18f1183e5d6a93a9fd80ac71bf54a037693ce16
qemu: command: Honor const-correctnes in qemuBuildNumaArgStr

@def is modified in the function indirectly although it's marked as
const.
src/qemu/qemu_command.c