Re: [PATCH v2] docs: Add caveats for Windows as the build platform

2022-07-19 Thread Paolo Bonzini
Queued, thanks. Paolo

Re: [PATCH v2] docs: Add caveats for Windows as the build platform

2022-07-19 Thread Akihiko Odaki
Reviewed-by: Akihiko Odaki On 2022/07/19 22:50, Bin Meng wrote: From: Bin Meng Commit cf60ccc3306c ("cutils: Introduce bundle mechanism") introduced a Python script to populate a bundle directory using os.symlink() to point to the binaries in the pc-bios directory of the source tree. Commit 8

[PATCH v2] docs: Add caveats for Windows as the build platform

2022-07-19 Thread Bin Meng
From: Bin Meng Commit cf60ccc3306c ("cutils: Introduce bundle mechanism") introduced a Python script to populate a bundle directory using os.symlink() to point to the binaries in the pc-bios directory of the source tree. Commit 882084a04ae9 ("datadir: Use bundle mechanism") removed previous logic