On Mon, 18 May 2020 at 21:55, Eric Blake <ebl...@redhat.com> wrote: > > The following changes since commit a28c9c8c9fc42484efe1bf5a77affe842e54e38b: > > Merge remote-tracking branch > 'remotes/kraxel/tags/vga-20200518-pull-request' into staging (2020-05-18 > 16:37:09 +0100) > > are available in the Git repository at: > > https://repo.or.cz/qemu/ericb.git tags/pull-bitmaps-2020-05-18 > > for you to fetch changes up to 6660c3a69c668ff98e2a86bca0b1301648ff4b02: > > qemu-img: Add bitmap sub-command (2020-05-18 15:32:56 -0500) > > ---------------------------------------------------------------- > bitmaps patches for 2020-05-18 > > - update bitmaps maintainers > - add 'qemu-img bitmap' subcommand
Hi; this fails to compile: /home/petmay01/linaro/qemu-for-merges/qemu-img.c: In function ‘img_bitmap’: /home/petmay01/linaro/qemu-for-merges/qemu-img.c:4593:27: error: too few arguments to function ‘cvtnum’ granularity = cvtnum(optarg); ^~~~~~ /home/petmay01/linaro/qemu-for-merges/qemu-img.c:510:16: note: declared here static int64_t cvtnum(const char *name, const char *value) ^~~~~~ thanks -- PMM