qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] introduce visitor for parsing suffixed integer
@ 2012-12-06 21:12 Igor Mammedov
  2012-12-06 21:12 ` [Qemu-devel] [PATCH 1/2] qapi: add visitor for parsing int[KMGT] input string Igor Mammedov
  2012-12-06 21:12 ` [Qemu-devel] [PATCH 2/2] target-i386: use visit_type_unit_suffixed_int() to parse tsc_freq property value Igor Mammedov
  0 siblings, 2 replies; 17+ messages in thread
From: Igor Mammedov @ 2012-12-06 21:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: mdroth, ehabkost, afaerber

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

 qapi/qapi-dealloc-visitor.c |  7 +++++++
 qapi/qapi-visit-core.c      | 13 +++++++++++++
 qapi/qapi-visit-core.h      |  8 ++++++++
 qapi/string-input-visitor.c | 22 ++++++++++++++++++++++
 target-i386/cpu.c           |  2 +-
 5 files changed, 51 insertions(+), 1 deletion(-)

-- 
1.7.11.7

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

end of thread, other threads:[~2012-12-10 20:47 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-06 21:12 [Qemu-devel] [PATCH 0/2] introduce visitor for parsing suffixed integer Igor Mammedov
2012-12-06 21:12 ` [Qemu-devel] [PATCH 1/2] qapi: add visitor for parsing int[KMGT] input string Igor Mammedov
2012-12-06 22:24   ` mdroth
2012-12-07 11:55   ` Eduardo Habkost
2012-12-07 18:57   ` Andreas Färber
2012-12-07 19:53     ` Eduardo Habkost
2012-12-10 16:01     ` Igor Mammedov
2012-12-10 17:27       ` mdroth
2012-12-10 19:03         ` Igor Mammedov
2012-12-06 21:12 ` [Qemu-devel] [PATCH 2/2] target-i386: use visit_type_unit_suffixed_int() to parse tsc_freq property value Igor Mammedov
2012-12-06 22:24   ` mdroth
2012-12-07 11:57   ` Eduardo Habkost
2012-12-07 19:00   ` Andreas Färber
2012-12-07 20:09     ` Eduardo Habkost
2012-12-10 16:13       ` Igor Mammedov
2012-12-10 17:21         ` mdroth
2012-12-10 20:47     ` Igor Mammedov

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).