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.


Further cleanup of vnet /proc interface
[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
11 55 -- (IFACE) Add PCI HW Device
12 56 -- (IFACE) Add PCI User Device
13
14
15 VM Commands (/dev/v3-vm*)
16
17 20 -- (IFACE) Connect CGA Console
18 21 -- (IFACE) Connect Stream
19
20 23 -- (VMM) Pause VM
21 24 -- (VMM) Continue VM
22 25 -- (VMM) Launch VM
23 26 -- (VMM) Stop VM
24 27 -- (VMM) Load VM
25 28 -- (VMM) Save VM
26 29 -- (VMM) Simulate guest
27 30 -- (EXT) Activate Inspector
28 31 -- (VMM) Debug VM
29 33 -- (VMM) Move VM core
30
31 257 -- (IFACE) VGA Console Framebuf Input
32 258 -- (IFACE) VGA Console Framebuf Query
33
34 10245 -- (IFACE) Connect Host Device
35
36 12123 -- (EXT) Inject Top Half Code into Guest
37
38 12124 -- (EXT) Register host hypercall (remember to insmod first)
39 12124 -- (EXT) Unregister host hypercall 
40
41 13125 -- (EXT) Inject Environment Variables into Guest Process
42
43 5CA11 -- (EXT) Get/Set System call exiting status