mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemu: record the QEMU default machine in capabilities
We don't honour the QEMU default machine type anymore, always using the libvirt chosen default instead. The QEMU argv parser, however, will need to know the exacty QEMU default, so we must record that info. Reviewed-by: John Ferlan <jferlan@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -1215,7 +1215,7 @@
|
||||
<blocker name='3dnowprefetch'/>
|
||||
</cpu>
|
||||
<cpu type='tcg' name='486' usable='yes'/>
|
||||
<machine name='pc-i440fx-2.12' alias='pc' hotplugCpus='yes' maxCpus='255'/>
|
||||
<machine name='pc-i440fx-2.12' alias='pc' hotplugCpus='yes' maxCpus='255' default='yes'/>
|
||||
<machine name='isapc' hotplugCpus='yes' maxCpus='1'/>
|
||||
<machine name='pc-1.1' hotplugCpus='yes' maxCpus='255'/>
|
||||
<machine name='pc-1.2' hotplugCpus='yes' maxCpus='255'/>
|
||||
|
||||
Reference in New Issue
Block a user