VirtualBox

source: vbox/trunk/doc/VBox-doc.c@ 80367

Last change on this file since 80367 was 80367, checked in by vboxsync, 5 years ago

doc/VBox-doc.c: Remove obsolete entry, bugref:9529 [build fix]

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 7.2 KB
Line 
1/* $Id: VBox-doc.c 80367 2019-08-21 11:35:06Z vboxsync $ */
2/** @file
3 * VirtualBox Top Level Documentation File.
4 */
5
6/*
7 * Copyright (C) 2006-2019 Oracle Corporation
8 *
9 * This file is part of VirtualBox Open Source Edition (OSE), as
10 * available from http://www.virtualbox.org. This file is free software;
11 * you can redistribute it and/or modify it under the terms of the GNU
12 * General Public License (GPL) as published by the Free Software
13 * Foundation, in version 2 as it comes in the "COPYING" file of the
14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
16 */
17
18
19/** @mainpage VirtualBox
20 *
21 * (add introduction here)
22 *
23 * @section pg_main_comp Components
24 *
25 * - VM / @ref pg_vmm "VMM" / GVM / @ref pg_gvmm "GVMM" - Virtual Machine
26 * Monitor.
27 * - @ref pg_cfgm
28 * - @ref pg_cpum
29 * - @ref pg_dbgf
30 * - @ref pg_dbgf_addr_space
31 * - @ref pg_dbgf_vmcore
32 * - @ref pg_dbgf_module
33 * - @ref pg_dbgc
34 * - VBoxDbg - Debugger GUI (Qt).
35 * - @ref grp_dis
36 * - @ref pg_em
37 * - @ref pg_gim
38 * - @ref pg_hm
39 * - @ref pg_rem
40 * - @ref pg_vboxrem_amd64
41 * - @ref pg_iem
42 * - @ref pg_gmm
43 * - @ref pg_mm
44 * - @ref pg_pgm
45 * - @ref pg_pgm_phys
46 * - @ref pg_pgm_pool
47 * - @ref pg_selm
48 * - @ref pg_iom
49 * - @ref pg_pdm
50 * - Devices / USB Devices, Drivers and their public interfaces.
51 * - Async I/O Completion API.
52 * - Async Task API.
53 * - Critical Section API.
54 * - Queue API.
55 * - Thread API.
56 * - @ref pg_pdm_block_cache
57 * - @ref pg_ssm
58 * - @ref pg_stam
59 * - @ref pg_tm
60 * - @ref pg_trpm
61 * - VMM docs:
62 * - @ref pg_vmm_guideline
63 * - @ref pg_raw
64 * - Pluggable Components (via PDM).
65 * - DevPCArch - PC Architecture Device (chipset, legacy ++).
66 * - DevPCBios - Basic Input Output System.
67 * - DevDMAC - DMA Controller.
68 * - DevPIC - Programmable Interrupt Controller.
69 * - DevPIT - Programmable Interval Timer (i8254).
70 * - DevRTC - Real Time Clock.
71 * - DevVGA - Video Graphic Array.
72 * - DevPCI - Peripheral Component Interface (Bus).
73 * - VBoxDev - Special PCI Device which serves as an interface between
74 * the VMM and the guest OS for the additions.
75 * - Networking:
76 * - DevPCNet - AMD PCNet Device Emulation.
77 * - DevE1000 - Intel E1000 Device Emulation.
78 * - DevEEPROM - Intel E1000 EPROM Device Emulation.
79 * - SrvINetNetR0 - Internal Networking Ring-0 Service.
80 * - DevINIP - IP Stack Service for the internal networking.
81 * - DrvIntNet - Internal Networking Driver.
82 * - DrvNetSniffer - Wireshark Compatible Sniffer Driver (pass thru).
83 * - DrvNAT - Network Address Translation Driver.
84 * - DrvTAP - Host Interface Networking Driver.
85 * - Storage:
86 * - DevATA - ATA ((E)IDE) Device Emulation.
87 * - @ref pg_dev_ahci
88 * - DevFDC - Floppy Controller Device Emulation.
89 * - DrvBlock - Intermediate block driver.
90 * - DrvHostBase - Common code for the host drivers.
91 * - DrvHostDVD - Host DVD drive driver.
92 * - DrvHostFloppy - Host floppy drive driver.
93 * - DrvHostRawDisk - Host raw disk drive driver.
94 * - DrvMediaISO - ISO media driver.
95 * - DrvRawImage - Raw image driver (floppy images etc).
96 * - DrvVD - Intermediate Virtual Drive (Media) driver.
97 * - DrvVDI - VirtualBox Drive Image Container Driver.
98 * - DrvVmdk - VMDK Drive Image Container Driver.
99 * - USB:
100 * - @ref pg_dev_ohci
101 * - @ref pg_dev_ehci
102 * - @ref pg_dev_vusb
103 * - @ref pg_dev_vusb_old
104 * - Host Drivers.
105 * - SUPDRV - The Support driver (aka VBoxDrv).
106 * - @ref pg_sup
107 * - @ref pg_netflt
108 * - @ref pg_netadp
109 * - VBoxUSB - The USB support driver.
110 * - @ref pg_netflt
111 * - @ref pg_rawpci
112 * - Host Services.
113 * - @ref pg_hostclip Shared Clipboard.
114 * - Shared Folders.
115 * - @ref pg_svc_guest_properties
116 * - @ref pg_svc_guest_control
117 * - Guest Additions.
118 * - VBoxGuest.
119 * - @ref pg_guest_lib
120 * - @ref pg_vgsvc
121 * - @ref pg_vgsvc_timesync
122 * - @ref pg_vgsvc_vminfo
123 * - @ref pg_vgsvc_vmstats
124 * - @ref pg_vgsvc_gstctrl
125 * - @ref pg_vgsvc_pagesharing
126 * - @ref pg_vgsvc_memballoon
127 * - @ref pg_vgsvc_cpuhotplug
128 * - @ref pg_vgsvc_automount
129 * - @ref pg_vgsvc_clipboard
130 * - VBoxControl.
131 * - VBoxVideo.
132 * - crOpenGL.
133 * - VBoxClient / VBoxTray.
134 * - pam.
135 * - ...
136 * - Network Services:
137 * - @ref pg_net_dhcp
138 * - NAT
139 * - @ref pg_main
140 * - @ref pg_main_events
141 * - @ref pg_vrdb_usb
142 * - Frontends:
143 * - VirtualBox - The default Qt-based GUI.
144 * - VBoxHeadless - The headless frontend.
145 * - VBoxManage - The CLI.
146 * - VBoxShell - An interactive shell written in python.
147 * - VBoxSDL - A very simple GUI.
148 * - VBoxBFE - A bare metal edition which does not use COM/XPCOM (barely
149 * maintained atm).
150 * - IPRT - Runtime Library for hiding host OS differences.
151 * - Validation Kit:
152 * - @ref pg_validationkit_guideline
153 * - @ref pg_bs3kit
154 * - @ref pg_vbox_guideline
155 *
156 * @todo Make links to the components.
157 *
158 *
159 *
160 * @section Execution Contexts
161 *
162 * VirtualBox defines a number of different execution context, this can be
163 * confusing at first. So, to start with take a look at this diagram:
164 *
165 * @image html VMMContexts.png
166 *
167 * Context definitions:
168 * - Host context (HC) - This is the context where the host OS runs and
169 * runs VirtualBox within it. The absense of IN_RC and IN_GUEST
170 * indicates that we're in HC. IN_RING0 indicates ring-0 (kernel) and
171 * IN_RING3 indicates ring-3.
172 * - Raw-mode Context (RC) - This is the special VMM context where we
173 * execute the guest code directly on the CPU. Kernel code is patched
174 * and execute in ring-1 instead of ring-0 (ring compression). Ring-3
175 * code execute unmodified. Only VMMs use ring-1, so we don't need to
176 * worry about that (it's guarded against in the scheduler (EM)). We can
177 * in theory run ring-2 there, but since practially only only OS/2 uses
178 * ring-2, it is of little importance. The macro IN_RC indicates that
179 * we're compiling something for RC.
180 * Note! This used to be called GC (see below) earlier, so a bunch of RC
181 * things are using GC markers.
182 * - Guest Context (GC) - This is where the guest code is executed. When
183 * compiling, IN_GUEST indicates that it's for GC. IN_RING0 and
184 * IN_RING3 are also set when applicable, these are accompanied by
185 * IN_GUEST_R0 and IN_GUEST_R3 respecitively.
186 * - Intermediate context - This is a special memory context used within
187 * the world switchers (HC -> RC and back), it features some identity
188 * mapped code pages so we can switch to real mode if necessary.
189 *
190 */
191
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette