diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-05-21 21:21:26 +0200 |
| commit | 4b927bc37359dec23f67d3427fc982945f24f404 (patch) | |
| tree | 245449ef9146942dc7fffd0235b48b7e70a00bf2 /gitlab/issues/target_missing/host_missing/accel_missing/828.toml | |
| parent | aa8bd79cec7bf6790ddb01d156c2ef2201abbaab (diff) | |
| download | emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.tar.gz emulator-bug-study-4b927bc37359dec23f67d3427fc982945f24f404.zip | |
add gitlab issues in toml format
Diffstat (limited to 'gitlab/issues/target_missing/host_missing/accel_missing/828.toml')
| -rw-r--r-- | gitlab/issues/target_missing/host_missing/accel_missing/828.toml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gitlab/issues/target_missing/host_missing/accel_missing/828.toml b/gitlab/issues/target_missing/host_missing/accel_missing/828.toml new file mode 100644 index 00000000..5ba20cbe --- /dev/null +++ b/gitlab/issues/target_missing/host_missing/accel_missing/828.toml @@ -0,0 +1,19 @@ +id = 828 +title = "using qemu-system-x86_64 to start multiple windows 10 guests concurrently , the mac address of the guests is incorrect" +state = "closed" +created_at = "2022-01-20T08:24:33.128Z" +closed_at = "2022-02-11T02:48:57.373Z" +labels = ["Networking"] +url = "https://gitlab.com/qemu-project/qemu/-/issues/828" +host-os = "(centos release 7.9.2009)" +host-arch = "(x86_64)" +qemu-version = "(2.6.2)" +guest-os = "(Windows 10 enterprise 2016 ltsc)" +guest-arch = "(x86)" +description = """I plan to run multiple windows 10 guests concurrently, I choose NAT network and specify a unique MAC addr for each guest. and I choose dnsmasq as a dhcp server. but I found that all guests MAC addresses are the same as the guest started first. +This situation also occurs in windows 8. But the strange thing is that this never happened to windows7 guests. +I'm Chinese and my English is pool, please forgive my bad expressions.""" +reproduce = """1.make a windows 10 image +2.qemu-system-x86_64 command assign unique MAC addr +3. python multiprocess lib running command above""" +additional = """""" |