
4 Mar
2014
4 Mar
'14
2:48 p.m.
Hi Daniel, Chunyan, On Tue, 2014-03-04 at 12:41 +0000, Daniel P. Berrange wrote:
On Sat, Mar 01, 2014 at 02:29:03PM +0800, Chunyan Liu wrote:
typedef enum { VIR_STRICT_ACS_CHECK = (1 << 0), /* strict acs check */ + VIR_COLD_BOOT = (1 << 1), /* cold boot */ } virHostdevFlag;
Hmm, please namespace these flags properly eg
VIR_HOSTDEV_STRICT_ACS_CHECK VIR_HOSTDEV_COLD_BOOT
Fixed and rebased the whole series on my github branch. -- Cedric