VirtualBox

source: vbox/trunk/include

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10765   16 years vboxsync Spec'ed out the RTHandleTable API.
(edit) @10761   16 years vboxsync Fixed INTNETRUNKDIR_VALID_MASK / flags.
(edit) @10746   16 years vboxsync Added pSession argument to all the intnet request packets.
(edit) @10733   16 years vboxsync intnet: Converted the internal frame handling to use the …
(edit) @10724   16 years vboxsync Bumped the SUPDRV_IOC_VERSION major as the changes to the fast path on …
(edit) @10715   16 years vboxsync Merge async I/O for VMDK backend from private branch
(edit) @10709   16 years vboxsync Main: SafeArray: Added SafeArrayTraits <const PRUnichar *> to make …
(edit) @10708   16 years vboxsync Runtime: add cache implementation
(edit) @10707   16 years vboxsync Include bit 5 in the debug register armed mask.
(edit) @10695   16 years vboxsync Added HWVirtExNestedPagingEnabled method to MachineDebugger.
(edit) @10681   16 years vboxsync intnet: More TrunkIf code.
(edit) @10677   16 years vboxsync Added INTNETTRUNKFACTORY::pfnRelease, dealth with a unload race …
(edit) @10663   16 years vboxsync Created tstIntNet-1 for checking that capturing an interface works on …
(edit) @10661   16 years vboxsync Reduce the number of world switches caused by cr8 writes by checking …
(edit) @10652   16 years vboxsync hgcm: added a callback parameter type (for host use only)
(edit) @10651   16 years vboxsync Additions/common: removed default argument to VbglR3Daemonize
(edit) @10648   16 years vboxsync Moved X86FXSTATE from x86.mac to cpum.mac.
(edit) @10647   16 years vboxsync Manual saving of XMM registers. Use new FPU/MMX/XMM state saving for …
(edit) @10646   16 years vboxsync Made RTLogDestroy ignore NULL logger.
(edit) @10635   16 years vboxsync Additions/common: support in the R3 guest library creating a pidfile …
(edit) @10630   16 years vboxsync Newer functions for handling fpu save/restore in ring 0.
(edit) @10568   16 years vboxsync Updates
(edit) @10559   16 years vboxsync INTNET: sketched out the trunk create & connect code (disabled).
(edit) @10557   16 years vboxsync INTNET: Hopefully sorted out a bunch of unsafe locking (handle usage …
(edit) @10552   16 years vboxsync More IOCTLs.
(edit) @10546   16 years vboxsync RTSemFastMutexCreate docs.
(edit) @10544   16 years vboxsync Performance API, version 0, with fixed COMDefs.h.
(edit) @10541   16 years vboxsync Removed deprecated IOCTL namings.
(edit) @10540   16 years vboxsync First very rough cut at the conversion of iSCSI to a VBoxHDD-new …
(edit) @10534   16 years vboxsync Backed out Performance API changes.
(edit) @10530   16 years vboxsync Implemented trunk and flag matching when opening a network.
(edit) @10528   16 years vboxsync Performance API, version 0, webservice broken.
(edit) @10526   16 years vboxsync file mode mask to RTFileOpen.
(edit) @10522   16 years vboxsync r=bird: Added a todo: IOCTL_CODE should not be #defined.
(edit) @10521   16 years vboxsync return docs.
(edit) @10518   16 years vboxsync Build fix.
(edit) @10517   16 years vboxsync Todo.
(edit) @10516   16 years vboxsync More IOCTL stuff for R3 guest lib (Windows).
(edit) @10512   16 years vboxsync Backed out 33192; not the problem
(edit) @10511   16 years vboxsync More space of PDM needed for the Linux builds.
(edit) @10492   16 years vboxsync Added PDMApicHasPendingIrq.
(edit) @10487   16 years vboxsync Todo for #2993.
(edit) @10473   16 years vboxsync MMIO instruction emulation for OR, BT and XOR added.
(edit) @10467   16 years vboxsync Provide CAP_FILE flag for backends operating on files.
(edit) @10463   16 years vboxsync Use the TPR threshold feature.
(edit) @10451   16 years vboxsync Modified the INTNETR0Open interface and PDM driver configuration to …
(edit) @10450   16 years vboxsync Added VMMGetSvnRev() (exported) and changed VMMR0Init and VMMGCInit …
(edit) @10422   16 years vboxsync Fixed descriptions.
(edit) @10418   16 years vboxsync New runtime functions fopr getting cpu frequency. Stubs only to far.
(edit) @10413   16 years vboxsync REMR3IsPageAccessHandled must be exported properly
(edit) @10410   16 years vboxsync Introduced VM_FF_REM_HANDLER_NOTIFY action flag to replay the handler …
(edit) @10409   16 years vboxsync Backed out part of the previous changeset: breaks the saved state.
(edit) @10408   16 years vboxsync Increase number of queued rem handler notifications. Flush them on …
(edit) @10386   16 years vboxsync Added IN_RT_STATIC.
(edit) @10384   16 years vboxsync VBOX_HAVE_VISIBILITY_HIDDEN -> RT_USE_VISIBILITY_DEFAULT and …
(edit) @10383   16 years vboxsync Added DECLHIDDEN.
(edit) @10377   16 years vboxsync Implemented the IDC methods. Moved the setting of the R0Process and …
(edit) @10375   16 years vboxsync Added two VERR_SUPDRV_* status code and rearranged the codes to fill …
(edit) @10353   16 years vboxsync TPR caching for VT-x. Removed the CR8 register from CPUMCTX.
(edit) @10310   16 years vboxsync Added 64 bits guests to the table
(edit) @10273   16 years vboxsync USE_IMMEDIATE64_SX8 added
(edit) @10259   16 years vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10234   16 years vboxsync Guest properties: added some missing ifdefs
(edit) @10213   16 years vboxsync Log more MSRs
(edit) @10202   16 years vboxsync removed VBOX_WITH_PDM_LOCK
(edit) @10169   16 years vboxsync Some pfnXmit clearification (the SG must be retained if used asyncly). …
(edit) @10151   16 years vboxsync Main: SafeArray: Fixed: SafeArrayTraits::asInParam_Arr() was …
(edit) @10137   16 years vboxsync More warnings / bad string prototypes. (nocrt stuff)
(edit) @10126   16 years vboxsync Consolidated the Recv and Send methods to make it easier to share the …
(edit) @10107   16 years vboxsync Added CR8 write (alias for APIC TPR write).
(edit) @10106   16 years vboxsync Added RTStrValidateEncoding, RTStrValidateEncodingEx and …
(edit) @10087   16 years vboxsync Fixed SELMR3GetSelectorInfo for 64 bits mode. Got rid of obsolete VBOXDESC.
(edit) @10084   16 years vboxsync VBoxNetFlt coding (darwin bits in progress).
(edit) @10083   16 years vboxsync Darwin kernel support for alloca.
(edit) @10081   16 years vboxsync VBoxNetFlt coding.
(edit) @10076   16 years vboxsync We 'connect' to an internal network, not 'attach'. (Both terms was used.)
(edit) @10075   16 years vboxsync Simplified it a bit by introducing a out-bound lock on the trunk port.
(edit) @10069   16 years vboxsync Fixed two SSM error messages.
(edit) @10038   16 years vboxsync We can safely call pfnSetActive without owning the lock I think, that …
(edit) @10037   16 years vboxsync fixed bustage.
(edit) @10031   16 years vboxsync VBoxNetFlt - work in progress.
(edit) @10016   16 years vboxsync Corrected parameter types (const). Use SELMToFlatEx instead of …
(edit) @10003   16 years vboxsync HostServices/SharedInfoServices: added a request to remove a guest property
(edit) @9987   16 years vboxsync Corrected description
(edit) @9986   16 years vboxsync Introduced CPUMIsGuestInLongModeEx
(edit) @9984   16 years vboxsync Big instruction emulation update for 64 bits mode. Watch for regressions!
(edit) @9965   16 years vboxsync Hyper and intermediate CR3 values can be 64 bits.
(edit) @9935   16 years vboxsync r=bird: Review comments, work to be done. Marked the …
(edit) @9930   16 years vboxsync Added VERR_NET_PROTOCOL_ERROR for EPROTO.
(edit) @9924   16 years vboxsync More corrections
(edit) @9921   16 years vboxsync Corrections
(edit) @9920   16 years vboxsync Corrected hungarian spelling. Added a todo.
(edit) @9919   16 years vboxsync Deal with DIL, SIL, BPL & SPL register accesses. (64 bits mode only)
(edit) @9918   16 years vboxsync Corrected hungarian spelling.
(edit) @9904   16 years vboxsync Global and per-VM CPU usage API added
(edit) @9898   16 years vboxsync Removed warning
(edit) @9897   16 years vboxsync Updates for executing 64 bits guest code with AMD-V.
(edit) @9887   16 years vboxsync Added X86_CR3_AMD64_PAGE_MASK
(edit) @9882   16 years vboxsync HostServices/SharedInfoServices: deal with empty registry values …
(edit) @9878   16 years vboxsync X86_PML4E_PG_MASK_FULL
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