On 06/03/14 10:22, Jiri Denemark wrote:
Some of the APIs already return int since they can produce errors
that
need to be propagated. For consistency reasons, this patch changes the
rest of the APIs to also return int even though they do not fail or
report any errors.
Signed-off-by: Jiri Denemark <jdenemar(a)redhat.com>
---
Notes:
Version 2:
- new patch
src/qemu/qemu_hotplug.c | 18 ++++++++++--------
1 file changed, 10 insertions(+), 8 deletions(-)
ACK
Peter