diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 12:55:04 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:13 +0200 |
commit | 7b2478956a1aece1c79ece8dec250ed91c09903b (patch) | |
tree | d77b056b02073b9fab5e84ce908e107df0ab54c5 /default-configs/x86_64-softmmu.mak | |
parent | d7e35d4a8495bfb3aa0dfd6319fcc499f43a175c (diff) |
hw: move block devices to hw/block/, configure via default-configs/
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'default-configs/x86_64-softmmu.mak')
-rw-r--r-- | default-configs/x86_64-softmmu.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default-configs/x86_64-softmmu.mak b/default-configs/x86_64-softmmu.mak index 72f9bc72af..6fba70ff73 100644 --- a/default-configs/x86_64-softmmu.mak +++ b/default-configs/x86_64-softmmu.mak @@ -31,3 +31,4 @@ CONFIG_TPM_PASSTHROUGH=y CONFIG_PCI_HOTPLUG=y CONFIG_MC146818RTC=y CONFIG_WDT_IB700=y +CONFIG_PC_SYSFW=y |