Re: [Qemu-devel] [Qemu-discuss] qemu-io-cmds does not compile on macOS

2019-06-24 Thread Alex Bennée
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

Re: [Qemu-devel] [Qemu-discuss] qemu-io-cmds does not compile on macOS

2019-06-23 Thread Peter Maydell
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