|
|
@6862
|
17 years |
vboxsync |
Removed the PGMPHYSHANDLERTYPE_PHYSICAL value as it was never and will …
|
|
|
@6854
|
17 years |
vboxsync |
All the new ROM stuff. Had to change PGMROMPAGE a bit to make it …
|
|
|
@6852
|
17 years |
vboxsync |
FE/SDL: use feedback from the guest to decide if we need to switch off …
|
|
|
@6851
|
17 years |
vboxsync |
Ported r27277:27975 (array support) from branches/dmik/s2.
|
|
|
@6849
|
17 years |
vboxsync |
Additions/common: fixed the guest R3 library display change query …
|
|
|
@6843
|
17 years |
vboxsync |
Additions/common: added a call to wait for a display change request …
|
|
|
@6842
|
17 years |
vboxsync |
Additions/common: added a call to wait for a display change request …
|
|
|
@6839
|
17 years |
vboxsync |
Added GMMR0FreePages request wrappers for ring-3.
|
|
|
@6837
|
17 years |
vboxsync |
Implemented PGMR3PhysRomRegister.
|
|
|
@6836
|
17 years |
vboxsync |
Added ring-3 request wrapper for GMMR0AllocatePages that takes care of …
|
|
|
@6835
|
17 years |
vboxsync |
Added VMGetStateName.
|
|
|
@6834
|
17 years |
vboxsync |
Added VM_ASSERT_STATE[_RETURN].
|
|
|
@6824
|
17 years |
vboxsync |
the warning makes a bad brief for the group…
|
|
|
@6821
|
17 years |
vboxsync |
Removed duplicate documentation (functions are documented where they …
|
|
|
@6820
|
17 years |
vboxsync |
Implemented PGMR3PhysRegisterRam (not used). Enforced alignment of …
|
|
|
@6819
|
17 years |
vboxsync |
Added VM_ASSERT_EMT_RETURN.
|
|
|
@6818
|
17 years |
vboxsync |
New tag: MM_TAG_PGM_PHYS.
|
|
|
@6814
|
17 years |
vboxsync |
Added a new family of assertions, AssertLogRel, that's intended for …
|
|
|
@6801
|
17 years |
vboxsync |
Changed GVM the ownership rules - at long last. EMT is the guy that …
|
|
|
@6800
|
17 years |
vboxsync |
Fixed incorrect GMMPRIORITY_END value.
|
|
|
@6796
|
17 years |
vboxsync |
Fixed init problems wrt. VM ownership by implementing the UVM …
|
|
|
@6791
|
17 years |
vboxsync |
Document that SUPR0LowAlloc/SUPLowAlloc doesn't zero the memory.
|
|
|
@6787
|
17 years |
vboxsync |
VRDPOrders.h is needed for building the Win guest additions in OSE
|
|
|
@6782
|
17 years |
vboxsync |
Added a bunch of ASMAtomic*Read/Write functions and …
|
|
|
@6776
|
17 years |
vboxsync |
Corrected Solaris vboxadd as vboxguest in more places.
|
|
|
@6716
|
17 years |
vboxsync |
adapted BFE to readonly shared folders
|
|
|
@6671
|
17 years |
vboxsync |
Dump Device Qualifier and Other Speed Configuration USB 2.0 …
|
|
|
@6653
|
17 years |
vboxsync |
Yet another fix for ASMAtomicCmpXchgExU64, needed by 32bit gcc with …
|
|
|
@6651
|
17 years |
vboxsync |
typo
|
|
|
@6650
|
17 years |
vboxsync |
cmpxchg optimization
|
|
|
@6648
|
17 years |
vboxsync |
Fixed ASMAtomicCmpXchgExU64 on 32bit windows.
|
|
|
@6647
|
17 years |
vboxsync |
fixed ASMAtomicCmpXchgExU64()
|
|
|
@6646
|
17 years |
vboxsync |
Attempt to fix ASMAtomicCmpXchgExU64 with 32bit gcc. It compiles, but …
|
|
|
@6644
|
17 years |
vboxsync |
Add CmpXchg functions to IPRT which additionally pass back the old …
|
|
|
@6626
|
17 years |
vboxsync |
Drop duplicate doxygen function documentation (only document the …
|
|
|
@6610
|
17 years |
vboxsync |
Clearify EndPt value.
|
|
|
@6591
|
17 years |
vboxsync |
Added isochronous support to Windows USB proxy.
|
|
|
@6581
|
17 years |
vboxsync |
Added some ring-3 wrapper functions for the (ring-0) GMM APIs.
|
|
|
@6565
|
17 years |
vboxsync |
Fix for Todo in r27575. added as new function as we cannot use …
|
|
|
@6546
|
17 years |
vboxsync |
VBOX_WITH_NEW_PHYS_CODE changes mostly realted to REM. Killed a …
|
|
|
@6533
|
17 years |
vboxsync |
12 -> 16 MB of hma (to accomodate big ram configs).
|
|
|
@6532
|
17 years |
vboxsync |
Cleaned out the PGM_DYNAMIC_RAM_ALLOC tests to avoid unnecessary mess …
|
|
|
@6528
|
17 years |
vboxsync |
NEW_PHYS_CODE -> VBOX_WITH_NEW_PHYS_CODE; check for it in Config.kmk …
|
|
|
@6525
|
17 years |
vboxsync |
UART_BASE -> IPRT_UART_BASE so it can safely be overrided by a DEFS += …
|
|
|
@6518
|
17 years |
vboxsync |
VbglR3SetPointerShape accept image size, and cleanups to vboxutils …
|
|
|
@6515
|
17 years |
vboxsync |
Added a 'pid' prefix flag to the logger. This is primarily intended …
|
|
|
@6510
|
17 years |
vboxsync |
Changed VbglR3SetPointerShape to accept the full request size.
|
|
|
@6507
|
17 years |
vboxsync |
r=bird: Use bool for boolean. fix some hungarian spelling.
|
|
|
@6497
|
17 years |
vboxsync |
Skip unused members in vboxvideo.h for solaris and clean-ups, spaces, …
|
|
|
@6496
|
17 years |
vboxsync |
Missed this one.
|
|
|
@6489
|
17 years |
vboxsync |
r=bird: Fixed CFGM regression (dmik only). Added a todo for dmik.
|
|
|
@6476
|
17 years |
vboxsync |
Added constant to allow passing of not-accessed ISOC USB error code.
|
|
|
@6475
|
17 years |
vboxsync |
Added the NoDmik() macro.
|
|
|
@6465
|
17 years |
vboxsync |
r=bird: Fixed some hungarian spelling mistakes and documentation.
|
|
|
@6463
|
17 years |
vboxsync |
Additions (common): fixed todo (r27351)
|
|
|
@6458
|
17 years |
vboxsync |
Additions (VBoxGuestLib): Updated the seamless and fullscreen code in …
|
|
|
@6451
|
17 years |
vboxsync |
r=bird: Restore the correct VBOXGUEST_IOCTL_STRIP_SIZE macro for (the …
|
|
|
@6449
|
17 years |
vboxsync |
Main: Fixed build after r27415.
|
|
|
@6447
|
17 years |
vboxsync |
Made VbglR3GR* private, split up the code a bit to make it more …
|
|
|
@6445
|
17 years |
vboxsync |
Put VbglR3Daemonize into a separate file and merged the solaris and …
|
|
|
@6440
|
17 years |
vboxsync |
Main: Better ComPtrBase::equalsTo() specialization for IUnknown …
|
|
|
@6434
|
17 years |
vboxsync |
Solaris vboxadd: Generic request wrapper and cleanups.
|
|
|
@6429
|
17 years |
vboxsync |
r=bird: file sizes and offets are given as RTFOFF now (the uint64_t …
|
|
|
@6424
|
17 years |
vboxsync |
Added VBOXGUEST_IOCTL_STRIP_SIZE (see #2591).
|
|
|
@6422
|
17 years |
vboxsync |
Outlined how to handle the requests on solaris.
|
|
|
@6421
|
17 years |
vboxsync |
iprt: added RTFileGetMaxSize()
|
|
|
@6419
|
17 years |
vboxsync |
_SIZE/_NUMBER must go.
|
|
|
@6408
|
17 years |
vboxsync |
r=bird: u32*Mask -> f* for VbglR3CtlFilterMask.
|
|
|
@6401
|
17 years |
vboxsync |
ssm: major, minor
|
|
|
@6399
|
17 years |
vboxsync |
added a todo
|
|
|
@6385
|
17 years |
vboxsync |
small optimization
|
|
|
@6384
|
17 years |
vboxsync |
next try
|
|
|
@6382
|
17 years |
vboxsync |
backed out again, needs build fixes on Windows
|
|
|
@6379
|
17 years |
vboxsync |
support read-only shared folders
|
|
|
@6358
|
17 years |
vboxsync |
DrvISCSI: report error for misconfigured targets. Previously we hit a …
|
|
|
@6356
|
17 years |
vboxsync |
Integrated VbglR3Daemonize in GuestR3Lib. Linux vboxclient now uses …
|
|
|
@6345
|
17 years |
vboxsync |
Solaris Guest driver: Fixed ioctl numbering, implemented …
|
|
|
@6334
|
17 years |
vboxsync |
small optimization
|
|
|
@6312
|
17 years |
vboxsync |
remove functions from PDMIMEDIAASYNC and PCMIBLOCKASYNC. PDMIMEDIA and …
|
|
|
@6310
|
17 years |
vboxsync |
Fix formatting bugs in the XML config file code. The number base was …
|
|
|
@6291
|
17 years |
vboxsync |
Big virtual disk changeset containing several modifications
* remove …
|
|
|
@6287
|
17 years |
vboxsync |
doxygen: Missing close.
|
|
|
@6281
|
17 years |
vboxsync |
Guest Additions: added a ring 3 library function to set the interrupt …
|
|
|
@6261
|
17 years |
vboxsync |
Guest Additions: clarified a comment in VBoxGuest.h
|
|
|
@6247
|
17 years |
vboxsync |
r=bird: Put VBOXGUEST_IOCTL_LOG where it belongs. Fixed dupilcate …
|
|
|
@6246
|
17 years |
vboxsync |
hungarian and doxytalk.
|
|
|
@6243
|
17 years |
vboxsync |
Just use the assembly version of SVMInvlpgA everywhere (was …
|
|
|
@6241
|
17 years |
vboxsync |
Guest r3 lib for x11 mouse. The solaris mouse driver doesn't yet work …
|
|
|
@6232
|
17 years |
vboxsync |
Guest Additions: add R3 backdoor logging for Linux guests
|
|
|
@6229
|
17 years |
vboxsync |
Added VBOXGUEST_IOCTL_SIZE macro, currently only defined on Linux guests
|
|
|
@6225
|
17 years |
vboxsync |
spaces and prefixes.
|
|
|
@6224
|
17 years |
vboxsync |
spaces and prefixes.
|
|
|
@6222
|
17 years |
vboxsync |
Continue work on the parallel port device:
1. Removed the host device …
|
|
|
@6221
|
17 years |
vboxsync |
PDM async completion template creation wrapper third attempt
|
|
|
@6216
|
17 years |
vboxsync |
added note to DECLNORETURN
|
|
|
@6210
|
17 years |
vboxsync |
EMR3FatalError() is noreturn
|
|
|
@6208
|
17 years |
vboxsync |
added DECLNORETURN()
|
|
|
@6182
|
17 years |
vboxsync |
This is where I meant.
|
|
|
@6179
|
17 years |
vboxsync |
Removed unnecessary comment.
|
|
|
@6175
|
17 years |
vboxsync |
introduced ASMCpuId_Idx_ECX() as cpuid(4) requires ecx as additional …
|
|
|