]> git.proxmox.com Git - mirror_qemu.git/commit
migration: Fix debug print type
authorChristoffer Dall <christoffer.dall@linaro.org>
Fri, 23 Aug 2013 17:34:16 +0000 (10:34 -0700)
committerJuan Quintela <quintela@trasno.org>
Tue, 24 Sep 2013 11:22:50 +0000 (13:22 +0200)
commit5016e2df569bc7d67637060103dd360ed2f0d557
tree2b2e15ebeee511559afa919bd29ce0a65d1a7ff1
parent7102400d40be7fcfb017c8f211d6a37ecead2a2f
migration: Fix debug print type

The printf args are uint64_t and with -Werr QEMU doesn't compile with
migration debugging turned on unless this is fixed.  Fix it.

Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>
Signed-off-by: Juan Quintela <quintela@redhat.com>
migration.c