qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditiona


From: Stefan Weil
Subject: Re: [Qemu-devel] [PATCH v2] Make target_phys_addr_t 64 bits unconditionally
Date: Fri, 05 Oct 2012 07:39:44 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:15.0) Gecko/20120912 Thunderbird/15.0.1

Am 05.10.2012 04:10, schrieb Anthony Liguori:
Avi Kivity <address@hidden> writes:

The hassle and compile time overhead of maintaining both 32-bit and 64-bit
capable source isn't worth the tiny performance advantage which is seen on
a minority of configurations.  Switch to compiling libhw only once, with
target_phys_addr_t unconditionally typedefed to uint64_t.

Signed-off-by: Avi Kivity <address@hidden>
Applied. Thanks.

Regards,

Anthony Liguori



In a next step, we can remove libhw completely:

All files from libhw/hw/*.o could as well be generated in hw/*.o,
and hw-obj should become common-obj.

Or is there still a reason why libhw is needed?

Regards

Stefan W.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]