summaryrefslogtreecommitdiff
path: root/qapi/qapi-dealloc-visitor.c
diff options
context:
space:
mode:
authorMichael Roth <mdroth@linux.vnet.ibm.com>2011-08-25 10:44:50 -0500
committerAndreas Färber <afaerber@suse.de>2012-06-08 16:11:14 +0200
commit4e27e819bea0ea6c8108dc7e9fa48afd6ec13c46 (patch)
tree88966d794ede2c9b8a2fd151a88804a72bf255cd /qapi/qapi-dealloc-visitor.c
parentfa79c914efd35cb60e0bc18512c03690c48b13e2 (diff)
downloadqemu-4e27e819bea0ea6c8108dc7e9fa48afd6ec13c46.tar.gz
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 'qapi/qapi-dealloc-visitor.c')
0 files changed, 0 insertions, 0 deletions