Files
xemu/include
Peter Maydell f76bde7029 bswap.h: Remove unused cpu_to_*w() and *_to_cpup()
Now that all uses of cpu_to_*w() and *_to_cpup() have been replaced
with either ld*_p()/st*_p() or by doing direct dereferences and
using the cpu_to_*()/*_to_cpu() byteswap functions, we can remove
the unused implementations.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1467908460-27048-4-git-send-email-peter.maydell@linaro.org
2016-07-12 15:08:53 +01:00
..
2016-07-06 10:52:04 +02:00
2016-06-29 14:03:47 +02:00
2016-07-07 14:29:04 +08:00
2016-07-06 10:52:04 +02:00
2016-06-14 13:34:50 +02:00
2016-07-11 10:40:29 +01:00