blob: dbc496b99c6e3ef32af9d0ec13488bda2bf3ec6b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
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"
|