Code review comment for ~paelzer/ubuntu/+source/libvirt:bug-1828495-arch-capability-eoan

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

capability detection works fine and for that I'll upload.

--- old.c.xml 2019-08-22 13:00:10.381464090 +0000
+++ new.c.xml 2019-08-22 13:02:16.907483989 +0000
@@ -37,6 +37,10 @@
       <feature name='mbm_total'/>
       <feature name='mbm_local'/>
       <feature name='invtsc'/>
+ <feature name='rdctl-no'/>
+ <feature name='ibrs-all'/>
+ <feature name='skip-l1dfl-vmentry'/>
+ <feature name='mds-no'/>
       <pages unit='KiB' size='4'/>
       <pages unit='KiB' size='2048'/>
       <pages unit='KiB' size='1048576'/>

But for the whole context we might need more as the domcapabilities have not picked them up.
So we might need some more fixups after this one.

« Back to merge proposal