Stefan Hajnoczi <[email protected]> wrote: > Only one existing trace event uses a floating point type. Unfortunately > float and double cannot be supported since SystemTap does not have > floating point types. > > Remove float and double from the whitelist and document this limitation. > Update the migrate_transferred trace event to use uint64_t instead of > double. > > Cc: Dr. David Alan Gilbert <[email protected]> > Cc: Daniel P. Berrangé <[email protected]> > Cc: Peter Maydell <[email protected]> > Signed-off-by: Stefan Hajnoczi <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> We don't really care so much about this value, and or how it is printed.
