qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/1] Add qemu_get_counted_string
@ 2015-05-20  9:37 Dr. David Alan Gilbert (git)
  2015-05-20  9:37 ` [Qemu-devel] [PATCH v2 1/1] Add qemu_get_counted_string to read a string prefixed by a count byte Dr. David Alan Gilbert (git)
  0 siblings, 1 reply; 3+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2015-05-20  9:37 UTC (permalink / raw)
  To: qemu-devel; +Cc: amit.shah, quintela

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

Move the reading of length first encoded strings into it's
own function.

v2:
  Terminate return buffer at read length rather than expected length

Dr. David Alan Gilbert (1):
  Add qemu_get_counted_string to read a string prefixed by a count byte

 arch_init.c                   |  9 +++++----
 include/migration/qemu-file.h |  3 +++
 migration/qemu-file.c         | 17 +++++++++++++++++
 savevm.c                      | 11 ++++++-----
 4 files changed, 31 insertions(+), 9 deletions(-)

-- 
2.4.1

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

end of thread, other threads:[~2015-05-20  9:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-20  9:37 [Qemu-devel] [PATCH v2 0/1] Add qemu_get_counted_string Dr. David Alan Gilbert (git)
2015-05-20  9:37 ` [Qemu-devel] [PATCH v2 1/1] Add qemu_get_counted_string to read a string prefixed by a count byte Dr. David Alan Gilbert (git)
2015-05-20  9:44   ` Amit Shah

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