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_missing/1090.toml | |
| parent | 225caa38269323af1bfc2daadff5ec8bd930747f (diff) | |
| download | qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.tar.gz qemu-analysis-9260319e7411ff8281700a532caa436f40120ec4.zip | |
gitlab scraper: download in toml and text format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/1090.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/1090.toml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/1090.toml b/gitlab/issues/target_missing/host_missing/accel_missing/1090.toml deleted file mode 100644 index 81838020a..000000000 --- a/gitlab/issues/target_missing/host_missing/accel_missing/1090.toml +++ /dev/null @@ -1,23 +0,0 @@ -id = 1090 -title = "can't create rocker device because setting device array properties on the command line is broken" -state = "closed" -created_at = "2022-06-28T05:25:18.666Z" -closed_at = "2023-12-11T13:33:08.500Z" -labels = ["CLI", "Networking"] -url = "https://gitlab.com/qemu-project/qemu/-/issues/1090" -host-os = "debian sid" -host-arch = "x86_64" -qemu-version = "7.0" -guest-os = "any" -guest-arch = "x86_64" -description = """it does not accept the prop_array parameter: - -``` -qemu-system-x86_64 -enable-kvm -m 1g -cpu host -netdev socket,id=dev0,udp=10.10.10.227:30042,localaddr=:30042 -device rocker,len-ports=4,name=sw,len-ports=2,ports[0]=dev0 -qemu-system-x86_64: -device rocker,len-ports=4,name=sw,len-ports=2,ports[0]=dev0: Property 'rocker.ports[0]' not found -```""" -reproduce = """1. just run the command""" -additional = """the latest qemu i find working is 6.1.1... if you start a fedora vm and `dnf install kernel-modules-internal` then the rocker ports appear and work properly... - -thanks, -cs""" |