[Qemu-devel] Re: [PATCH v3 3/7] target-i386: Don't use SoftFloat uint64 type

2010-12-19 Thread Huang Ying
On Sun, 2010-12-19 at 00:25 +0800, Andreas Färber wrote: softfloat.h's uint64 type has least-width semantics, which seems unintended here since uint64_t is used in helpers. v3: * Split off. Cc: Huang Ying ying.hu...@intel.com Cc: Juan Quintela quint...@redhat.com Signed-off-by: Andreas

[Qemu-devel] Re: [PATCH v3 3/7] target-i386: Don't use SoftFloat uint64 type

2010-12-18 Thread Juan Quintela
Andreas Färber andreas.faer...@web.de wrote: softfloat.h's uint64 type has least-width semantics, which seems unintended here since uint64_t is used in helpers. v3: * Split off. Acked-by: Juan Quintela quint...@redhat.com Some days I feel the urgency of removing all the typealiases of