Re: [Qemu-devel] [PATCH v2 1/2] qdev: Fix 32-bit compilation in print_size

2013-07-31 Thread Andreas Färber
Anthony, Am 30.07.2013 20:20, schrieb Richard Henderson: > Signed-off-by: Richard Henderson FWIW Reviewed-by: Andreas Färber This is a build fix, can you please review and apply 1/2? 2/2 was outside my quick understanding so I'm not sure. ;) rth, you forgot to mark it "for-1.6". Regards, An

[Qemu-devel] [PATCH v2 1/2] qdev: Fix 32-bit compilation in print_size

2013-07-30 Thread Richard Henderson
Signed-off-by: Richard Henderson --- hw/core/qdev-properties.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/core/qdev-properties.c b/hw/core/qdev-properties.c index 8d43a8d..d6d10c9 100644 --- a/hw/core/qdev-properties.c +++ b/hw/core/qdev-properties.c @@ -1177,7 +1177,7