Re: [Qemu-devel] [PATCH 03/14] qemu-tool: Fix mixup of int64 and int64_t

2012-01-16 Thread Stefan Hajnoczi
On Mon, Jan 16, 2012 at 01:46:52AM +0100, Andreas Färber wrote: > Commit cbcfa0418f0c196afa765f5c9837b9344d1adcf3 (link the main loop and > its dependencies into the tools) introduced stray usages of int64. > > Use int64_t instead. > > Signed-off-by: Andreas Färber > Cc: Paolo Bonzini > --- >

[Qemu-devel] [PATCH 03/14] qemu-tool: Fix mixup of int64 and int64_t

2012-01-15 Thread Andreas Färber
Commit cbcfa0418f0c196afa765f5c9837b9344d1adcf3 (link the main loop and its dependencies into the tools) introduced stray usages of int64. Use int64_t instead. Signed-off-by: Andreas Färber Cc: Paolo Bonzini --- qemu-tool.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --