projectacrn / acrn-hypervisor

Project ACRN hypervisor
BSD 3-Clause "New" or "Revised" License
1.15k stars 524 forks source link

Mac address is not added to the launch script #4298

Closed Mingyuan18 closed 4 years ago

Mingyuan18 commented 4 years ago

Environment: ISD HW/Board: WHL-i7 Steps:

  1. Add virtio-net name and mac address to the launch script xml tap0,mac=00:16:3E:AF:06:03
  2. use config tool to generate launch win script Expected result: mac address should be added in launch script. -s 7,virtio-net,tap0,mac=00:16:3E:AF:06:03 \ Actual result: mac address not added. -s 7,virtio-net,tap0 \ Reproduce rate: 100% Debugging info: ◾Only tap name is added.
Mingyuan18 commented 4 years ago

[External_System_ID] ACRN-5955