]> git.baikalelectronics.ru Git - kernel.git/commit
lguest: add operations to get/set a register from the Launcher.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Feb 2015 04:45:09 +0000 (15:15 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 11 Feb 2015 06:17:29 +0000 (16:47 +1030)
commit079b998c653f600a35bbe05358c09d98f573bce9
tree59f8e6bf9b43195b8d9d77fb3235468baeb8d946
parentce1e1be9525033ea7234475ac9cc220b5f5e0388
lguest: add operations to get/set a register from the Launcher.

We use the ptrace API struct, and we currently don't let them set
anything but the normal registers (we'd have to filter the others).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
drivers/lguest/core.c
drivers/lguest/lg.h
drivers/lguest/lguest_user.c
drivers/lguest/x86/core.c
include/linux/lguest_launcher.h