Re: [Qemu-devel] [PATCH v1 5/7] memory-device: use QEMU_IS_ALIGNED

2018-10-11 Thread Dr. David Alan Gilbert
* David Hildenbrand (da...@redhat.com) wrote: > Shorter and easier to read. > > Signed-off-by: David Hildenbrand Reviewed-by: Dr. David Alan Gilbert > --- > hw/mem/memory-device.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/hw/mem/memory-device.c b/hw/mem/m

[Qemu-devel] [PATCH v1 5/7] memory-device: use QEMU_IS_ALIGNED

2018-10-09 Thread David Hildenbrand
Shorter and easier to read. Signed-off-by: David Hildenbrand --- hw/mem/memory-device.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/mem/memory-device.c b/hw/mem/memory-device.c index 7de1ccd497..996ad1490f 100644 --- a/hw/mem/memory-device.c +++ b/hw/mem/memory-d