mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: report max number of SEV guests
Different CPU generations have different limits on the number of SEV/SEV-ES guests that can be run. Since both limits come from the same overall set, there is typically also BIOS config to set the tradeoff betweeen SEV and SEV-ES guest limits. This is important information to expose for a mgmt application scheduling guests to hosts. Reviewed-by: Peter Krempa <pkrempa@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -205,8 +205,8 @@
|
||||
<sev supported='yes'>
|
||||
<cbitpos>47</cbitpos>
|
||||
<reducedPhysBits>1</reducedPhysBits>
|
||||
<maxGuests>0</maxGuests>
|
||||
<maxESGuests>0</maxESGuests>
|
||||
<maxGuests>59</maxGuests>
|
||||
<maxESGuests>450</maxESGuests>
|
||||
</sev>
|
||||
</features>
|
||||
</domainCapabilities>
|
||||
|
||||
@@ -215,8 +215,8 @@
|
||||
<sev supported='yes'>
|
||||
<cbitpos>47</cbitpos>
|
||||
<reducedPhysBits>1</reducedPhysBits>
|
||||
<maxGuests>0</maxGuests>
|
||||
<maxESGuests>0</maxESGuests>
|
||||
<maxGuests>59</maxGuests>
|
||||
<maxESGuests>450</maxESGuests>
|
||||
</sev>
|
||||
</features>
|
||||
</domainCapabilities>
|
||||
|
||||
@@ -205,8 +205,8 @@
|
||||
<sev supported='yes'>
|
||||
<cbitpos>47</cbitpos>
|
||||
<reducedPhysBits>1</reducedPhysBits>
|
||||
<maxGuests>0</maxGuests>
|
||||
<maxESGuests>0</maxESGuests>
|
||||
<maxGuests>59</maxGuests>
|
||||
<maxESGuests>450</maxESGuests>
|
||||
</sev>
|
||||
</features>
|
||||
</domainCapabilities>
|
||||
|
||||
@@ -227,8 +227,8 @@
|
||||
<sev supported='yes'>
|
||||
<cbitpos>47</cbitpos>
|
||||
<reducedPhysBits>1</reducedPhysBits>
|
||||
<maxGuests>0</maxGuests>
|
||||
<maxESGuests>0</maxESGuests>
|
||||
<maxGuests>59</maxGuests>
|
||||
<maxESGuests>450</maxESGuests>
|
||||
</sev>
|
||||
</features>
|
||||
</domainCapabilities>
|
||||
|
||||
@@ -233,8 +233,8 @@
|
||||
<sev supported='yes'>
|
||||
<cbitpos>47</cbitpos>
|
||||
<reducedPhysBits>1</reducedPhysBits>
|
||||
<maxGuests>0</maxGuests>
|
||||
<maxESGuests>0</maxESGuests>
|
||||
<maxGuests>59</maxGuests>
|
||||
<maxESGuests>450</maxESGuests>
|
||||
</sev>
|
||||
</features>
|
||||
</domainCapabilities>
|
||||
|
||||
@@ -227,8 +227,8 @@
|
||||
<sev supported='yes'>
|
||||
<cbitpos>47</cbitpos>
|
||||
<reducedPhysBits>1</reducedPhysBits>
|
||||
<maxGuests>0</maxGuests>
|
||||
<maxESGuests>0</maxESGuests>
|
||||
<maxGuests>59</maxGuests>
|
||||
<maxESGuests>450</maxESGuests>
|
||||
</sev>
|
||||
</features>
|
||||
</domainCapabilities>
|
||||
|
||||
Reference in New Issue
Block a user