[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] hw/timer/hpet: Fix compiler errors with -DHPET_DEBUG
From: |
Dov Murik |
Subject: |
[PATCH 0/2] hw/timer/hpet: Fix compiler errors with -DHPET_DEBUG |
Date: |
Wed, 9 Sep 2020 08:36:48 +0000 |
Fix several compiler errors when compiling withe -DHPET_DEBUG.
Steps to reproduce the issue:
mkdir build
cd build
../configure --target-list=x86_64-softmmu --extra-cflags=-DHPET_DEBUG
make
Dov Murik (2):
hw/timer/hpet: Remove unused functions hpet_ram_readb, hpet_ram_readw
hw/timer/hpet: Fix debug format strings
hw/timer/hpet.c | 27 +++++++--------------------
1 file changed, 7 insertions(+), 20 deletions(-)
--
2.20.1
- [PATCH 0/2] hw/timer/hpet: Fix compiler errors with -DHPET_DEBUG,
Dov Murik <=