Thanks, applied.
On Sun, Aug 29, 2010 at 9:43 AM, Avi Kivity wrote:
> stat() fields can be more or less anything depending on configuration, cast
> explicitly to uint64_t to avoid printf() format mismatches.
>
> Signed-off-by: Avi Kivity
> ---
> hw/ivshmem.c | 7 ---
> 1 files changed, 4
On 29.08.2010, at 11:43, Avi Kivity wrote:
> stat() fields can be more or less anything depending on configuration, cast
> explicitly to uint64_t to avoid printf() format mismatches.
>
> Signed-off-by: Avi Kivity
I got a very similar patch in my queue:
fprintf(stderr, " than shared o
stat() fields can be more or less anything depending on configuration, cast
explicitly to uint64_t to avoid printf() format mismatches.
Signed-off-by: Avi Kivity
---
hw/ivshmem.c |7 ---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/hw/ivshmem.c b/hw/ivshmem.c
index bbb5