[PATCH 1/3] tests: qemucapabilities: update ppc64 qemu caps for 7.0.0 release

Daniel Henrique Barboza danielhb413 at gmail.com
Thu May 5 20:17:42 UTC 2022



On 5/5/22 03:59, Peter Krempa wrote:
> On Wed, May 04, 2022 at 14:27:16 -0300, Daniel Henrique Barboza wrote:
>> Most significant changes happened in the ppc64-latest.args files with
>> the removal of the '-sandbox' option.
> 
> That's because you probably built qemu without seccomp support.
> Preferrably either Andrea rebuilds these or you install the dependencies
> he used when building these.
> 
> Seems like you didn't enable USB, seccomp and io-uring.


It turns out that after installing most of the ppc64 libs that QEMU
supports, and recalculating the ppc64 capabilities, this patch doesn´t
change much from what we have now. Which is expected since the last
update from Andrea used a 7.0.0-rc2.


I'll drop this patch and re-send the other two.


Thanks,


Daniel




> 
> 
>> diff --git a/tests/qemucapabilitiesdata/caps_7.0.0.ppc64.xml b/tests/qemucapabilitiesdata/caps_7.0.0.ppc64.xml
>> index 1ddca7d767..c92aab47e6 100644
>> --- a/tests/qemucapabilitiesdata/caps_7.0.0.ppc64.xml
>> +++ b/tests/qemucapabilitiesdata/caps_7.0.0.ppc64.xml
>> @@ -4,10 +4,7 @@
>>     <selfctime>0</selfctime>
>>     <selfvers>0</selfvers>
>>     <flag name='kvm'/>
>> -  <flag name='sdl'/>
>>     <flag name='hda-duplex'/>
>> -  <flag name='ccid-emulated'/>
>> -  <flag name='ccid-passthru'/>
>>     <flag name='virtio-tx-alg'/>
>>     <flag name='piix3-usb-uhci'/>
>>     <flag name='piix4-usb-uhci'/>
>> @@ -15,7 +12,6 @@
>>     <flag name='ich9-usb-ehci1'/>
>>     <flag name='vt82c686b-usb-uhci'/>
>>     <flag name='pci-ohci'/>
>> -  <flag name='usb-redir'/>
>>     <flag name='usb-hub'/>
>>     <flag name='ich9-ahci'/>
>>     <flag name='virtio-blk-pci.scsi'/>
>> @@ -29,10 +25,8 @@
>>     <flag name='blockio'/>
>>     <flag name='disable-s3'/>
>>     <flag name='disable-s4'/>
>> -  <flag name='usb-redir.filter'/>
>>     <flag name='ide-drive.wwn'/>
>>     <flag name='scsi-disk.wwn'/>
>> -  <flag name='seccomp-sandbox'/>
>>     <flag name='vnc'/>
>>     <flag name='VGA'/>
>>     <flag name='cirrus-vga'/>
>> @@ -124,14 +118,12 @@
>>     <flag name='tpm-emulator'/>
>>     <flag name='machine.pseries.cap-hpt-max-page-size'/>
>>     <flag name='machine.pseries.cap-htm'/>
>> -  <flag name='egl-headless'/>
>>     <flag name='vfio-pci.display'/>
>>     <flag name='blockdev'/>
>>     <flag name='memory-backend-memfd'/>
>>     <flag name='memory-backend-memfd.hugetlb'/>
>>     <flag name='iothread.poll-max-ns'/>
>>     <flag name='machine.pseries.cap-nested-hv'/>
>> -  <flag name='egl-headless.rendernode'/>
>>     <flag name='memory-backend-file.align'/>
>>     <flag name='nvdimm.unarmed'/>
>>     <flag name='scsi-disk.device_id'/>
>> @@ -161,7 +153,6 @@
>>     <flag name='fsdev.multidevs'/>
>>     <flag name='virtio.packed'/>
>>     <flag name='pcie-root-port.hotplug'/>
>> -  <flag name='aio.io_uring'/>
>>     <flag name='machine.pseries.cap-cfpc'/>
>>     <flag name='machine.pseries.cap-sbbc'/>
>>     <flag name='machine.pseries.cap-ibs'/>
>> @@ -174,7 +165,6 @@
>>     <flag name='spapr-tpm-proxy'/>
>>     <flag name='numa.hmat'/>
>>     <flag name='blockdev-hostdev-scsi'/>
>> -  <flag name='usb-host.hostdevice'/>
>>     <flag name='virtio-balloon.free-page-reporting'/>
>>     <flag name='block-export-add'/>
>>     <flag name='netdev.vhost-vdpa'/>
> 



More information about the libvir-list mailing list