On 18.08.2017 13:43, David Hildenbrand wrote: > No need for kvm_enabled() as this function is only called from KVM and > there is no reason why it shouldn't be allowed for tcg. It is simply not > available under tcg. > > Also, there is no need to check for the machine type anymore. Just like > ri_enabled(), we can directly use the stored flag, which results in > "true" for the "none" machine. > > Signed-off-by: David Hildenbrand <da...@redhat.com> > --- > hw/s390x/s390-virtio-ccw.c | 14 ++------------ > 1 file changed, 2 insertions(+), 12 deletions(-)
Reviewed-by: Thomas Huth <th...@redhat.com>