]> git.ipfire.org Git - thirdparty/qemu.git/commit
qemu-vmsr-helper: implement --verbose/-v
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 30 Jul 2024 16:00:01 +0000 (18:00 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 31 Jul 2024 11:15:06 +0000 (13:15 +0200)
commit2a99c2ba822ef9758d739ffdefbe6252520c1719
treef770f5f28f3ce3d39617693af8b9286b2dfd9776
parent768a28394c9412fe1cfdf48509713fd11779a658
qemu-vmsr-helper: implement --verbose/-v

Similar to qemu-pr-helper, do not print errors from the socket handling loop
unless a --verbose or -v option is provided explicitly on the command line.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/i386/qemu-vmsr-helper.c