summary refs log tree commit diff stats
path: root/gitlab/issues/target_missing/host_missing/accel_missing/1679.toml
blob: b6cd487b688b01848975e089e31eb41ce9ccc0ca (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 = 1679
title = "Running Qemu on windows arm64 host, and use qemu-system-x86_64 to emulate an ubuntu OS, but it didn't work.Enter the issue title"
state = "closed"
created_at = "2023-06-02T02:15:48.047Z"
closed_at = "2023-06-02T03:19:52.920Z"
labels = []
url = "https://gitlab.com/qemu-project/qemu/-/issues/1679"
host-os = "Windows11"
host-arch = "n/a"
qemu-version = "v8.0.1-12026-g0d59a4e247-dirty"
guest-os = "n/a"
guest-arch = "n/a"
description = """Running QemuV8.0 on windows arm64 host, and use qemu-system-x86_64 to emulate an ubuntu OS, but it didn't work."""
reproduce = """1.qemu-img.exe create hdd.img 10G

2.qemu-system-x86_64.exe -m 8096 hdd.img -cdrom ubuntu22.04-desktop-amd64.iso  -machine pc"""
additional = """both Use qemu v8.0 and qemu v8.1 to test, but failed also



Thanks,

Jianbin"""