qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC][PATCH 11/14 v9] introduce a new monitor command '


From: Luiz Capitulino
Subject: Re: [Qemu-devel] [RFC][PATCH 11/14 v9] introduce a new monitor command 'dump' to dump guest's memory
Date: Thu, 15 Mar 2012 11:25:51 -0300

On Wed, 14 Mar 2012 14:18:47 -0300
Luiz Capitulino <address@hidden> wrote:

> > +    ret = write(fd, buf, size);
> > +    if (ret != size) {
> > +        return -1;
> > +    }  
> 
> I think you should use send_all() instead of plain write().

Missed the fact that we actually have qemu_write_full().



reply via email to

[Prev in Thread] Current Thread [Next in Thread]