Re: [Qemu-devel] [PATCH v3 2/8] QDict: New qdict_get_double()

2010-01-26 Thread Anthony Liguori
On 01/25/2010 07:23 AM, Markus Armbruster wrote: Helper function just like qdict_get_int(), just for QFloat/double. Signed-off-by: Markus Armbruster Breaks check_qdict's build. Need to update the Makefile. You can just send a v4 of this patch. Regards, Anthony Liguori

[Qemu-devel] [PATCH v3 2/8] QDict: New qdict_get_double()

2010-01-25 Thread Markus Armbruster
Helper function just like qdict_get_int(), just for QFloat/double. Signed-off-by: Markus Armbruster --- qdict.c | 24 qdict.h |1 + 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/qdict.c b/qdict.c index ba8eef0..32119cf 100644 --- a/qdict.c +++ b/q