graphic: 0.877 device: 0.836 architecture: 0.791 network: 0.791 PID: 0.742 semantic: 0.693 socket: 0.690 risc-v: 0.620 ppc: 0.605 vnc: 0.571 performance: 0.551 mistranslation: 0.487 peripherals: 0.471 debug: 0.400 i386: 0.395 assembly: 0.394 boot: 0.393 VMM: 0.391 register: 0.387 permissions: 0.382 x86: 0.343 kernel: 0.342 arm: 0.340 user-level: 0.336 TCG: 0.335 hypervisor: 0.311 files: 0.286 virtual: 0.249 KVM: 0.014 Cannot create a shared directory between Ubuntu 20.04 host and (sparc) NetBSD 8.2 guest Description of problem: I am currently trying to set up a shared directory between the Ubuntu 20.04 LTS host and the QEMU guest. However, the error messages that I receive from QEMU immediately are the following, but unfortunately I don't know the proper way to do this given the host and guest OS. ``` qemu-system-sparc: warning: hub port hub0port1 has no peer qemu-system-sparc: warning: hub 0 with no nics qemu-system-sparc: warning: netdev hub0port1 has no peer qemu-system-sparc: warning: requested NIC (#net276, model virtio) was not created (not supported by this machine?) ``` Steps to reproduce: 1. Installed `samba` on the host with `sudo apt install samba` 2. Created `/home/rflint/shared_dir` on the host 3. Ran the command indicated at the top of the page.