|
|
@22930
|
15 years |
vboxsync |
VBox/uvm.h: typo.
|
|
|
@22928
|
15 years |
vboxsync |
VBox/uvm.h: another try.
|
|
|
@22927
|
15 years |
vboxsync |
VBox/uvm.h: alignment fix.
|
|
|
@22922
|
15 years |
vboxsync |
VBox/uvm.h: major mess up! The per component data was declared as …
|
|
|
@22920
|
15 years |
vboxsync |
Video hw accel: fallback for PBO allocation failure
|
|
|
@22915
|
15 years |
vboxsync |
VMM: some state stuff (work in progress, back out on bustage).
|
|
|
@22911
|
15 years |
vboxsync |
event queues cleaned up
|
|
|
@22893
|
15 years |
vboxsync |
vm.h: page align VMCPU::pgm (it's 28KB).
|
|
|
@22892
|
15 years |
vboxsync |
vm.h: another shot at the windows build break.
|
|
|
@22890
|
15 years |
vboxsync |
VM::cCPUs -> VM::cCpus so it matches all the other cCpus and aCpus members.
|
|
|
@22889
|
15 years |
vboxsync |
vm.h: VMMCPU is bigger on 64-bit windows because we're saving lots …
|
|
|
@22888
|
15 years |
vboxsync |
vm.h/vm.mac: tweaking.
|
|
|
@22887
|
15 years |
vboxsync |
vm.h: Make 32-bit and 64-bit stuff be more uniform…
|
|
|
@22886
|
15 years |
vboxsync |
vm.h: 64-bit host realignment.
|
|
|
@22885
|
15 years |
vboxsync |
VMM: Realigned VM and VMCPU members for 64 byte cache lines. Made …
|
|
|
@22884
|
15 years |
vboxsync |
SSM: Added cancellation support (SSMR3Cancel). Needed by the state …
|
|
|
@22866
|
15 years |
vboxsync |
#3987: Virtio PCI + Net skeleton.
|
|
|
@22847
|
15 years |
vboxsync |
Python, COM glue: event processing API
|
|
|
@22812
|
15 years |
vboxsync |
PDM: upgrade mouse device to an MS IntelliMouse Explorer (five buttons …
|
|
|
@22808
|
15 years |
vboxsync |
TM: hiding VMM internal APIs.
|
|
|
@22807
|
15 years |
vboxsync |
SSM: sketched out cancellation and handling of VMs powering off and stuff.
|
|
|
@22806
|
15 years |
vboxsync |
iprt/err.mac: regenerated
|
|
|
@22803
|
15 years |
vboxsync |
ssm: Use VMMR3_INT_DECL.
|
|
|
@22802
|
15 years |
vboxsync |
VBox/cdefs.h: Added VMM*_INT_DECL and made the VMMR?CDECL macros use …
|
|
|
@22801
|
15 years |
vboxsync |
iprt/cdefs.h: Added DECL_INVALID(type).
|
|
|
@22793
|
15 years |
vboxsync |
SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
|
|
|
@22792
|
15 years |
vboxsync |
SSM: Live snapshot and migration coding.
|
|
|
@22789
|
15 years |
vboxsync |
VBox/vm.h: Added VM_ASSERT_EMT0 and VM_ASSERT_EMT0_RETURN.
|
|
|
@22784
|
15 years |
vboxsync |
VMM,Main,VBoxBFE: Changed VMR3Save and started working on making …
|
|
|
@22764
|
15 years |
vboxsync |
PGMPoolFlushPage -> pgmPoolFlushPageByGCPhys
|
|
|
@22736
|
15 years |
vboxsync |
IPRT: Added RTStrDupN.
|
|
|
@22722
|
15 years |
vboxsync |
VBoxCOM,VBoxManage,WebService: Event queue fun.
|
|
|
@22708
|
15 years |
vboxsync |
Main: comptr+webservice logging
|
|
|
@22707
|
15 years |
vboxsync |
REM: Double the size of aHandlerNotifications and make sure there are …
|
|
|
@22704
|
15 years |
vboxsync |
Devices/VMMDev: new mouse capability flag …
|
|
|
@22702
|
15 years |
vboxsync |
Main: comptr logging
|
|
|
@22700
|
15 years |
vboxsync |
Main: comptr logging
|
|
|
@22695
|
15 years |
vboxsync |
Must flush pgm pool pages in PGMR3PhysGCPhys2CCPtrExternal to avoid …
|
|
|
@22663
|
15 years |
vboxsync |
VRDP server port range: extra data keys.
|
|
|
@22655
|
15 years |
vboxsync |
OSE header fixe
|
|
|
@22652
|
15 years |
vboxsync |
fixed OSE headers
|
|
|
@22650
|
15 years |
vboxsync |
spinlock-r0drv-freebsd.c,spinlock.h: quick review w/ bugfixes.
|
|
|
@22620
|
15 years |
vboxsync |
HGSMI: export to OSE
|
|
|
@22615
|
15 years |
vboxsync |
refined r51666
|
|
|
@22614
|
15 years |
vboxsync |
Solaris/r0drvthread: temporary #4147
|
|
|
@22610
|
15 years |
vboxsync |
Fixed UINT32_C for darwin.amd64.
|
|
|
@22609
|
15 years |
vboxsync |
disable VT-x on Linux < 2.6.13
|
|
|
@22594
|
15 years |
vboxsync |
Backed out 51636.
|
|
|
@22593
|
15 years |
vboxsync |
By default you can't allocate much more than 1.5 GB in a 32 bits …
|
|
|
@22592
|
15 years |
vboxsync |
HGSMI/VBVA updates.
|
|
|
@22578
|
15 years |
vboxsync |
VBox/types.h: Disabled VBOXSTRICTRC on MSC again.
|
|
|
@22566
|
15 years |
vboxsync |
IPRT/thread/solaris: Backed out changes to RTThreadPreempt* made in …
|
|
|
@22564
|
15 years |
vboxsync |
VBox/types.h: Enable VBOXSTRICTRC on windows again.
|
|
|
@22563
|
15 years |
vboxsync |
IPRT: Added a RTBldCfg API group for stuffing away the SVN_REV and …
|
|
|
@22559
|
15 years |
vboxsync |
ssm changes.
|
|
|
@22552
|
15 years |
vboxsync |
VBox/types.h: VBOXSTRICTRC only works in 64-bit mode atm.
|
|
|
@22536
|
15 years |
vboxsync |
hgsmi: fix compile error
|
|
|
@22517
|
15 years |
vboxsync |
VBox/types.h: Don't use the VBOXSTRICTRC class with MSC as it floods …
|
|
|
@22516
|
15 years |
vboxsync |
IPRT: Added RTFileExists
|
|
|
@22511
|
15 years |
vboxsync |
Typo.
|
|
|
@22499
|
15 years |
vboxsync |
com/assert.h: The #endif comment indicates what's being closed.
|
|
|
@22493
|
15 years |
vboxsync |
VMM,DevPCI,VBox/types.h: Added a VBOXSTRICTRC type for indicating …
|
|
|
@22492
|
15 years |
vboxsync |
iprt/err.h: VERR_IPE_UNINITIALIZED_STATUS.
|
|
|
@22491
|
15 years |
vboxsync |
netadp/win: actual inf deletion with NetAdpUninstall, (not yet added …
|
|
|
@22488
|
15 years |
vboxsync |
iprt/types.h,iprt/err.h: Strict type checks on what's passed to …
|
|
|
@22485
|
15 years |
vboxsync |
netadp/win: functionality to uninstall NetAdp packages (second step in …
|
|
|
@22480
|
15 years |
vboxsync |
SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
|
|
|
@22472
|
15 years |
vboxsync |
netadp/win: install from specified inf (first step to pure non-DIFX …
|
|
|
@22466
|
15 years |
vboxsync |
VBVA methods in PDMIDISPLAYCONNECTOR.
|
|
|
@22463
|
15 years |
vboxsync |
VBOXVHWA_OFFSET64_VOID: use UINT64_MAX instead of assuming things …
|
|
|
@22457
|
15 years |
vboxsync |
iprt/types.h: Keep hacks out of the default case.
|
|
|
@22431
|
15 years |
vboxsync |
iprt/x86.h|mac: Don't include X86DESC64_BASE in the assembly since it …
|
|
|
@22430
|
15 years |
vboxsync |
VBox/err.mac: regenerated.
|
|
|
@22429
|
15 years |
vboxsync |
VMM,x86.h/mac: Be more careful with X86DESCHC.
|
|
|
@22418
|
15 years |
vboxsync |
IPRT: RTThreadPreemptDisble/Restore must work the SPL/PIL as well for …
|
|
|
@22412
|
15 years |
vboxsync |
HGSMI/VBVA updates
|
|
|
@22398
|
15 years |
vboxsync |
IPRT: Fix compiling on FreeBSD amd64. When compiling code for 32bit …
|
|
|
@22357
|
15 years |
vboxsync |
COM, Python: wrappers cleanup, some generic improvments
|
|
|
@22344
|
15 years |
vboxsync |
PDMDevice: the pointer to pointer to Dev fix.
|
|
|
@22334
|
15 years |
vboxsync |
PDMR3DriverAttach: implemented, but untested.
|
|
|
@22328
|
15 years |
vboxsync |
pdmapi.h: spaces
|
|
|
@22322
|
15 years |
vboxsync |
pdmdrv.h: spaces
|
|
|
@22318
|
15 years |
vboxsync |
handle required settings upgrade transparently in the settings backend only
|
|
|
@22308
|
15 years |
vboxsync |
Runtime: Add RTFOFF Avl tree variant for the I/O cache
|
|
|
@22305
|
15 years |
vboxsync |
Main: generic callback wrappers mechanism
|
|
|
@22296
|
15 years |
vboxsync |
Main: fix boot order XML (position indices were wrong), set correct …
|
|
|
@22280
|
15 years |
vboxsync |
ASMIntDisableFlags() / gcc: don't use '=rm' as output constraint …
|
|
|
@22279
|
15 years |
vboxsync |
ASMGetFlags() / gcc: don't use '=g' (includes '=m') as output …
|
|
|
@22277
|
15 years |
vboxsync |
PDMDRVREG change (big changeset).
|
|
|
@22273
|
15 years |
vboxsync |
IPRT: Added RTHeapSimpleRelocate for saving and restoring of the heap.
|
|
|
@22247
|
15 years |
vboxsync |
video hw accel: more saved state support impl, bugfixes
|
|
|
@22242
|
15 years |
vboxsync |
Made TSC underflow checking more generic.
|
|
|
@22235
|
15 years |
vboxsync |
Reapplied 51023/25
|
|
|
@22224
|
15 years |
vboxsync |
Backed out 51023/24/25.
|
|
|
@22223
|
15 years |
vboxsync |
missing assembly struct update
|
|
|
@22221
|
15 years |
vboxsync |
Added u32UpdateIntervalNS to SUPGIPCPU (experiment)
|
|
|
@22215
|
15 years |
vboxsync |
video hw accel: basics for saved state support
|
|
|
@22213
|
15 years |
vboxsync |
Main: make XML settings parser support settings format 1.6 for reading …
|
|
|
@22198
|
15 years |
vboxsync |
Main: document XML settings versions correctly; bring back DHCP server …
|
|
|
@22189
|
15 years |
vboxsync |
video hw accel: propper report supported functionality, some code cleaning
|
|
|