]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/build.sh: use newer '-drive if=pflash' syntax when running qemu
authorRebecca Cran <rebecca@bsdio.com>
Wed, 24 Jul 2019 21:44:04 +0000 (15:44 -0600)
committerJordan Justen <jordan.l.justen@intel.com>
Tue, 30 Jul 2019 05:47:01 +0000 (22:47 -0700)
commit8fed4e47d9a64a3d047f74b5f465f554d3d912a4
treef7cbf19841f33b6e1a4de02158c6999dc618a873
parent4634fd429eff8b5a4143e1ca98852d89b92b2009
OvmfPkg/build.sh: use newer '-drive if=pflash' syntax when running qemu

Specify the firmware to use via the newer '-drive if=pflash' syntax
which allows specifying the raw format parameter. This
avoids warnings with newer version of QEMU.

Signed-off-by: Rebecca Cran <rebecca@bsdio.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Philippe Mathieu-Daude <philmd@redhat.com>
OvmfPkg/build.sh