Re: [Qemu-devel] [PATCH v2 06/12] hostmem: drop error variable from host_memory_backend_get_memory()

2018-06-15 Thread David Hildenbrand
On 15.06.2018 14:39, Igor Mammedov wrote: > On Fri, 15 Jun 2018 13:24:54 +0200 > David Hildenbrand wrote: > >> Unused, so let's remove it. >> >> Reviewed-by: David Gibson >> Reviewed-by: Igor Mammedov >> Signed-off-by: David Hildenbrand > breaks compilation with > > hw/mem/nvdimm.c:171:5:

Re: [Qemu-devel] [PATCH v2 06/12] hostmem: drop error variable from host_memory_backend_get_memory()

2018-06-15 Thread Igor Mammedov
On Fri, 15 Jun 2018 13:24:54 +0200 David Hildenbrand wrote: > Unused, so let's remove it. > > Reviewed-by: David Gibson > Reviewed-by: Igor Mammedov > Signed-off-by: David Hildenbrand breaks compilation with hw/mem/nvdimm.c:171:5: error: too many arguments to function

[Qemu-devel] [PATCH v2 06/12] hostmem: drop error variable from host_memory_backend_get_memory()

2018-06-15 Thread David Hildenbrand
Unused, so let's remove it. Reviewed-by: David Gibson Reviewed-by: Igor Mammedov Signed-off-by: David Hildenbrand --- backends/hostmem.c | 3 +-- hw/mem/nvdimm.c | 4 ++-- hw/mem/pc-dimm.c | 4 ++-- hw/misc/ivshmem.c| 3 +-- include/sysemu/hostmem.h | 3 +--