This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
14ba79c73a
qemu
/
default-configs
/
s390x-softmmu.mak
5 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
Fix previous commit Fix breakage from previous commit (missing pci.mak, and incorrect include in default-configs/s390x-softmmu.mak). Signed-off-by: Paul Brook <paul@codesourcery.com>
2010-11-27 03:34:15 +03:00
CONFIG_VIRTIO
=
y
hw: move char devices to hw/char/, configure via default-configs/ Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-02-05 16:35:34 +04:00
CONFIG_SCLPCONSOLE
=
y
s390x: split flic into kvm and non-kvm parts Introduce a common parent class for both cases, where kvm and non-kvm can hook up callbacks. This will be used by follow-on patches for adapter registration and mapping. We now always have a flic, regardless of whether we use kvm; the non-kvm implementation just doesn't do anything. Reviewed-by: Jens Freimann <jfrei@linux.vnet.ibm.com> Reviewed-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
2014-04-17 17:59:48 +04:00
CONFIG_S390_FLIC
=
y
CONFIG_S390_FLIC_KVM
=
$(
CONFIG_KVM
)
Reference in New Issue
Copy Permalink