Comment 29 for bug 2033957

Revision history for this message
Steffen McPrivacy (steffenmp) wrote :

Hi Timo,

I had to build another guest, verification-done-jammy still working for me.

Verification Steps:
- Installation of packages (done 2023-09-15):
  qemu-system-x86:amd64 1:6.2+dfsg-2ubuntu6.14)
  qemu-user-static:amd64 (1:6.2+dfsg-2ubuntu6.14)
  qemu-utils:amd64 (1:6.2+dfsg-2ubuntu6.14)
  qemu-system-common:amd64 (1:6.2+dfsg-2ubuntu6.14)
  qemu-block-extra:amd64 (1:6.2+dfsg-2ubuntu6.14)
  qemu-system-data:amd64 (1:6.2+dfsg-2ubuntu6.14)
  qemu-system-gui:amd64 (1:6.2+dfsg-2ubuntu6.14)

- Reboot host and guest (done 2023-09-15)

- Creating new guest S-Bac-09 and including the following XML-Code:
...
  <memoryBacking>
    <hugepages>
      <page size='2' unit='M'/>
    </hugepages>
    <access mode='shared'/>
  </memoryBacking>
....
    <filesystem type='mount' accessmode='passthrough'>
      <driver type='virtiofs' queue='1024'/>
      <binary path='/usr/lib/qemu/virtiofsd' xattr='on'>
        <cache mode='always'/>
        <lock posix='on' flock='on'/>
      </binary>
      <source dir='/Da/n/W/w'/>
      <target dir='W'/>1
      <address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
    </filesystem>
...

- Starting guest
- include mount parameter in fstab
- mount /a
- Access test to virtfolder - SUCCESSFUL
- guest reboot
- Access test to virtfolder - SUCCESSFUL

For me, all patch is working fine

Best regards,

Steffen