From 86487793b8853675cecbdcfda4224c5d006d93ab Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Thu, 29 Sep 2016 16:03:59 -0600 Subject: [PATCH] Update extrautils --- Makefile | 2 +- programs/extrautils | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2e7fc51..9f3125b 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ else ifeq ($(storage),usb) QEMUFLAGS+=-device usb-ehci,id=flash_bus -drive id=flash_drive,file=$(KBUILD)/harddrive.bin,format=raw,if=none -device usb-storage,drive=flash_drive,bus=flash_bus.0 else - QEMUFLAGS+=-device ahci,id=ahci -drive id=disk,file=$(KBUILD)/harddrive.bin,format=raw,if=none -device ide-hd,drive=disk,bus=ahci.0 + QEMUFLAGS+=-drive file=$(KBUILD)/harddrive.bin,format=raw endif ifeq ($(vga),no) QEMUFLAGS+=-nographic -vga none diff --git a/programs/extrautils b/programs/extrautils index 5fa43c7..6f0ef49 160000 --- a/programs/extrautils +++ b/programs/extrautils @@ -1 +1 @@ -Subproject commit 5fa43c7df5b495562f86af10883b22cf1728c757 +Subproject commit 6f0ef493c9f48f7b0c8dfe7c2a9a029f68fdda19