migration/ram: Fix hexadecimal format string specifier
commitaf3bbbe98405fe2d274696abe5def679a3b0c673
authorPhilippe Mathieu-Daudé <philmd@redhat.com>
Tue, 3 Nov 2020 11:25:58 +0000 (3 12:25 +0100)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 12 Nov 2020 14:02:41 +0000 (12 14:02 +0000)
tree2cbd931bd5e068ba0dc16df9a9991f8d55db5b72
parentcb5d19e8294486551c422759260883ed290226d9
migration/ram: Fix hexadecimal format string specifier

The '%u' conversion specifier is for decimal notation.
When prefixing a format with '0x', we want the hexadecimal
specifier ('%x').

Inspired-by: Dov Murik <dovmurik@linux.vnet.ibm.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Message-Id: <20201103112558.2554390-5-philmd@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
migration/ram.c