Re: [PATCH 0/2] hw/timer/hpet: Fix compiler errors with -DHPET_DEBUG

2020-09-16 Thread Laurent Vivier
Le 13/09/2020 à 13:42, Philippe Mathieu-Daudé a écrit : > Cc'ing qemu-trivial@ > > On 9/10/20 2:53 PM, Dov Murik wrote: >> On 09/09/2020 20:24, Philippe Mathieu-Daudé wrote: >>> On 9/9/20 10:36 AM, Dov Murik wrote: Fix several compiler errors when compiling withe -DHPET_DEBUG.

Re: [PATCH 0/2] hw/timer/hpet: Fix compiler errors with -DHPET_DEBUG

2020-09-13 Thread Philippe Mathieu-Daudé
Cc'ing qemu-trivial@ On 9/10/20 2:53 PM, Dov Murik wrote: > On 09/09/2020 20:24, Philippe Mathieu-Daudé wrote: >> On 9/9/20 10:36 AM, Dov Murik wrote: >>> Fix several compiler errors when compiling withe -DHPET_DEBUG. >>> >>> Steps to reproduce the issue: >>> >>> mkdir build >>> cd

Re: [PATCH 0/2] hw/timer/hpet: Fix compiler errors with -DHPET_DEBUG

2020-09-10 Thread Dov Murik
On 09/09/2020 20:24, Philippe Mathieu-Daudé wrote: On 9/9/20 10:36 AM, Dov Murik wrote: 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

Re: [PATCH 0/2] hw/timer/hpet: Fix compiler errors with -DHPET_DEBUG

2020-09-09 Thread Philippe Mathieu-Daudé
On 9/9/20 10:36 AM, Dov Murik wrote: > 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: