Re: [edk2-devel] [PATCH 2/2] OvmfPkg/build.sh: use $QEMU_FIRMWARE_DIR as QEMU fat root

2019-07-24 Thread rebecca
On 2019-07-23 21:09, Jordan Justen wrote: > I'd kind of like to remove the ADD_QEMU_HDA support. I think, way, way > back qemu would not boot if no drives were added, so this kind of > helped. (OVMF can still load the shell with no drives.) > > If qemu will still run the firmware without a drive, t

Re: [edk2-devel] [PATCH 2/2] OvmfPkg/build.sh: use $QEMU_FIRMWARE_DIR as QEMU fat root

2019-07-23 Thread Jordan Justen
I'd kind of like to remove the ADD_QEMU_HDA support. I think, way, way back qemu would not boot if no drives were added, so this kind of helped. (OVMF can still load the shell with no drives.) If qemu will still run the firmware without a drive, then maybe maybe we can just dump ADD_QEMU_HDA. -Jo

[edk2-devel] [PATCH 2/2] OvmfPkg/build.sh: use $QEMU_FIRMWARE_DIR as QEMU fat root

2019-07-23 Thread rebecca
The $BUILD_ROOT_ARCH directory has too many files to work as a fat filesystem. QEMU fails with the message: Too many entries in root directory Use the $QEMU_FIRMWARE_DIR as the root directory instead. Signed-off-by: Rebecca Cran --- OvmfPkg/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 de