]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemuDomainSetLifecycleAction: Add a note about argument range-check
authorPeter Krempa <pkrempa@redhat.com>
Fri, 20 Aug 2021 13:17:00 +0000 (15:17 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 25 Aug 2021 13:32:43 +0000 (15:32 +0200)
commita640237b5309accccc85164a4e58999a17b7f865
tree9b55b4436bf7b8dde4598fca08f2d0a693689aa9
parentae6045ca8476d0ac85efb4532b7237b35779b009
qemuDomainSetLifecycleAction: Add a note about argument range-check

The public API wrapper range-checks the arguments. Save the next reader
the hassle of looking it up.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_driver.c