On Wed, Mar 4, 2015 at 10:30 PM, Gerd Hoffmann wrote:
> +/* round up to the nearest power of 2 (0 if overflow) */
> +uint64_t pow2ceil(uint64_t value)
> +{
> +uint8_t nlz = clz64(value);
> +
> +if (is_power_of_2(value)) {
> +return value;
> +}
> +if (!nlz) {
> +ret
>> 1 file changed, 86 insertions(+)
>> create mode 100644 po/zh_CN.po
>
> Reviewed-by: Amos Kong
Reviewed-by: Dongsheng Song
--
Dongsheng
ack -kernel
vmlinuz-3.2.0-4-vexpress -initrd initrd.img-3.2.0-4-vexpress -append
"root=/dev/mmcblk0 rw init=/sbin/init"
On Thu, May 23, 2013 at 8:52 PM, Dongsheng Song
wrote:
> Use rootfs download from
> https://i18n-zh.googlecode.com/files/armhf_wheezy_qemu_20130518.7z
>
> S
Use rootfs download from
https://i18n-zh.googlecode.com/files/armhf_wheezy_qemu_20130518.7z
SET PATH=E:\opt\qemu-1.5.0-win64
SET QEMU_LD_PREFIX=E:\opt\qemu-1.5.0-win64
cd E:\var\tmp\armhf_wheezy_qemu
E:\var\tmp\armhf_wheezy_qemu>qemu-system-arm -M vexpress-a9 -cpu
cortex-a9 -m 512 -uuid e04ec652
On Sat, May 18, 2013 at 4:52 AM, Anthony Liguori wrote:
>
> Hi,
>
> On behalf of the QEMU Team, I'd like to announce the availability of the
> fourth release candidate for the QEMU 1.5 release. This release is meant
> for testing purposes and should not be used in a production environment.
>
> ht
On Thu, May 16, 2013 at 7:53 AM, Anthony Liguori wrote:
> Hi,
>
> On behalf of the QEMU Team, I'd like to announce the availability of the
> third release candidate for the QEMU 1.5 release. This release is meant
> for testing purposes and should not be used in a production environment.
>
> http:
On Thu, May 9, 2013 at 6:29 AM, Anthony Liguori wrote:
>
> Hi,
>
> On behalf of the QEMU Team, I'd like to announce the availability of the
> second release candidate for the QEMU 1.5 release. This release is meant
> for testing purposes and should not be used in a production environment.
>
> htt
On Wed, May 8, 2013 at 4:39 PM, Kevin Wolf wrote:
> Hi,
>
> I just had a failing build like this (make -j3, so these are running in
> parallel):
>
> lt LINK libcacard.la
> ARlibqemuutil.a
> CCstubs/mon-printf.o
> CCstubs/mon-print-filename.o
> ar: stubs/mon-printf.o: No such file or di
On Wed, May 8, 2013 at 12:27 AM, Anthony Liguori wrote:
>
> Hi,
>
> On behalf of the QEMU Team, I'd like to announce the availability of the
> first release candidate for the QEMU 1.5 release. This release is meant
> for testing purposes and should not be used in a production environment.
>
> htt