summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_HVF/1364.toml
blob: 5af46f397368a3d42813fa1b62652e0e99e200b1 (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
24
25
26
27
id = 1364
title = "Support vmnet networking without elevated permissions"
state = "opened"
created_at = "2022-12-12T23:15:49.158Z"
closed_at = "n/a"
labels = ["Networking", "accel: HVF", "hostos: macOS"]
url = "https://gitlab.com/qemu-project/qemu/-/issues/1364"
host-os = "n/a"
host-arch = "n/a"
qemu-version = "n/a"
guest-os = "n/a"
guest-arch = "n/a"
description = "n/a"
reproduce = "n/a"
additional = """Here is a command, that doesn't work when running as normal user:
```bash
$ qemu-system-aarch64 \\
    -device virtio-net-pci,netdev=net0 \\
    -netdev vmnet-bridged,id=net0,ifname=en0 \\
    -machine virt
```
It fails with:
```
qemu-system-aarch64: -netdev vmnet-bridged,id=net0,ifname=en0: cannot create vmnet interface: general failure (possibly not enough privileges)
```

When running the same command using elevated permissions (i.e. via `sudo`), it works without any issue."""