Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Cleanup of linkage issues for non-Linux hosts
[palacios.git] / linux_module / ioctls.txt
1 Registry of ioctl numbers currently in use
2 To add a new ioctl find an available number and add it to this list.
3
4 Global commands (/dev/v3vee)
5
6 12 -- (VMM) Create VM
7 13 -- (VMM) Free VM
8
9 50 -- (VMM) Add physical memory to VMM manager
10 51 -- (VMM) Reset VMM manager memory counts
11
12 55 -- (IFACE) Add PCI HW Device
13 56 -- (IFACE) Add PCI User Device
14
15
16 VM Commands (/dev/v3-vm*)
17
18 20 -- (IFACE) Connect CGA Console
19 21 -- (IFACE) Connect Stream
20
21 23 -- (VMM) Pause VM
22 24 -- (VMM) Continue VM
23 25 -- (VMM) Launch VM
24 26 -- (VMM) Stop VM
25 27 -- (VMM) Load VM
26 28 -- (VMM) Save VM
27 29 -- (VMM) Simulate guest
28 30 -- (EXT) Activate Inspector
29 31 -- (VMM) Debug VM
30 33 -- (VMM) Move VM core
31
32 257 -- (IFACE) VGA Console Framebuf Input
33 258 -- (IFACE) VGA Console Framebuf Query
34
35 10245 -- (IFACE) Connect Host Device
36
37 12123 -- (EXT) Inject Top Half Code into Guest
38
39 12124 -- (EXT) Register host hypercall (remember to insmod first)
40 12124 -- (EXT) Unregister host hypercall 
41
42 13125 -- (EXT) Inject Environment Variables into Guest Process
43
44 5CA11 -- (EXT) Get/Set System call exiting status