Re: [Qemu-devel] [PATCH 1/3] raw-posix: Do not use CONFIG_COCOA macro

2012-05-02 Thread Andreas Färber
Am 02.05.2012 10:02, schrieb Kevin Wolf: > Am 01.05.2012 00:15, schrieb Andreas Färber: >> From: Pavel Borzenkov >> >> Use __APPLE__ and __MACH__ macros instead of CONFIG_COCOA to detect Mac >> OS X host. The patch is based on Ben Leslie's patch: >> http://patchwork.ozlabs.org/patch/97859/ >> >> S

Re: [Qemu-devel] [PATCH 1/3] raw-posix: Do not use CONFIG_COCOA macro

2012-05-02 Thread Kevin Wolf
Am 01.05.2012 00:15, schrieb Andreas Färber: > From: Pavel Borzenkov > > Use __APPLE__ and __MACH__ macros instead of CONFIG_COCOA to detect Mac > OS X host. The patch is based on Ben Leslie's patch: > http://patchwork.ozlabs.org/patch/97859/ > > Signed-off-by: Ben Leslie > Signed-off-by: Pavel

Re: [Qemu-devel] [PATCH 1/3] raw-posix: Do not use CONFIG_COCOA macro

2012-04-30 Thread Andreas Färber
Am 01.05.2012 00:15, schrieb Andreas Färber: > From: Pavel Borzenkov > > Use __APPLE__ and __MACH__ macros instead of CONFIG_COCOA to detect Mac > OS X host. The patch is based on Ben Leslie's patch: > http://patchwork.ozlabs.org/patch/97859/ > > Signed-off-by: Ben Leslie > Signed-off-by: Pavel

[Qemu-devel] [PATCH 1/3] raw-posix: Do not use CONFIG_COCOA macro

2012-04-30 Thread Andreas Färber
From: Pavel Borzenkov Use __APPLE__ and __MACH__ macros instead of CONFIG_COCOA to detect Mac OS X host. The patch is based on Ben Leslie's patch: http://patchwork.ozlabs.org/patch/97859/ Signed-off-by: Ben Leslie Signed-off-by: Pavel Borzenkov Signed-off-by: Andreas Färber --- block/raw-pos