diff options
author | Michael Roth <mdroth@linux.vnet.ibm.com> | 2011-08-25 10:44:50 -0500 |
---|---|---|
committer | Andreas Färber <afaerber@suse.de> | 2012-06-08 16:11:14 +0200 |
commit | 4e27e819bea0ea6c8108dc7e9fa48afd6ec13c46 (patch) | |
tree | 88966d794ede2c9b8a2fd151a88804a72bf255cd /int128.h | |
parent | fa79c914efd35cb60e0bc18512c03690c48b13e2 (diff) |
qapi: Add Visitor interfaces for uint*_t and int*_t
This adds visitor interfaces for fixed-width integers types.
Implementing these in visitors is optional, otherwise we fall back to
visit_type_int() (int64_t) with some additional bounds checking to avoid
integer overflows for cases where the value fetched exceeds the bounds
of our target C type.
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
[LE: exclude negative values in uint*_t Visitor interfaces]
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
[AF: Merged fix by Laszlo]
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'int128.h')
0 files changed, 0 insertions, 0 deletions