]> git.proxmox.com Git - mirror_qemu.git/commit
target-s390x: wire up I/O instructions in TCG mode
authorAlexander Graf <agraf@suse.de>
Mon, 15 Jun 2015 15:57:09 +0000 (17:57 +0200)
committerAlexander Graf <agraf@suse.de>
Wed, 17 Jun 2015 10:40:50 +0000 (12:40 +0200)
commitad8a4570add09a7635cb8cd1c9327640521ee7a7
treec3e22b561f71282c70d197c1ccd88b355caf867f
parent2ecacb0b4b6c73af424b7b4389fa55809368a98b
target-s390x: wire up I/O instructions in TCG mode

The code handling the I/O instructions for KVM decodes the instruction
itself. In TCG mode also pass the full instruction word to the helpers.

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
target-s390x/helper.h
target-s390x/insn-data.def
target-s390x/misc_helper.c
target-s390x/translate.c