aboutsummaryrefslogtreecommitdiff
path: root/include/qemu/range.h
AgeCommit message (Expand)AuthorFilesLines
2024-07-23util/range: Make ranges_overlap() return boolYao Xingtao1-2/+2
2024-06-24range: Introduce range_get_last_bit()Zhenzhong Duan1-0/+11
2023-11-03range: Introduce range_inverse_array()Eric Auger1-0/+8
2023-11-03range: Make range_compare() publicEric Auger1-0/+6
2022-03-22compiler.h: replace QEMU_WARN_UNUSED_RESULT with G_GNUC_WARN_UNUSED_RESULTMarc-André Lureau1-2/+2
2019-08-16Include qemu/queue.h slightly lessMarkus Armbruster1-2/+0
2019-01-30Don't talk about the LGPL if the file is licensed under the GPLThomas Huth1-6/+5
2019-01-09range: add some more functionsDavid Hildenbrand1-0/+62
2018-12-11range: pass const pointer where possibleDavid Hildenbrand1-3/+3
2016-07-04range: Replace internal representation of RangeMarkus Armbruster1-29/+27
2016-07-04range: Eliminate direct Range member accessMarkus Armbruster1-2/+83
2016-06-30qapi: Simplify use of range.hEric Blake1-15/+1
2016-06-30range: Create range.c for code that should not be inlineEric Blake1-57/+22
2016-03-22Clean up includes some moreMarkus Armbruster1-1/+0
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2014-06-19Introduce signed range.Hu Tao1-0/+72
2013-09-15range: add min/max operations on rangesMichael S. Tsirkin1-0/+18
2013-09-15range: add Range to typedefsMichael S. Tsirkin1-1/+1
2013-07-04range: add Range structureMichael S. Tsirkin1-0/+16
2012-12-19misc: move include files to include/qemu/Paolo Bonzini1-0/+29