Re: [Qemu-devel] [PATCH 1/3] qemu: Add strtosz_suffix_unit function

2011-07-08 Thread Markus Armbruster
Joerg Roedel writes: > This function does the same as the strtosz_suffix function > except that it allows to specify the unit to which the > k/M/B/T suffixes apply. This function will be used later to > parse the tsc-frequency from the command-line. > > Signed-off-by: Joerg Roedel > --- > cutil

[Qemu-devel] [PATCH 1/3] qemu: Add strtosz_suffix_unit function

2011-07-07 Thread Joerg Roedel
This function does the same as the strtosz_suffix function except that it allows to specify the unit to which the k/M/B/T suffixes apply. This function will be used later to parse the tsc-frequency from the command-line. Signed-off-by: Joerg Roedel --- cutils.c | 16 +++- qemu