[Qemu-devel] [PATCH v3 0/1] dump.c: allow fd_write_vmcore to return errno on failure

Daniel Henrique Barboza posted 1 patch 6 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20180212142506.28445-1-danielhb@linux.vnet.ibm.com
Test checkpatch passed
Test docker-build@min-glib passed
Test docker-mingw@fedora passed
Test docker-quick@centos6 passed
Test ppcbe passed
Test ppcle passed
Test s390x passed
dump.c | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
[Qemu-devel] [PATCH v3 0/1] dump.c: allow fd_write_vmcore to return errno on failure
Posted by Daniel Henrique Barboza 6 years, 1 month ago
v3:
- added set_errg_errno() to all callers of fd_write_vmcore
- changed patch subject to reflect what it is addressing now
- link to previous version:
http://lists.gnu.org/archive/html/qemu-devel/2018-02/msg02787.html


Yasmin Beatriz (1):
  dump.c: allow fd_write_vmcore to return errno on failure

 dump.c | 23 ++++++++++++++---------
 1 file changed, 14 insertions(+), 9 deletions(-)

-- 
2.14.3


Re: [Qemu-devel] [PATCH v3 0/1] dump.c: allow fd_write_vmcore to return errno on failure
Posted by Daniel Henrique Barboza 6 years ago
Ping


On 02/12/2018 12:25 PM, Daniel Henrique Barboza wrote:
> v3:
> - added set_errg_errno() to all callers of fd_write_vmcore
> - changed patch subject to reflect what it is addressing now
> - link to previous version:
> http://lists.gnu.org/archive/html/qemu-devel/2018-02/msg02787.html
>
>
> Yasmin Beatriz (1):
>    dump.c: allow fd_write_vmcore to return errno on failure
>
>   dump.c | 23 ++++++++++++++---------
>   1 file changed, 14 insertions(+), 9 deletions(-)
>

Re: [Qemu-devel] [PATCH v3 for-2.12? 0/1] dump.c: allow fd_write_vmcore to return errno on failure
Posted by Eric Blake 6 years ago
On 03/21/2018 08:29 AM, Daniel Henrique Barboza wrote:
> Ping
> 
> On 02/12/2018 12:25 PM, Daniel Henrique Barboza wrote:
>> v3:
>> - added set_errg_errno() to all callers of fd_write_vmcore
>> - changed patch subject to reflect what it is addressing now
>> - link to previous version:
>> http://lists.gnu.org/archive/html/qemu-devel/2018-02/msg02787.html
>>
>>
>> Yasmin Beatriz (1):
>>    dump.c: allow fd_write_vmcore to return errno on failure
>>
>>   dump.c | 23 ++++++++++++++---------
>>   1 file changed, 14 insertions(+), 9 deletions(-)
>>

This seems like an appropriate bug-fix patch for inclusion in 2.12. 
Marc-André, are you planning a pull request, or should we bundle this 
through another miscellaneous tree?

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org

Re: [Qemu-devel] [PATCH v3 for-2.12? 0/1] dump.c: allow fd_write_vmcore to return errno on failure
Posted by Marc-André Lureau 6 years ago
Hi

On Wed, Mar 21, 2018 at 2:56 PM, Eric Blake <eblake@redhat.com> wrote:
> On 03/21/2018 08:29 AM, Daniel Henrique Barboza wrote:
>>
>> Ping
>>
>> On 02/12/2018 12:25 PM, Daniel Henrique Barboza wrote:
>>>
>>> v3:
>>> - added set_errg_errno() to all callers of fd_write_vmcore
>>> - changed patch subject to reflect what it is addressing now
>>> - link to previous version:
>>> http://lists.gnu.org/archive/html/qemu-devel/2018-02/msg02787.html
>>>
>>>
>>> Yasmin Beatriz (1):
>>>    dump.c: allow fd_write_vmcore to return errno on failure
>>>
>>>   dump.c | 23 ++++++++++++++---------
>>>   1 file changed, 14 insertions(+), 9 deletions(-)
>>>
>
> This seems like an appropriate bug-fix patch for inclusion in 2.12.
> Marc-André, are you planning a pull request, or should we bundle this
> through another miscellaneous tree?

Ok, I'll prepare a pull request.

Thanks