Hi
- Original Message -
> Hi!
>
> On 15.09.2015 19:07, marcandre.lur...@redhat.com wrote:
> > From: Marc-André Lureau
> >
> > Use a more explicit function name parse_mem_size(). I guess such
> > function could be common (or exists already somewhere).
>
> strtosz() from include/qemu-comm
Hi!
On 15.09.2015 19:07, marcandre.lur...@redhat.com wrote:
From: Marc-André Lureau
Use a more explicit function name parse_mem_size(). I guess such
function could be common (or exists already somewhere).
strtosz() from include/qemu-common.h is appropriate
Signed-off-by: Marc-André Lureau
Hi!
On 15.09.2015 19:07, marcandre.lur...@redhat.com wrote:
From: Marc-André Lureau
Use a more explicit function name parse_mem_size(). I guess such
function could be common (or exists already somewhere).
include/qemu-common.h : strtosz() may be used here
Signed-off-by: Marc-André Lureau
From: Marc-André Lureau
Use a more explicit function name parse_mem_size(). I guess such
function could be common (or exists already somewhere).
Signed-off-by: Marc-André Lureau
---
hw/misc/ivshmem.c | 10 +-
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/hw/misc/ivshmem