]> git.proxmox.com Git - mirror_qemu.git/commit
thunk: Rename args and fields in host-target bitmask conversion code
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 2 Jun 2016 16:10:20 +0000 (17:10 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 7 Jun 2016 15:19:24 +0000 (18:19 +0300)
commite0ca2ed562d50e6aa02b15431d009fe165cff159
tree5d0cffdabf2ae68751d4c0bf58162448482928c0
parent7a00217d1a4478f2b8ac63e7fcd5a31af39394ba
thunk: Rename args and fields in host-target bitmask conversion code

The target_to_host_bitmask() and host_to_target_bitmask() functions
and the associated struct bitmask_transtbl are completely generic,
but for historical reasons the target related fields and parameters
are named 'x86' and the host related fields are named 'alpha'.
Rename them to 'target' and 'host'.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
include/exec/user/thunk.h
thunk.c