Add ClearwaterForest-v5 to expose Linear Address Space Separation (LASS) on the ClearwaterForest CPU model. Signed-off-by: Kishen Maloor --- target/i386/cpu.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index 167df0e6cb..1c333c2780 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -6190,6 +6190,14 @@ static const X86CPUDefinition builtin_x86_defs[] = { { /* end of list */ }, } }, + { + .version = 5, + .note = "with LASS", + .props = (PropValue[]) { + { "lass", "on" }, + { /* end of list */ }, + } + }, { /* end of list */ }, }, }, -- 2.47.1