diff options
author | Dov Murik | 2020-09-09 10:36:50 +0200 |
---|---|---|
committer | Laurent Vivier | 2020-09-16 11:14:29 +0200 |
commit | 931c1d48e5e4a6c0a38476da49ed21ef6260fe45 (patch) | |
tree | 130d3879313ff23d2a0f235877e4e6b53e7f05ab /docs/specs/conf.py | |
parent | hw/timer/hpet: Remove unused functions hpet_ram_readb, hpet_ram_readw (diff) | |
download | qemu-931c1d48e5e4a6c0a38476da49ed21ef6260fe45.tar.gz qemu-931c1d48e5e4a6c0a38476da49ed21ef6260fe45.tar.xz qemu-931c1d48e5e4a6c0a38476da49ed21ef6260fe45.zip |
hw/timer/hpet: Fix debug format strings
Fix compiler errors when compiling with -DHPET_DEBUG due to mismatch
between format string token "%x" and the argument type uint64_t.
Also "%#x" is replaced by "0x%" PRIx64 according to the coding style.
Signed-off-by: Dov Murik <dovmurik@linux.vnet.ibm.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200909083650.46771-3-dovmurik@linux.vnet.ibm.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'docs/specs/conf.py')
0 files changed, 0 insertions, 0 deletions