Peter Maydell writes:
> On Sun, 23 Jun 2019 at 16:22, Juan Rafael García Blanco
> wrote:
>> I think the latest changes to qemu-io-cmds.c make it impossible to compile
>> under macOS. It now uses clock_gettime, which is not available in this OS.
>> I’m using 10.9.5; I think this function is n
On Sun, 23 Jun 2019 at 16:22, Juan Rafael García Blanco
wrote:
> I think the latest changes to qemu-io-cmds.c make it impossible to compile
> under macOS. It now uses clock_gettime, which is not available in this OS.
> I’m using 10.9.5; I think this function is now included in 10.12.
>
> I would