Re: [PATCH 2/2] qemu: never unlink() the core dump output file

2021-08-20 Thread Simon Rowe
I have an alternative patch which does this, I'll submit that instead. Simon From: Michal Prívozník Sent: 20 August 2021 16:09 To: Simon Rowe ; libvir-list@redhat.com Subject: Re: [PATCH 2/2] qemu: never unlink() the core dump output file On 8/20/21 10:

Re: [PATCH 2/2] qemu: never unlink() the core dump output file

2021-08-20 Thread Michal Prívozník
On 8/20/21 10:39 AM, Simon Rowe wrote: > The comment above virQEMUFileOpenAs() implies any result should be > left intact. > > Signed-off-by: Simon Rowe > --- > src/qemu/qemu_driver.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c > ind

[PATCH 2/2] qemu: never unlink() the core dump output file

2021-08-20 Thread Simon Rowe
The comment above virQEMUFileOpenAs() implies any result should be left intact. Signed-off-by: Simon Rowe --- src/qemu/qemu_driver.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c index f31e13889e..b1ac1cb73b 100644 --- a/src/qemu/qemu_driver