Update QEMU to 5.2

Update QEMU to the latest stable release, 5.2.

Signed-off-by: Fuad Tabba <tabba@google.com>
Change-Id: I4330977e2114d6eeb6ba909727c7cd4cc9a6a38e
diff --git a/aarch64/build_qemu.sh b/aarch64/build_qemu.sh
index 4970cd4..a375d92 100755
--- a/aarch64/build_qemu.sh
+++ b/aarch64/build_qemu.sh
@@ -16,7 +16,7 @@
 
 source "$(dirname "${BASH_SOURCE[0]}")/../common.inc"
 
-QEMU_VERSION="qemu-5.0.0"
+QEMU_VERSION="qemu-5.2.0"
 OUT_DIR="$1"
 TOOLCHAIN_DIR="$2"
 
@@ -57,5 +57,5 @@
         --disable-blobs
 
 make -j`nproc`
-strip aarch64-softmmu/qemu-system-aarch64
-cp aarch64-softmmu/qemu-system-aarch64 ..
+strip build/aarch64-softmmu/qemu-system-aarch64
+cp build/aarch64-softmmu/qemu-system-aarch64 ..