Re: [PATCH] nvdimm-utils: clean up headers and add license comment

2020-04-03 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200403140018.13531-1-imamm...@redhat.com/ Hi, This series failed the docker-quick@centos7 build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BEGIN ==

Re: [PATCH] nvdimm-utils: clean up headers and add license comment

2020-04-03 Thread Peter Maydell
On Fri, 3 Apr 2020 at 15:13, Igor Mammedov wrote: > > On Fri, 3 Apr 2020 15:06:14 +0100 > Peter Maydell wrote: > > > On Fri, 3 Apr 2020 at 15:00, Igor Mammedov wrote: > > > > > > Fixes: 3f350f6bb36233be50fc2bc18dc78b6a948a5dbe > > > Reported-by: Peter Maydell > > > Signed-off-by: Igor Mammedov

Re: [PATCH] nvdimm-utils: clean up headers and add license comment

2020-04-03 Thread Igor Mammedov
On Fri, 3 Apr 2020 15:06:14 +0100 Peter Maydell wrote: > On Fri, 3 Apr 2020 at 15:00, Igor Mammedov wrote: > > > > Fixes: 3f350f6bb36233be50fc2bc18dc78b6a948a5dbe > > Reported-by: Peter Maydell > > Signed-off-by: Igor Mammedov > > --- > > include/qemu/nvdimm-utils.h | 2 -- > > util/nvdimm-u

Re: [PATCH] nvdimm-utils: clean up headers and add license comment

2020-04-03 Thread Peter Maydell
On Fri, 3 Apr 2020 at 15:00, Igor Mammedov wrote: > > Fixes: 3f350f6bb36233be50fc2bc18dc78b6a948a5dbe > Reported-by: Peter Maydell > Signed-off-by: Igor Mammedov > --- > include/qemu/nvdimm-utils.h | 2 -- > util/nvdimm-utils.c | 29 + > 2 files changed, 29

[PATCH] nvdimm-utils: clean up headers and add license comment

2020-04-03 Thread Igor Mammedov
Fixes: 3f350f6bb36233be50fc2bc18dc78b6a948a5dbe Reported-by: Peter Maydell Signed-off-by: Igor Mammedov --- include/qemu/nvdimm-utils.h | 2 -- util/nvdimm-utils.c | 29 + 2 files changed, 29 insertions(+), 2 deletions(-) diff --git a/include/qemu/nvdimm-uti