Re: [Qemu-devel] [PATCH for-2.4] timer: rename NSEC_PER_SEC due to Mac OS X header clash

2015-07-20 Thread Peter Maydell
On 20 July 2015 at 17:41, Stefan Hajnoczi wrote: > On Mon, Jul 20, 2015 at 2:02 PM, Peter Maydell > wrote: >> On 8 July 2015 at 15:10, Stefan Hajnoczi wrote: >>> Commit e0cf11f31c24cfb17f44ed46c254d84c78e7f6e9 ("timer: Use a single >>> definition of NSEC_PER_SEC for the whole codebase") renamed

Re: [Qemu-devel] [PATCH for-2.4] timer: rename NSEC_PER_SEC due to Mac OS X header clash

2015-07-20 Thread Stefan Hajnoczi
On Mon, Jul 20, 2015 at 2:02 PM, Peter Maydell wrote: > On 8 July 2015 at 15:10, Stefan Hajnoczi wrote: >> Commit e0cf11f31c24cfb17f44ed46c254d84c78e7f6e9 ("timer: Use a single >> definition of NSEC_PER_SEC for the whole codebase") renamed >> NANOSECONDS_PER_SECOND to NSEC_PER_SEC. >> >> On Mac O

Re: [Qemu-devel] [PATCH for-2.4] timer: rename NSEC_PER_SEC due to Mac OS X header clash

2015-07-20 Thread Peter Maydell
On 8 July 2015 at 15:10, Stefan Hajnoczi wrote: > Commit e0cf11f31c24cfb17f44ed46c254d84c78e7f6e9 ("timer: Use a single > definition of NSEC_PER_SEC for the whole codebase") renamed > NANOSECONDS_PER_SECOND to NSEC_PER_SEC. > > On Mac OS X there is a system header which also > defines NSEC_PER_SE

[Qemu-devel] [PATCH for-2.4] timer: rename NSEC_PER_SEC due to Mac OS X header clash

2015-07-08 Thread Stefan Hajnoczi
Commit e0cf11f31c24cfb17f44ed46c254d84c78e7f6e9 ("timer: Use a single definition of NSEC_PER_SEC for the whole codebase") renamed NANOSECONDS_PER_SECOND to NSEC_PER_SEC. On Mac OS X there is a system header which also defines NSEC_PER_SEC. This causes compiler warnings. Let's use the old name i