Re: [Qemu-devel] [PATCH v2] NSIS: Add missing firmware blobs

2019-07-23 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > Various firmwares has been added in the pc-bios/ directory: > > - CCW (since commit 0c1fecdd523) > - skiboot (since commit bcad45de6a0) > - EDK2(since commit f7fa38b74c3) > > Since we install qemu-system able to run the architectures > targetted by these

[Qemu-devel] [PATCH v2] NSIS: Add missing firmware blobs

2019-07-23 Thread Philippe Mathieu-Daudé
Various firmwares has been added in the pc-bios/ directory: - CCW (since commit 0c1fecdd523) - skiboot (since commit bcad45de6a0) - EDK2(since commit f7fa38b74c3) Since we install qemu-system able to run the architectures targetted by these firmware, include them in the NSIS exe. Reviewe