diff options
author | David Hildenbrand <david@redhat.com> | 2017-07-20 14:37:19 +0200 |
---|---|---|
committer | Cornelia Huck <cohuck@redhat.com> | 2017-07-25 09:17:42 +0200 |
commit | 3d1cfc3c682ffe937526a31a4161735338558985 (patch) | |
tree | 7942a3a362d5dc267932f554824f55b7aed4c796 /qga/channel-win32.c | |
parent | cc18f90762412c657a37a17809be9613ac7f0b00 (diff) |
target/s390x: introduce (test|set)_be_bit
Using ordinary bitmap operations to set/test bits does not work properly
on architectures !s390x. Let's drop (test|set)_bit_inv and introduce
(test|set)_be_bit instead. These functions work on uint8_t array, not on
unsigned longs arrays and are for now only used in the context of
CPU features.
Signed-off-by: David Hildenbrand <david@redhat.com>
Message-Id: <20170720123721.12366-4-david@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'qga/channel-win32.c')
0 files changed, 0 insertions, 0 deletions