mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	target/i386: add PSCHANGE_NO bit for the ARCH_CAPABILITIES MSR
This is required to disable ITLB multihit mitigations in nested hypervisors. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
		
							parent
							
								
									c3157b74c4
								
							
						
					
					
						commit
						7f7a585d5b
					
				| @ -1204,7 +1204,7 @@ static FeatureWordInfo feature_word_info[FEATURE_WORDS] = { | ||||
|         .type = MSR_FEATURE_WORD, | ||||
|         .feat_names = { | ||||
|             "rdctl-no", "ibrs-all", "rsba", "skip-l1dfl-vmentry", | ||||
|             "ssb-no", "mds-no", NULL, NULL, | ||||
|             "ssb-no", "mds-no", "pschange-mc-no", NULL, | ||||
|             NULL, NULL, NULL, NULL, | ||||
|             NULL, NULL, NULL, NULL, | ||||
|             NULL, NULL, NULL, NULL, | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Paolo Bonzini
						Paolo Bonzini