]> git.proxmox.com Git - mirror_qemu.git/commit - xen-hvm.c
xen-hvm: Constify string
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Tue, 26 Aug 2014 03:09:13 +0000 (20:09 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Aug 2014 14:09:44 +0000 (16:09 +0200)
commitdc6c4fe8378b2e94bcf2ee2efa62ed0aba9aa5cc
treeb3ea695b3fc08f09633b96f74f929b6a9ce195f3
parentc9f6552803d852d593dec9ef5bb39b7a61091963
xen-hvm: Constify string

It's constant, and sourced from existing const strings. Avoid dodgy
casts by converting to const.

Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
xen-hvm.c