Re: [Qemu-devel] [PATCH v3 6/7] memory-device: avoid overflows on very huge devices

2018-10-25 Thread David Gibson
On Tue, Oct 23, 2018 at 05:23:05PM +0200, David Hildenbrand wrote: > Should not be a problem right now, but it could theoretically happen > in the future. > > Signed-off-by: David Hildenbrand Reviewed-by: David Gibson > --- > hw/mem/memory-device.c | 3 ++- > 1 file changed, 2 insertions(+),

Re: [Qemu-devel] [PATCH v3 6/7] memory-device: avoid overflows on very huge devices

2018-10-25 Thread Igor Mammedov
On Tue, 23 Oct 2018 17:23:05 +0200 David Hildenbrand wrote: > Should not be a problem right now, but it could theoretically happen > in the future. > > Signed-off-by: David Hildenbrand Reviewed-by: Igor Mammedov > --- > hw/mem/memory-device.c | 3 ++- > 1 file changed, 2 insertions(+), 1 del

[Qemu-devel] [PATCH v3 6/7] memory-device: avoid overflows on very huge devices

2018-10-23 Thread David Hildenbrand
Should not be a problem right now, but it could theoretically happen in the future. Signed-off-by: David Hildenbrand --- hw/mem/memory-device.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/mem/memory-device.c b/hw/mem/memory-device.c index 996ad1490f..8be63c8032 10064