Re: [uml-devel] How to trace early booting in 64bit Linux Kernel?

2008-06-24 Thread Peter Teoh
Sorry for my mistake - I just read the source code for kqemu and they do compile for x86_64, so the 64bit host version is supported. My mistake. On Mon, Jun 23, 2008 at 11:34 AM, Iustin Pop <[EMAIL PROTECTED]> wrote: > On Mon, Jun 23, 2008 at 10:05:37AM +0800, Peter Teoh wrote: >> QEMU running o

[uml-devel] [PATCH 10/14] arch/um: Eliminate NULL test and memset after alloc_bootmem

2008-06-24 Thread Julia Lawall
From: Julia Lawall <[EMAIL PROTECTED]> As noted by Akinobu Mita in patch b1fceac2b9e04d278316b2faddf276015fc06e3b, alloc_bootmem and related functions never return NULL and always return a zeroed region of memory. Thus a NULL test or memset after calls to these functions is unnecessary. arch/um