Home
last modified time | relevance | path

Searched hist:"125 b0f55" (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/linux-user/
H A Dqemu.h125b0f55 Sat Jan 28 13:12:14 CST 2012 Alexander Graf <agraf@suse.de> linux-user: save auxv length

We create our own AUXV segment on stack and save a pointer to it.
However we don't save the length of it, so any code that wants to
do anything useful with it later on has to walk it again.

Instead, let's remember the length of our AUXV segment. This
simplifies later uses by a lot.

(edited by Riku to apply to qemu HEAD)

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
H A Delfload.c125b0f55 Sat Jan 28 13:12:14 CST 2012 Alexander Graf <agraf@suse.de> linux-user: save auxv length

We create our own AUXV segment on stack and save a pointer to it.
However we don't save the length of it, so any code that wants to
do anything useful with it later on has to walk it again.

Instead, let's remember the length of our AUXV segment. This
simplifies later uses by a lot.

(edited by Riku to apply to qemu HEAD)

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>