diff options
| author | David Hildenbrand | 2017-07-20 14:37:19 +0200 |
|---|---|---|
| committer | Cornelia Huck | 2017-07-25 09:17:42 +0200 |
| commit | 3d1cfc3c682ffe937526a31a4161735338558985 (patch) | |
| tree | 7942a3a362d5dc267932f554824f55b7aed4c796 /scripts | |
| parent | target/s390x: indicate query subfunction in s390_fill_feat_block (diff) | |
| download | qemu-3d1cfc3c682ffe937526a31a4161735338558985.tar.gz qemu-3d1cfc3c682ffe937526a31a4161735338558985.tar.xz qemu-3d1cfc3c682ffe937526a31a4161735338558985.zip | |
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 'scripts')
0 files changed, 0 insertions, 0 deletions
