summaryrefslogtreecommitdiff
path: root/src/VBox/Frontends/VBoxBFE/VBoxBFE.cpp
Commit message (Expand)AuthorAgeFilesLines
* FE/VBoxBFE: Configure PCIe bus, bugref:10445vboxsync2023-05-111-0/+83
* FE/VBoxBFE: Some very simple SDL based display output and add more devices, b...vboxsync2023-04-271-0/+1
* FE/VBoxBFE: Some very simple SDL based display output and add more devices, b...vboxsync2023-04-271-10/+272
* FE/VBoxBFE: Configure the GIC, bugref:10397vboxsync2023-04-201-0/+9
* FE/VBoxBFE: Add serial andqemufirmware config device, bugref:10397vboxsync2023-03-301-0/+35
* FE/VBoxBFE: Configure RAM the ARMv8 way and add a hack to load the device tre...vboxsync2023-03-211-31/+74
* FE/VBoxBFE: Revive as a very limited version, will mainly serve as a playgrou...vboxsync2023-03-191-0/+584
* VBoxBFE: RIP.vboxsync2013-02-071-1822/+0
* header (C) fixesvboxsync2013-02-041-1/+1
* Ancient Solaris crossbow/TAP no longer relevant.vboxsync2012-02-021-4/+0
* *,IPRT: Redid the ring-3 init to always convert the arguments to UTF-8.vboxsync2011-09-051-2/+2
* *: RTFILE becomes a pointer, RTFileOpen++ expands it's flags paramter from ui...vboxsync2011-06-221-3/+3
* Fixed a uninitialized variable in a PDM driver method used by VBoxBFE to regi...vboxsync2011-06-111-1/+1
* FE/BFE: remove some USB bits and some L4 bitsvboxsync2011-04-061-144/+6
* Runtime/log: implement log rotation, adapt all code creating log files and ma...vboxsync2011-03-221-3/+4
* VMM reorg: Moving the public include files from include/VBox to include/VBox/...vboxsync2010-12-271-1/+1
* VRDE: removed VBOX_WITH_VRDP from source code, also some obsolete code removed.vboxsync2010-10-291-6/+0
* *: spelling fixes, thanks Timeless!vboxsync2010-10-281-1/+1
* more branding fixesvboxsync2010-09-101-1/+1
* PDMDevHlpVMSuspendSaveAndPowerOff: More code.vboxsync2010-09-021-1/+1
* Recommitted r63480 - VMMDev: Adding an optional (disabled by default) testing...vboxsync2010-07-081-0/+1
* back out r63480 (burns windows)vboxsync2010-07-071-1/+0
* VMMDev: Adding an optional (disabled by default) testing side to the device t...vboxsync2010-07-071-0/+1
* Automated rebranding to Oracle copyright/license strings via filemunchervboxsync2010-04-271-5/+1
* FE/BFE: more clean-up to reduce the difference between MouseImpl.cpp in Main ...vboxsync2010-03-021-4/+4
* FE/BFE: the MainVMMDev driver is now called HGCMvboxsync2010-02-261-1/+1
* FE/BFE: resynchronise MouseImpl from Mainvboxsync2010-02-261-7/+3
* *: Shut up -Wshadow warnings.vboxsync2010-01-121-24/+23
* toupper -> RT_C_TO_UPPER.vboxsync2009-10-231-2/+2
* VMM,Main,VBoxBFE: Split up VMR3Load into VMR3LoadFromFile and VMR3LoadFromStr...vboxsync2009-10-071-7/+7
* VBoxBFE: VMR3ReqCall w/ RT_INDEFINITE_WAIT -> VMR3ReqCallWaitvboxsync2009-09-151-21/+7
* Solaris/Audio: Boomer(OSS) support (disabled, requires snv_115+).vboxsync2009-06-121-0/+6
* ''IFramebuffer'' cleanup next part:vboxsync2009-05-191-1/+1
* VMReq,*: Replaced VMREQDEST with VMCPUID because it's a pain to have to cast ...vboxsync2009-05-011-4/+4
* VMSetRuntimeError[V] refactoring: fFatal -> fFlags, may return informational ...vboxsync2009-04-021-6/+9
* config file cleanup + small copyright year updatevboxsync2009-03-251-2/+2
* VBoxBFE: Fixed segmentation fault when adding a directory instead of a file t...vboxsync2009-03-121-10/+18
* Main,VBoxBFE,DevPcBios,DevACPI: RamHoleSize.vboxsync2009-03-081-0/+3
* Frontend/BFE: more fixes, the Format config to DrvVD is no longer optional.vboxsync2009-02-101-0/+16
* Frontend/VBoxBFE: fix unnoticed breakage, old VDI backend is gone for good.vboxsync2009-02-091-14/+2
* Explicit cast for VMR3ReqCall NULL parameters.vboxsync2008-12-101-1/+1
* whole bunch: avoid runtime.h, include individual headers indead.vboxsync2008-11-301-1/+2
* Some more %V* -> %R* changes while at it.vboxsync2008-11-051-2/+2
* s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better make th...vboxsync2008-11-051-14/+14
* s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).vboxsync2008-11-051-1/+1
* s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS and VB...vboxsync2008-11-051-24/+24
* More SMP groundwork.vboxsync2008-11-041-4/+4
* Started with VM request API changes.vboxsync2008-11-031-4/+4
* Some initial VM data restructuring.vboxsync2008-11-031-1/+1
* small banner fixvboxsync2008-09-091-1/+1