qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2 v2] introduce visitor for parsing suffixed integer
@ 2012-12-10 21:33 Igor Mammedov
  2012-12-10 21:33 ` [Qemu-devel] [PATCH 1/2] add visitor for parsing int[KMGT] input string Igor Mammedov
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Igor Mammedov @ 2012-12-10 21:33 UTC (permalink / raw)
  To: qemu-devel; +Cc: mdroth, ehabkost, afaerber

v2:
 * Naming changes:
    - s/visit_type_uint_suffixed_int/visit_type_suffixed_int/
    - use 'suffix_factor' instead of 'unit'
 * Added  documentation to visit_type_suffixed_int()
 * Fixed errp check.
 * Style fixes

Reference to previous version dicussion:
    http://lists.gnu.org/archive/html/qemu-devel/2012-12/msg00758.html

Git tree for testing:
    https://github.com/imammedo/qemu/tree/type_suffixed_int_v2

Igor Mammedov (2):
  add visitor for parsing int[KMGT] input string
  target-i386: use visit_type_suffixed_int() to parse tsc_freq property
    value

 qapi/qapi-dealloc-visitor.c |  8 ++++++++
 qapi/qapi-visit-core.c      | 35 +++++++++++++++++++++++++++++++++++
 qapi/qapi-visit-core.h      |  4 ++++
 qapi/string-input-visitor.c | 25 +++++++++++++++++++++++++
 target-i386/cpu.c           |  3 ++-
 5 files changed, 74 insertions(+), 1 deletion(-)

-- 
1.7.11.7

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-12-26 12:53 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 21:33 [Qemu-devel] [PATCH 0/2 v2] introduce visitor for parsing suffixed integer Igor Mammedov
2012-12-10 21:33 ` [Qemu-devel] [PATCH 1/2] add visitor for parsing int[KMGT] input string Igor Mammedov
2012-12-12 18:16   ` Eduardo Habkost
2012-12-14 13:20     ` Igor Mammedov
2012-12-14 18:18       ` Eduardo Habkost
2012-12-10 21:33 ` [Qemu-devel] [PATCH 2/2] target-i386: use visit_type_suffixed_int() to parse tsc_freq property value Igor Mammedov
2012-12-12 18:16   ` Eduardo Habkost
2012-12-23 20:34 ` [Qemu-devel] [PATCH 0/2 v2] introduce visitor for parsing suffixed integer Anthony Liguori
2012-12-24 14:03   ` Igor Mammedov
2012-12-26 12:51   ` Eduardo Habkost

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).