From: Jordan Justen <jordan.l.justen@intel.com>
To: edk2-devel@lists.01.org
Cc: Jordan Justen <jordan.l.justen@intel.com>,
Laszlo Ersek <lersek@redhat.com>,
Ard Biesheuvel <ard.biesheuvel@linaro.org>,
Anthony Perard <anthony.perard@citrix.com>,
Julien Grall <julien.grall@linaro.org>
Subject: [PATCH] OvmfPkg/build.sh: Enable flash for qemu 3 or later
Date: Sat, 16 Feb 2019 00:18:24 -0800 [thread overview]
Message-ID: <20190216081824.684-1-jordan.l.justen@intel.com> (raw)
The check for 1.[1-9][0-9].* was removed since qemu jumped to 2.0
after 1.7.
Changed 2.*.* to [2-9].*.* to match major releases 3 - 9.
Added [1-9][0-9]*.*.* to match major releses >= 10.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Anthony Perard <anthony.perard@citrix.com>
Cc: Julien Grall <julien.grall@linaro.org>
---
OvmfPkg/build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/OvmfPkg/build.sh b/OvmfPkg/build.sh
index 6821742e7a..97863b09f2 100755
--- a/OvmfPkg/build.sh
+++ b/OvmfPkg/build.sh
@@ -215,7 +215,7 @@ if [[ "$RUN_QEMU" == "yes" ]]; then
grep -o -E 'version [0-9]+\.[0-9]+\.[0-9]+' | \
awk '{print $2}')
case $qemu_version in
- 1.[6-9].*|1.[1-9][0-9].*|2.*.*)
+ 1.[6-9].*|[2-9].*.*|[1-9][0-9]*.*.*)
ENABLE_FLASH=yes
;;
esac
--
2.20.1
next reply other threads:[~2019-02-16 8:18 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-02-16 8:18 Jordan Justen [this message]
2019-02-18 11:45 ` [PATCH] OvmfPkg/build.sh: Enable flash for qemu 3 or later Laszlo Ersek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-list from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190216081824.684-1-jordan.l.justen@intel.com \
--to=devel@edk2.groups.io \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox