VirtualBox

Changes between Version 6 and Version 7 of Source code organization


Ignore:
Timestamp:
Nov 16, 2006 11:49:50 AM (18 years ago)
Author:
jose
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Source code organization

    v6 v7  
    1717 * `src/libs/` contains various libraries in specific versions that we depend on. We can't very well ask our customers to descend into dependency hell and therefore statically compile these into the !VirtualBox binary. The various licenses under which these libraries were shipped are all documented in the appendices of the [wiki:"Downloads" user manual].
    1818
    19  * `src/qemu/` contains [http://fabrice.bellard.free.fr/qemu/ QEMU], which is used as a recompiler for a few situations within !VirtualBox. Essentially, all guest code runs natively on the hardware. The recompiler, however, steps in as a fallback for code where interrupts are disabled and !VirtualBox cannot determine when they will be switched back on, and also for single instruction execution on faults.
     19 * `src/qemu/` contains [http://fabrice.bellard.free.fr/qemu/ QEMU], which is used as a recompiler for a few situations within !VirtualBox. Essentially, all guest code runs natively on the hardware. The recompiler, however, steps in as a fallback when guest code disables interrupts and !VirtualBox cannot determine when they will be switched back on, and also for single instruction execution on faults.
    2020
    2121== tools/ ==

© 2023 Oracle
ContactPrivacy policyTerms of Use