Re: [Qemu-devel] [PATCH v4 01/24] memory-device: fix alignment error message

2018-09-27 Thread Igor Mammedov
On Wed, 26 Sep 2018 11:41:56 +0200 David Hildenbrand wrote: > We're missing "x" after the leading 0. > > Signed-off-by: David Hildenbrand Reviewed-by: Igor Mammedov > --- > hw/mem/memory-device.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/mem/memory-device.c

Re: [Qemu-devel] [PATCH v4 01/24] memory-device: fix alignment error message

2018-09-26 Thread David Gibson
On Wed, Sep 26, 2018 at 11:41:56AM +0200, David Hildenbrand wrote: > We're missing "x" after the leading 0. > > Signed-off-by: David Hildenbrand Reviewed-by: David Gibson > --- > hw/mem/memory-device.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/mem/memory-dev

[Qemu-devel] [PATCH v4 01/24] memory-device: fix alignment error message

2018-09-26 Thread David Hildenbrand
We're missing "x" after the leading 0. Signed-off-by: David Hildenbrand --- hw/mem/memory-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/mem/memory-device.c b/hw/mem/memory-device.c index 6de4f70bb4..0b52fe2c5e 100644 --- a/hw/mem/memory-device.c +++ b/hw/mem/mem