[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH 10/17] migration/qemu-file: add qemu_put_counted
From: |
Juan Quintela |
Subject: |
Re: [Qemu-block] [PATCH 10/17] migration/qemu-file: add qemu_put_counted_string() |
Date: |
Tue, 24 Jan 2017 10:29:55 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) |
Vladimir Sementsov-Ogievskiy <address@hidden> wrote:
> Add function opposite to qemu_get_counted_string.
> qemu_put_counted_string puts one-byte length of the string (string
> should not be longer than 255 characters), and then it puts the string,
> without last zero byte.
>
> Reviewed-by: John Snow <address@hidden>
> Signed-off-by: Vladimir Sementsov-Ogievskiy <address@hidden>
Reviewed-by: Juan Quintela <address@hidden>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Qemu-block] [PATCH 10/17] migration/qemu-file: add qemu_put_counted_string(),
Juan Quintela <=