From c9f2b75d067b86354d0ed9f558714b2e71450a29 Mon Sep 17 00:00:00 2001 From: "ilki.seong" Date: Fri, 10 Aug 2018 16:25:40 +0900 Subject: [PATCH] add qemu-conf to fix minimusize :Release Notes: fix bug on 1360x768 resolution :Detailed Notes: Minimum size set by qemu-conf. :Testing Performed: Reboot command checked in full screen mode. Check mouse action. After resizeing window, check mouse action and screen. :QA Notes: :Issues Addressed: [PLAT-61602] [QEMU Emulator] : Youtube Video seeking is not fully functional. --- bin/pc-bios/qemu-conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 bin/pc-bios/qemu-conf diff --git a/bin/pc-bios/qemu-conf b/bin/pc-bios/qemu-conf new file mode 100644 index 0000000..ce7345f --- /dev/null +++ b/bin/pc-bios/qemu-conf @@ -0,0 +1 @@ +MinimumResolution:1152x648