On Wed, Aug 07, 2013 at 12:48:55AM +0100, Alex Bligh wrote: > Add qemu_clock_free and expose qemu_new_clock as qemu_clock_new. > > Expose clock types. > > Signed-off-by: Alex Bligh <a...@alex.org.uk> > --- > include/qemu/timer.h | 22 ++++++++++++++++++++++ > qemu-timer.c | 11 ++++++----- > 2 files changed, 28 insertions(+), 5 deletions(-)
Regarding doc comments: if the function is self-documenting then the doc comment might not add much. I think in those cases it's okay to omit details about arguments or return values if they are clear from the function prototype. Reviewed-by: Stefan Hajnoczi <stefa...@redhat.com>