qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v6 03/11] dump: Add API to write vmcore


From: Qiao Nuohan
Subject: Re: [Qemu-devel] [PATCH v6 03/11] dump: Add API to write vmcore
Date: Tue, 07 Jan 2014 14:15:12 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:10.0.5) Gecko/20120607 Thunderbird/10.0.5

On 01/07/2014 02:12 AM, Laszlo Ersek wrote:
@@ -726,6 +726,34 @@ static int write_end_flat_header(int fd)
>        return 0;
>    }
>
>  +static int write_buffer(int fd, bool flag_flatten, off_t offset, void *buf,
>  +                        size_t size)
>  +{
You might have wanted to const-qualify "*buf" here, but it certainly
doesn't warrant a respin.

Acked, I will reflect it in later version.

--
Regards
Qiao Nuohan



reply via email to

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