diff options
author | Jan Kiszka <jan.kiszka@siemens.com> | 2011-06-08 16:10:58 +0200 |
---|---|---|
committer | Marcelo Tosatti <mtosatti@redhat.com> | 2011-06-20 15:16:45 -0300 |
commit | 5802e066ebcca382dbb81df3417930ee23873252 (patch) | |
tree | e2be90eb93493534d2a4b7a4c9ca940da8f89d7e /configure | |
parent | e205c7902f01664f4ad6dccc32ba1472e6d32d34 (diff) | |
download | qemu-5802e066ebcca382dbb81df3417930ee23873252.zip |
kvm: Drop CONFIG_KVM_PARA
The kvm_para.h header is now always available.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3223,7 +3223,6 @@ case "$target_arch2" in \( "$target_arch2" = "x86_64" -a "$cpu" = "i386" \) -o \ \( "$target_arch2" = "i386" -a "$cpu" = "x86_64" \) \) ; then echo "CONFIG_KVM=y" >> $config_target_mak - echo "CONFIG_KVM_PARA=y" >> $config_target_mak if test $vhost_net = "yes" ; then echo "CONFIG_VHOST_NET=y" >> $config_target_mak fi |