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

2011-12-07 Thread Andreas Färber
Am 30.11.2011 01:38, schrieb Andreas Färber: > Am 10.11.2011 19:40, schrieb Pavel Borzenkov: >> Use __APPLE__ and __MACH__ macros instead of CONFIG_COCOA to detect Mac >> OS X host. The patch is based on the Ben Leslie's patch: >> http://patchwork.ozlabs.org/patch/97859/ >> >> Signed-off-by: Pavel

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

2011-11-29 Thread Andreas Färber
Am 10.11.2011 19:40, schrieb Pavel Borzenkov: > Use __APPLE__ and __MACH__ macros instead of CONFIG_COCOA to detect Mac > OS X host. The patch is based on the Ben Leslie's patch: > http://patchwork.ozlabs.org/patch/97859/ > > Signed-off-by: Pavel Borzenkov Reviewed-by: Andreas Färber Still in

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

2011-11-10 Thread Pavel Borzenkov
Use __APPLE__ and __MACH__ macros instead of CONFIG_COCOA to detect Mac OS X host. The patch is based on the Ben Leslie's patch: http://patchwork.ozlabs.org/patch/97859/ Signed-off-by: Pavel Borzenkov --- block/raw-posix.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff -