From: Glauber de Oliveira Costa Date: Mon, 7 Jan 2008 13:05:23 +0000 (-0200) Subject: lguest: adapt launcher to per-cpuness X-Git-Tag: v2.6.25-rc1~1135^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3283fa0cc5c4f9bde52339a40da89297e51b481;p=pandora-kernel.git lguest: adapt launcher to per-cpuness This patch makes uses of pread() and pwrite() in lguest launcher to communicate the vcpu id to the lguest driver. The id is kept in a thread variable, which means we'll span in the future, vcpus as threads. But right now, only the infrastructure is out there. Signed-off-by: Glauber de Oliveira Costa Signed-off-by: Rusty Russell --- Reading git-diff-tree failed