VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette