]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: store bootindex as unsigned int
authorPeter Krempa <pkrempa@redhat.com>
Tue, 29 Mar 2016 12:31:37 +0000 (14:31 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 6 Apr 2016 07:27:23 +0000 (09:27 +0200)
commite0a34e76ef51c10d284482b32ca0f61559f56742
treef62226d1447355b03862657b07299026e96e9d24
parent836bf4ba7c49ef57eef4263322499cc4a0e8d2f9
conf: store bootindex as unsigned int

The value is never negative thus there's no need to store it in a signed
type.
src/bhyve/bhyve_command.c
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/qemu/qemu_command.h
src/qemu/qemu_driver.c