summary refs log tree commit diff stats
path: root/gitlab/issues_text/target_missing/host_missing/accel_missing/1019
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-06-01 21:35:14 +0200
commit3e4c5a6261770bced301b5e74233e7866166ea5b (patch)
tree9379fddaba693ef8a045da06efee8529baa5f6f4 /gitlab/issues_text/target_missing/host_missing/accel_missing/1019
parente5634e2806195bee44407853c4bf8776f7abfa4f (diff)
downloadqemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.tar.gz
qemu-analysis-3e4c5a6261770bced301b5e74233e7866166ea5b.zip
clean up repository
Diffstat (limited to 'gitlab/issues_text/target_missing/host_missing/accel_missing/1019')
-rw-r--r--gitlab/issues_text/target_missing/host_missing/accel_missing/101913
1 files changed, 0 insertions, 13 deletions
diff --git a/gitlab/issues_text/target_missing/host_missing/accel_missing/1019 b/gitlab/issues_text/target_missing/host_missing/accel_missing/1019
deleted file mode 100644
index 86d951f9c..000000000
--- a/gitlab/issues_text/target_missing/host_missing/accel_missing/1019
+++ /dev/null
@@ -1,13 +0,0 @@
-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.