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
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