On 5/19/20 11:18 AM, Eric Blake wrote:
Include actions for --add, --remove, --clear, --enable, --disable, and
--merge (note that --clear is a bit of fluff, because the same can be
+ case 'g':
+ granularity = cvtnum(optarg);
+ if (granularity < 0) {
+ error_report("Invalid granularity specified");
+ return 1;
+ }
Phooey. I forgot to commit my changes before creating the tag. v3 pull
request coming up :(
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3226
Virtualization: qemu.org | libvirt.org