|
|
@35626
|
14 years |
vboxsync |
Debugger Console: Drop the HC_FAR type.
|
|
|
@35625
|
14 years |
vboxsync |
DBGF,CPUM,DBGC: Use DBGFReg in the debugger, stop accessing CPUMCTX …
|
|
|
@35606
|
14 years |
vboxsync |
DBGFRegs: Introduced DBGFREG_HYPER_VMCPUID. Fixed some bugs.
|
|
|
@35601
|
14 years |
vboxsync |
DBGF,CPUM: Expose hypervisor registers as hypercpuX.
|
|
|
@35593
|
14 years |
vboxsync |
kmk incs
|
|
|
@35592
|
14 years |
vboxsync |
VBox/err.h: duplicate error value (currently unused)
|
|
|
@35586
|
14 years |
vboxsync |
DBGFReg.cpp: Added DBGFR3RegFormatValue, DBGFR3RegFormatValueEx, …
|
|
|
@35560
|
14 years |
vboxsync |
PDM: introduced fEject parameter to PDMIMOUNT::pfnUnmount which is …
|
|
|
@35550
|
14 years |
vboxsync |
Implemented DBGFR3RegNmQueryAll and MachineDebugger::GetRegisters.
|
|
|
@35517
|
14 years |
vboxsync |
Frontends/VBoxManage+glue/ErrorInfo: revert change which broke error …
|
|
|
@35513
|
14 years |
vboxsync |
DBGFReg: long double -> RTFLOAT80U2. Get floating point registers and …
|
|
|
@35493
|
14 years |
vboxsync |
typo
|
|
|
@35490
|
14 years |
vboxsync |
CPUM,Debugger: Registers, still some details left.
|
|
|
@35468
|
14 years |
vboxsync |
CPUMDbg.cpp: Hacking in progress (to laptop).
|
|
|
@35466
|
14 years |
vboxsync |
DBGFReg: Query individual registers by name.
|
|
|
@35410
|
14 years |
vboxsync |
DBGFReg revamp #2.
|
|
|
@35361
|
14 years |
vboxsync |
fix OSE
|
|
|
@35360
|
14 years |
vboxsync |
fix OSE
|
|
|
@35358
|
14 years |
vboxsync |
backed out 69217
|
|
|
@35357
|
14 years |
vboxsync |
VMM, Main: PCI passthrough work
|
|
|
@35352
|
14 years |
vboxsync |
dang, forgot to export include/VBox/vmm/
|
|
|
@35351
|
14 years |
vboxsync |
scm cleanups.
|
|
|
@35346
|
14 years |
vboxsync |
VMM reorg: Moving the public include files from include/VBox to …
|
|
|
@35312
|
14 years |
vboxsync |
DBGF/IMachineDebugger: Work in progress on register querying and naming.
|
|
|
@35308
|
14 years |
vboxsync |
AsyncCompletion: Remove obsolete write cache
|
|
|
@35201
|
14 years |
vboxsync |
VBoxAuth.h: comment update
|
|
|
@35191
|
14 years |
vboxsync |
Some cleanup. Pass RTLDRLOAD_FLAGS_LOCAL instead of 0, since it's defined.
|
|
|
@35188
|
14 years |
vboxsync |
Use RTERRINFO in SUPLib for hardening APIs and such.
|
|
|
@35184
|
14 years |
vboxsync |
ExtPack: Changed the installed callback so that it can report back …
|
|
|
@35162
|
14 years |
vboxsync |
BlkCache: Fix possible crash during suspend of the VM. The cache must …
|
|
|
@35152
|
14 years |
vboxsync |
*: added fFlags parameter to SUPR3HardenedLdrLoadAppPriv(), …
|
|
|
@35150
|
14 years |
vboxsync |
Additions/VBoxVideo: support disabling the screen via VBVA_SCREEN_F_DISABLE
|
|
|
@35146
|
14 years |
vboxsync |
VRDE: use VRDE properties for video redirection settings.
|
|
|
@35145
|
14 years |
vboxsync |
Devices/Graphics: new VBVA flag to disable a guest monitor
|
|
|
@35128
|
14 years |
vboxsync |
Main: more backslash conversion in settings read/write, so add generic …
|
|
|
@35105
|
14 years |
vboxsync |
Main: API to list supported VRDE properties.
|
|
|
@35016
|
14 years |
vboxsync |
VBoxService/VbglR3: Added ability to optionally specify auto-mount …
|
|
|
@34959
|
14 years |
vboxsync |
Added RTLdrLoadEx for exposing dlerror info.
|
|
|
@34906
|
14 years |
vboxsync |
Initial audio filter implementation, which is used for audio input via …
|
|
|
@34903
|
14 years |
vboxsync |
VRDP: audio input channel in VRDP server.
|
|
|
@34902
|
14 years |
vboxsync |
IMachineDebugger::dumpGuestCore: Added DBGFR3CoreWrite interface.
|
|
|
@34880
|
14 years |
vboxsync |
VRDP: updates for audio input channel in VRDP server.
|
|
|
@34876
|
14 years |
vboxsync |
PCI: some infrastructure work
|
|
|
@34846
|
14 years |
vboxsync |
COM glue: Added a substring constructor to the Bstr class (with …
|
|
|
@34837
|
14 years |
vboxsync |
Main/Settings: always use forward slashes in media & snapshot folder …
|
|
|
@34785
|
14 years |
vboxsync |
iprt/cpp/ministring.h,VBox/com/string.h: Use …
|
|
|
@34754
|
14 years |
vboxsync |
Main/VMMDev: optionally report multi-monitor mouse co-ordinates …
|
|
|
@34744
|
14 years |
vboxsync |
VRDP: audio input channel: another parameter for VRDEAudioInOpen.
|
|
|
@34727
|
14 years |
vboxsync |
gcc-4.5 does not compile this assertion
|
|
|
@34695
|
14 years |
vboxsync |
PIC: Reversed IRQ flip-flop polarity.
|
|
|
@34686
|
14 years |
vboxsync |
Additions/common/VBoxVideo and Additions/WINNT/Graphics: modesetting …
|
|
|
@34665
|
14 years |
vboxsync |
Additions/common/VBoxVideo and Additions/WINNT/Graphics: some …
|
|
|
@34655
|
14 years |
vboxsync |
Glue: make sure that crashed XPCOM servers are reliably detected
|
|
|
@34587
|
14 years |
vboxsync |
Main: Bandwidth groups for disks (and later network)
This introduces …
|
|
|
@34586
|
14 years |
vboxsync |
AsyncCompletion: Allow to change bandwidth limits during runtime
|
|
|
@34574
|
14 years |
vboxsync |
Make vrde auth library configurable per VM.
|
|
|
@34571
|
14 years |
vboxsync |
crOpenGL: fix compiz for high resolution guests
|
|
|
@34563
|
14 years |
vboxsync |
VRDPAuth -> VBoxAuth.
|
|
|
@34558
|
14 years |
vboxsync |
Updated VBox authentication library interface, removed references to VRDP.
|
|
|
@34556
|
14 years |
vboxsync |
GuestControlSvc.h: a bit of doxygen, dropping leading underscores
|
|
|
@34553
|
14 years |
vboxsync |
Build fix.
|
|
|
@34525
|
14 years |
vboxsync |
VRDP: initial implementation of audio input channel in VRDP server and …
|
|
|
@34521
|
14 years |
vboxsync |
VBoxGuest: Report 64-bit OS types (only linux got this right earlier).
|
|
|
@34497
|
14 years |
vboxsync |
added JRockitVE operating system support
|
|
|
@34490
|
14 years |
vboxsync |
VBoxVideo: remove leading underscore from structure names and make …
|
|
|
@34438
|
14 years |
vboxsync |
VBoxVideoGuest.h, VMMDev.h, Additions/WINNT/Graphics: refactoring of …
|
|
|
@34433
|
14 years |
vboxsync |
Storage: Introduce interface to query the location of a medium (device …
|
|
|
@34429
|
14 years |
vboxsync |
Additions/WINNT/Graphics and Additions/common/VBoxVideo: move the …
|
|
|
@34404
|
14 years |
vboxsync |
include/VBox/Hardware/VBoxVideoVBE.h, …
|
|
|
@34399
|
14 years |
vboxsync |
Devices/Graphics, Additions: move the VBE I/O port-related definitions …
|
|
|
@34346
|
14 years |
vboxsync |
Additions/WINNT/Graphics: more refactoring and the start of a common …
|
|
|
@34331
|
14 years |
vboxsync |
PCI: more 4.0 interfaces
|
|
|
@34328
|
14 years |
vboxsync |
CPUM: updated the CPUID processor feature flags
|
|
|
@34326
|
14 years |
vboxsync |
VMM: Removed the XXXInitCPU and XXXTermCPU methods since all but the …
|
|
|
@34323
|
14 years |
vboxsync |
VMM: Changed a bunch of VMMR3DECLs to VMMR3_INT_DECL.
|
|
|
@34320
|
14 years |
vboxsync |
VMM: Moved the fUsePeriodicPreemptionTimers LogRel statement till the …
|
|
|
@34306
|
14 years |
vboxsync |
USBLib-win: unused function
|
|
|
@34301
|
14 years |
vboxsync |
PCI: interrupt mapping
|
|
|
@34287
|
14 years |
vboxsync |
ExtPack: Don't hold any locks when calling extension pack hooks …
|
|
|
@34268
|
14 years |
vboxsync |
PCI: some 64-bit BARs bits
|
|
|
@34244
|
14 years |
vboxsync |
Main,Config.kmk,VBoxManage,ExtPacks: Moved the VRDE bits from …
|
|
|
@34242
|
14 years |
vboxsync |
com/string.h: Added Bstr::isNotEmpty().
|
|
|
@34241
|
14 years |
vboxsync |
PDM: Added search paths to the device and driver DLL CFGM nodes so …
|
|
|
@34233
|
14 years |
vboxsync |
header fixes
|
|
|
@34231
|
14 years |
vboxsync |
PCI: allow arbitrary width BAR accesses
|
|
|
@34222
|
14 years |
vboxsync |
PDMDriver: Helper to create a block cache for drivers
|
|
|
@34219
|
14 years |
vboxsync |
PDM/BlockCache: First part for #5295, move the writeback cache into a …
|
|
|
@34217
|
14 years |
vboxsync |
VD: Use S/G buffers instead of S/G arrays for VDAsyncWrite and …
|
|
|
@34207
|
14 years |
vboxsync |
pdmdrv: introduced PDMDrvHlpDBGFInfoRegister / PDMDrvHlpDBGFInfoDeregister
|
|
|
@34182
|
14 years |
vboxsync |
wddm/3d: saved state fixes 1
|
|
|
@34173
|
14 years |
vboxsync |
Comments.
|
|
|
@34163
|
14 years |
vboxsync |
PGMR3PhysRomRegister/PDMDevHlpROMRegister: Added cbBinary argument to …
|
|
|
@34150
|
14 years |
vboxsync |
doxygen
|
|
|
@34140
|
14 years |
vboxsync |
2d: saved state as part of vga state
|
|
|
@34129
|
14 years |
vboxsync |
2d: fix save state deadlock (xtracker#5335)
|
|
|
@34126
|
14 years |
vboxsync |
pdmifs.h/PDMIVMMDEVPORT: Brushed up parameter names and docs.
|
|
|
@34086
|
14 years |
vboxsync |
Main: Pass more IVirtualBox pointers to the extension pack. VRDE …
|
|
|
@34075
|
14 years |
vboxsync |
warnings
|
|
|
@34073
|
14 years |
vboxsync |
ExtPack: Fixes to IExtPack (QueryInterface can't be used for getting …
|
|
|
@34071
|
14 years |
vboxsync |
com::Guid: Don't depend on RTUuitFromStr/Utf16 to not touch the output …
|
|
|