Add DiamondRapids-v3 to expose Linear Address Space Separation (LASS) on the DiamondRapids 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 5496e9475b..fa6b76be27 100644 --- a/target/i386/cpu.c +++ b/target/i386/cpu.c @@ -5829,6 +5829,14 @@ static const X86CPUDefinition builtin_x86_defs[] = { { /* end of list */ }, } }, + { + .version = 3, + .note = "with LASS", + .props = (PropValue[]) { + { "lass", "on" }, + { /* end of list */ }, + } + }, { /* end of list */ }, }, }, -- 2.47.1