]> git.proxmox.com Git - mirror_qemu.git/commit
s390x/tcg: fix and cleanup mcck injection
authorDavid Hildenbrand <david@redhat.com>
Fri, 8 Dec 2017 16:01:55 +0000 (17:01 +0100)
committerCornelia Huck <cohuck@redhat.com>
Thu, 14 Dec 2017 16:56:54 +0000 (17:56 +0100)
commitb8d55db07089493da8cc264ab5991253e1102822
tree879e98aed9766f1396a0456d1cd47b525adba23c
parentb700d75eda81c371c575b759de8e260d9f147494
s390x/tcg: fix and cleanup mcck injection

The architecture mode indication wasn't stored. The split of certain
64bit fields was unnecessary. Also, the complete clock comparator, not
just bit 0-55 (starting at byte 1) was stored.

We now generate a proper MCIC via the same helper we use for KVM.

There is more to clean up, but we will change the other parts later on
either way.

Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20171208160207.26494-3-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
target/s390x/excp_helper.c
target/s390x/internal.h