diff options
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1019.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1019.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1019.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1019.toml deleted file mode 100644 index dbc496b99..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1019.toml +++ /dev/null @@ -1,23 +0,0 @@ -id = 1019 -title = "Cannot create a shared directory between Ubuntu 20.04 host and (sparc) NetBSD 8.2 guest" -state = "closed" -created_at = "2022-05-09T20:14:57.675Z" -closed_at = "2022-05-10T07:04:57.546Z" -labels = [] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1019" -host-os = "(Ubuntu 20.04 LTS)" -host-arch = "(x86_64)" -qemu-version = "(e.g. qemu-sparc version 6.2.92 (v7.0.0-rc2-18-gd5341e0913) Copyright (c) 2003-2022 Fabrice Bellard and the QEMU Project developers)" -guest-os = "n/a" -guest-arch = "n/a" -description = """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?) -```""" -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.""" -additional = "n/a" |