VirtualBox

source: vbox/trunk/include

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @10386   16 年 vboxsync Added IN_RT_STATIC.
(edit) @10384   16 年 vboxsync VBOX_HAVE_VISIBILITY_HIDDEN -> RT_USE_VISIBILITY_DEFAULT and …
(edit) @10383   16 年 vboxsync Added DECLHIDDEN.
(edit) @10377   16 年 vboxsync Implemented the IDC methods. Moved the setting of the R0Process and …
(edit) @10375   16 年 vboxsync Added two VERR_SUPDRV_* status code and rearranged the codes to fill …
(edit) @10353   16 年 vboxsync TPR caching for VT-x. Removed the CR8 register from CPUMCTX.
(edit) @10310   16 年 vboxsync Added 64 bits guests to the table
(edit) @10273   16 年 vboxsync USE_IMMEDIATE64_SX8 added
(edit) @10259   16 年 vboxsync Inter-Driver Communication (IDC) interface for the support driver. The …
(edit) @10234   16 年 vboxsync Guest properties: added some missing ifdefs
(edit) @10213   16 年 vboxsync Log more MSRs
(edit) @10202   16 年 vboxsync removed VBOX_WITH_PDM_LOCK
(edit) @10169   16 年 vboxsync Some pfnXmit clearification (the SG must be retained if used asyncly). …
(edit) @10151   16 年 vboxsync Main: SafeArray: Fixed: SafeArrayTraits::asInParam_Arr() was …
(edit) @10137   16 年 vboxsync More warnings / bad string prototypes. (nocrt stuff)
(edit) @10126   16 年 vboxsync Consolidated the Recv and Send methods to make it easier to share the …
(edit) @10107   16 年 vboxsync Added CR8 write (alias for APIC TPR write).
(edit) @10106   16 年 vboxsync Added RTStrValidateEncoding, RTStrValidateEncodingEx and …
(edit) @10087   16 年 vboxsync Fixed SELMR3GetSelectorInfo for 64 bits mode. Got rid of obsolete VBOXDESC.
(edit) @10084   16 年 vboxsync VBoxNetFlt coding (darwin bits in progress).
(edit) @10083   16 年 vboxsync Darwin kernel support for alloca.
(edit) @10081   16 年 vboxsync VBoxNetFlt coding.
(edit) @10076   16 年 vboxsync We 'connect' to an internal network, not 'attach'. (Both terms was used.)
(edit) @10075   16 年 vboxsync Simplified it a bit by introducing a out-bound lock on the trunk port.
(edit) @10069   16 年 vboxsync Fixed two SSM error messages.
(edit) @10038   16 年 vboxsync We can safely call pfnSetActive without owning the lock I think, that …
(edit) @10037   16 年 vboxsync fixed bustage.
(edit) @10031   16 年 vboxsync VBoxNetFlt - work in progress.
(edit) @10016   16 年 vboxsync Corrected parameter types (const). Use SELMToFlatEx instead of …
(edit) @10003   16 年 vboxsync HostServices/SharedInfoServices: added a request to remove a guest property
(edit) @9987   16 年 vboxsync Corrected description
(edit) @9986   16 年 vboxsync Introduced CPUMIsGuestInLongModeEx
(edit) @9984   16 年 vboxsync Big instruction emulation update for 64 bits mode. Watch for regressions!
(edit) @9965   16 年 vboxsync Hyper and intermediate CR3 values can be 64 bits.
(edit) @9935   16 年 vboxsync r=bird: Review comments, work to be done. Marked the …
(edit) @9930   16 年 vboxsync Added VERR_NET_PROTOCOL_ERROR for EPROTO.
(edit) @9924   16 年 vboxsync More corrections
(edit) @9921   16 年 vboxsync Corrections
(edit) @9920   16 年 vboxsync Corrected hungarian spelling. Added a todo.
(edit) @9919   16 年 vboxsync Deal with DIL, SIL, BPL & SPL register accesses. (64 bits mode only)
(edit) @9918   16 年 vboxsync Corrected hungarian spelling.
(edit) @9904   16 年 vboxsync Global and per-VM CPU usage API added
(edit) @9898   16 年 vboxsync Removed warning
(edit) @9897   16 年 vboxsync Updates for executing 64 bits guest code with AMD-V.
(edit) @9887   16 年 vboxsync Added X86_CR3_AMD64_PAGE_MASK
(edit) @9882   16 年 vboxsync HostServices/SharedInfoServices: deal with empty registry values …
(edit) @9878   16 年 vboxsync X86_PML4E_PG_MASK_FULL
(edit) @9873   16 年 vboxsync Added X86_PDE_PAE_PG_MASK_FULL
(edit) @9857   16 年 vboxsync Updates for amd64 paging
(edit) @9852   16 年 vboxsync Added CPUMGetGuestMsr
(edit) @9851   16 年 vboxsync OP_SWAPGS
(edit) @9847   16 年 vboxsync Updates for dumping 64 bits descriptors
(edit) @9841   16 年 vboxsync Added CPUMGetGuest/HyperRIP.
(edit) @9824   16 年 vboxsync Some preparations for fixing PAE.
(edit) @9817   16 年 vboxsync fs & gs base cleanup
(edit) @9811   16 年 vboxsync Additions/x11: use the guest/host registry to save the last resolution …
(edit) @9809   16 年 vboxsync Main: save and reload the guest/host registry in extra data at machine …
(edit) @9806   16 年 vboxsync Inverted
(edit) @9803   16 年 vboxsync vacation.
(edit) @9802   16 年 vboxsync CPUMIsGuestIn64BitCodeEx update
(edit) @9800   16 年 vboxsync Correction
(edit) @9772   16 年 vboxsync fixed break.
(edit) @9770   16 年 vboxsync Can use PCPDMMAC now as its in VBox/types.h.
(edit) @9768   16 年 vboxsync Regenerate err.mac and x86.mac. Adjusted the rule for generting these …
(edit) @9767   16 年 vboxsync Some new error codes for internal networking.
(edit) @9766   16 年 vboxsync Fixed anci C issue.
(edit) @9765   16 年 vboxsync Promoted PDMMAC from pdmifs.h to types.h.
(edit) @9761   16 年 vboxsync 64 bits disassembly changes (32 bits displacement sign extended to 64 bits)
(edit) @9743   16 年 vboxsync Made RTUuidCompare grok NULL pointers and behave the same way in both …
(edit) @9738   16 年 vboxsync Some UUID cleanup; added RTUuidCompareStr(PCRTUUID, const char *).
(edit) @9737   16 年 vboxsync build fix.
(edit) @9736   16 年 vboxsync pass a UUID string instead of a structure.
(edit) @9735   16 年 vboxsync INTNET: ring-0 trunk interfaces.
(edit) @9727   16 年 vboxsync HostServices: added a new service (SharedInfoService) to provide a …
(edit) @9701   16 年 vboxsync Fixed mask issues in 64 bits mode
(edit) @9697   16 年 vboxsync Added NET_FLT_DRV, NET_TAP_DRV, SUP_DRV, USB_DRV and USB_FILTER.
(edit) @9695   16 年 vboxsync SUPDRV: Sketched out a component management interface and the generic …
(edit) @9683   16 年 vboxsync Missign header update
(edit) @9678   16 年 vboxsync Rewrote SELMToFlatEx for long mode.
(edit) @9675   16 年 vboxsync General cleanup of SELMToFlat.
(edit) @9662   16 年 vboxsync Implemented cancelling of HGCM requests from the guest.
(edit) @9661   16 年 vboxsync Implement and use CPUMIsGuestIn64BitCode where appropriate.
(edit) @9659   16 年 vboxsync SELMGetCpuModeFromSelector is a better name.
(edit) @9658   16 年 vboxsync Renamed SELMIsSelector32Bit to SELMGetSelectorType.
(edit) @9656   16 年 vboxsync Changed u1Reserved to u1Long in the selector attributes field.
(edit) @9655   16 年 vboxsync Comment added
(edit) @9649   16 年 vboxsync Added CPUMIsGuestInLongMode.
(edit) @9647   16 年 vboxsync DRx access functions must use uint64_t now.
(edit) @9623   16 年 vboxsync warnings.
(edit) @9622   16 年 vboxsync Forgot this - added RTCpuLastIndex.
(edit) @9614   16 年 vboxsync Not necessary
(edit) @9611   16 年 vboxsync Added a todo/warning on RTMpNotificationRegister.
(edit) @9602   16 年 vboxsync Changed RTR0MpNotificationInit/Term to rtR0MpNotificationInit/Term and …
(edit) @9599   16 年 vboxsync Change the meaninf of VD_OPEN_FLAGS_INFO. The previous definition …
(edit) @9590   16 年 vboxsync Extra error codes
(edit) @9581   16 年 vboxsync const + small optimization
(edit) @9579   16 年 vboxsync Added RTCpuSetIsMemberByIndex().
(edit) @9571   16 年 vboxsync Missing header updates
(edit) @9565   16 年 vboxsync Fix incorrect check verifying disk type. Also make the API for getting …
(edit) @9549   16 年 vboxsync Comment added
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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