X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=linux_module%2Fioctls.txt;h=d1f9f2a1581d6afd5c7aed5c59f299baaa79eca2;hb=8cd246c3830733c2850cef049a7ad153daf0dd13;hp=322dd5a85c4ba8e91163f2153192ada141a56a51;hpb=5aa80b40b7bd2ab3e2de1f9cb6851cdec6963f79;p=palacios.git diff --git a/linux_module/ioctls.txt b/linux_module/ioctls.txt index 322dd5a..d1f9f2a 100644 --- a/linux_module/ioctls.txt +++ b/linux_module/ioctls.txt @@ -3,20 +3,31 @@ To add a new ioctl find an available number and add it to this list. Global commands (/dev/v3vee) -10 -- (VMM) Start guest +12 -- (VMM) Create VM +13 -- (VMM) Free VM 50 -- (VMM) Add physical memory to VMM manager +51 -- (VMM) Reset VMM manager memory counts +55 -- (IFACE) Add PCI HW Device +56 -- (IFACE) Add PCI User Device VM Commands (/dev/v3-vm*) 20 -- (IFACE) Connect CGA Console 21 -- (IFACE) Connect Stream -22 -- (VMM) Stop Guest +23 -- (VMM) Pause VM +24 -- (VMM) Continue VM +25 -- (VMM) Launch VM +26 -- (VMM) Stop VM +27 -- (VMM) Load VM +28 -- (VMM) Save VM 29 -- (VMM) Simulate guest 30 -- (EXT) Activate Inspector +31 -- (VMM) Debug VM +33 -- (VMM) Move VM core 257 -- (IFACE) VGA Console Framebuf Input 258 -- (IFACE) VGA Console Framebuf Query @@ -30,3 +41,4 @@ VM Commands (/dev/v3-vm*) 13125 -- (EXT) Inject Environment Variables into Guest Process +5CA11 -- (EXT) Get/Set System call exiting status