From 4249e8f526a671ec2a86c87e207cd5d107787691 Mon Sep 17 00:00:00 2001 From: Yury Popov Date: Mon, 27 May 2019 20:48:42 +0300 Subject: [PATCH] Update QEMU configuration --- cmake/launch.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/launch.cmake b/cmake/launch.cmake index fd9397f..e31ddc9 100644 --- a/cmake/launch.cmake +++ b/cmake/launch.cmake @@ -5,7 +5,7 @@ add_custom_target(${EFIROOT} DEPENDS pxkrnl ) -set(QEMU_FLAGS -smp cores=2,threads=2 -cpu Nehalem-IBRS -serial stdio) +set(QEMU_FLAGS -smp cores=2,threads=2 -machine pc-q35-2.10 -cpu Nehalem-IBRS -serial stdio) add_custom_target(launch ${QEMU} ${QEMU_FLAGS} -kernel pxkrnl DEPENDS pxkrnl