On Sun, May 09, 2010 at 02:51:13PM +0300, Avi Kivity wrote:
> The ram_size parameter can be larger than an int, so it may be truncated.
>
> Fix by using the correct type.
Thanks, applied.
> Signed-off-by: Avi Kivity
> ---
> hw/pc.h |2 +-
> hw/piix_pci.c |2 +-
> 2 files changed,
The ram_size parameter can be larger than an int, so it may be truncated.
Fix by using the correct type.
Signed-off-by: Avi Kivity
---
hw/pc.h |2 +-
hw/piix_pci.c |2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/pc.h b/hw/pc.h
index e57821a..4898b37 100644