diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:07 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-30 16:52:17 +0200 |
| commit | 9260319e7411ff8281700a532caa436f40120ec4 (patch) | |
| tree | 2f6bfe5f3458dd49d328d3a9eb508595450adec0 /gitlab/issues/target_missing/host_missing/accel_HVF/1364.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.tar.gz emulator-bug-study-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_HVF/1364.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_HVF/1364.toml | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_HVF/1364.toml b/gitlab/issues/target_missing/host_missing/accel_HVF/1364.toml deleted file mode 100644 index 5af46f39..00000000 --- a/gitlab/issues/target_missing/host_missing/accel_HVF/1364.toml +++ /dev/null @@ -1,27 +0,0 @@ -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.""" |
