diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-02-05 13:25:08 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:14 +0200 |
commit | 80b4ecc86dd5ccd779f96c8bd11feb031d327614 (patch) | |
tree | 8ee50e34fdb12139fede5ec0a53a2e61ff32635f /default-configs/x86_64-softmmu.mak | |
parent | 53a5500244a9d38505174bac56d81a8be2979f39 (diff) |
hw: move more files to hw/xen/
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 58b33cfa24..c34f8f8759 100644 --- a/default-configs/x86_64-softmmu.mak +++ b/default-configs/x86_64-softmmu.mak @@ -33,3 +33,4 @@ CONFIG_PCI_HOTPLUG=y CONFIG_MC146818RTC=y CONFIG_WDT_IB700=y CONFIG_PC_SYSFW=y +CONFIG_XEN_I386=$(CONFIG_XEN) |