Re: [Qemu-devel] [PATCH] fips: fix build on !Linux

2012-08-06 Thread Paul Moore
On Friday, August 03, 2012 06:31:38 PM Anthony Liguori wrote: > Commit 0f66998 makes -enable-fips conditional on Linux hosts but then uses > it unconditionally in vl.c. > > Fix this by moving the fips handling to os-posix.c and adding a condition. Sorry for not catching this, thanks for the fix.

Re: [Qemu-devel] [PATCH] fips: fix build on !Linux

2012-08-03 Thread Anthony Liguori
Anthony Liguori writes: > Commit 0f66998 makes -enable-fips conditional on Linux hosts but then uses it > unconditionally in vl.c. > > Fix this by moving the fips handling to os-posix.c and adding a > condition. Applied. Regards, Anthony Liguori > > Cc: Paul Moore > Signed-off-by: Anthony Li

[Qemu-devel] [PATCH] fips: fix build on !Linux

2012-08-03 Thread Anthony Liguori
Commit 0f66998 makes -enable-fips conditional on Linux hosts but then uses it unconditionally in vl.c. Fix this by moving the fips handling to os-posix.c and adding a condition. Cc: Paul Moore Signed-off-by: Anthony Liguori --- os-posix.c |5 + vl.c |3 --- 2 files changed, 5