History log of /kvmtool/x86/include/asm/processor-flags.h (Results 1 – 1 of 1)
Revision Date Author Comments
# 813359ed 01-Jun-2015 Andre Przywara <andre.przywara@arm.com>

kvmtool: add processor-flags.h with the single EFLAGS_CF define

Two BIOS source files used a definition from <asm/processor-flags.h>,
which could not be found on x86_64 multiarch machines without th

kvmtool: add processor-flags.h with the single EFLAGS_CF define

Two BIOS source files used a definition from <asm/processor-flags.h>,
which could not be found on x86_64 multiarch machines without the
compat headers installed.
Create a file with the single definition actually used in the kvmtool
source tree.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>

show more ...