Re: [Qemu-devel] [PATCH] apb: Fix compiler warnings (large constants)

2014-06-08 Thread Mark Cave-Ayland
On 07/06/14 19:54, Stefan Weil wrote: Both constants need more than 32 bit. Signed-off-by: Stefan Weil s...@weilnetz.de --- hw/pci-host/apb.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/pci-host/apb.c b/hw/pci-host/apb.c index 1497008..6fa2723 100644 ---

Re: [Qemu-devel] [PATCH] apb: Fix compiler warnings (large constants)

2014-06-08 Thread Stefan Weil
Am 08.06.2014 14:48, schrieb Mark Cave-Ayland: On 07/06/14 19:54, Stefan Weil wrote: Both constants need more than 32 bit. Signed-off-by: Stefan Weil s...@weilnetz.de --- hw/pci-host/apb.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/pci-host/apb.c

[Qemu-devel] [PATCH] apb: Fix compiler warnings (large constants)

2014-06-07 Thread Stefan Weil
Both constants need more than 32 bit. Signed-off-by: Stefan Weil s...@weilnetz.de --- hw/pci-host/apb.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hw/pci-host/apb.c b/hw/pci-host/apb.c index 1497008..6fa2723 100644 --- a/hw/pci-host/apb.c +++ b/hw/pci-host/apb.c