This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
2ed982b6a9
qemu-e2k
/
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 01:34:15 +01: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 13:35:34 +01: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 15:59:48 +02:00
CONFIG_S390_FLIC
=
y
CONFIG_S390_FLIC_KVM
=
$(
CONFIG_KVM
)
Reference in New Issue
Copy Permalink