VirtualBox

source: vbox/trunk/include

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @62426   8 年 vboxsync iprt/cdefs.h: RT_LO_U8,U16,U32: workaround for level 4 MSC warnings …
(edit) @62417   8 年 vboxsync VMM/GIM/HyperV: Synthetic interrupt controller bits and some cleanup.
(edit) @62409   8 年 vboxsync iprt/types.h: Added MIN/MAX/C/FMT/XFMT macros for the RTCCUINTREG type …
(edit) @62403   8 年 vboxsync Added RTUInt128AssignNeg.
(edit) @62401   8 年 vboxsync Added RTUInt128AssignNeg.
(edit) @62368   8 年 vboxsync vusb.h: Corrected VUSBIRhNewUrb destination address type.
(edit) @62363   8 年 vboxsync Main/VBoxSVC: enable -Wconversion plus a couple of fixes (all harmless)
(edit) @62362   8 年 vboxsync pragma gcc ignored does not work inside functions with gcc < 4.6
(edit) @62361   8 年 vboxsync VBox/com/array.h: preparation for -Wconversion
(edit) @62358   8 年 vboxsync *: renamed RT_GCC_NO_DEPRECATED_BEGIN/END => …
(edit) @62339   8 年 vboxsync Main/xml/Settings.cpp: fix last remaining (pretty harmless) default …
(edit) @62331   8 年 vboxsync iprt/cpp/utils.h: Declare unimplemented RTCNonCopyable::operator= to …
(edit) @62328   8 年 vboxsync Audio/DrvAudio: Added some basic statistics for STAM.
(edit) @62302   8 年 vboxsync IEM,PGM: Got code TLB working in ring-3, execution is 3-4 times faster …
(edit) @62288   8 年 vboxsync x86.h: some BIT values.
(edit) @62287   8 年 vboxsync REM: Killed the REMR3NotifyPendingInterrupt interface. Misguided hack …
(edit) @62277   8 年 vboxsync VMM/CPUM: Use 'VMMDECL' until we fully retire the old APIC code. Fixes …
(edit) @62232   8 年 vboxsync VMM: Try convince the microsoft linker to pick the right version of …
(edit) @62220   8 年 vboxsync IPRT: PEM+X.509: Added PEM_ONLY flags to the reader functions to allow …
(edit) @62176   8 年 vboxsync s/VBOX_WITH_AUDIO_STABLE/VBOX_WITH_AUDIO_50/
(edit) @62174   8 年 vboxsync kmk incs
(edit) @62171   8 年 vboxsync IEM: Working on instruction fetching optimizations (incomplete and …
(edit) @62160   8 年 vboxsync SafeArray: do the same like r107176 to hide a few more warnings with clang
(edit) @62156   8 年 vboxsync use RT_GCC_NO_DEPRECATED_BEGIN / RT_GCC_NO_DEPRECATED_END
(edit) @62155   8 年 vboxsync introduced RT_GCC_NO_DEPRECATED_BEGIN / RT_GCC_NO_DEPRECATED_END
(edit) @62133   8 年 vboxsync vm.h: Corrected VM_FF_ALL_REM_MASK to include the hankering for handy …
(edit) @62117   8 年 vboxsync Audio: Bugfixes, logging.
(edit) @62075   8 年 vboxsync VMCPU.cpum: Added GstCtx member for execution engines like HM and IEM …
(edit) @62065   8 年 vboxsync cpumctx-v1_6.h: macro name fix
(edit) @62064   8 年 vboxsync CPUMCTX: Separated nameless union and names struct helper macros in …
(edit) @62062   8 年 vboxsync CPUMCTX: gcc build fix
(edit) @62059   8 年 vboxsync CPUMCTX: Finally figured out a way to make the general purpose and …
(edit) @62021   8 年 vboxsync Runtime/RTJson: Fix review todos
(edit) @62015   8 年 vboxsync IEM: Switched from using IEMCPU directly to using with via VMCPU. This …
(edit) @62006   8 年 vboxsync Config.kmk,VMM: Reduced the VM structure by half on darwin where we …
(edit) @62000   8 年 vboxsync IEM,VM: Inserted two TLBS into the IEMCPU structure and reorged the …
(edit) @61996   8 年 vboxsync doxygen
(edit) @61995   8 年 vboxsync iprt/json.h: r=bird: Some adjustments and a bunch of todos.
(edit) @61968   8 年 vboxsync IEM: Fixed setjmp bug (still disabled). Made IEMExecLots execute lots …
(edit) @61893   8 年 vboxsync Main: Renamed ProcessCreateFlag::NoProfile to ProcessCreateFlag::Profile.
(edit) @61891   8 年 vboxsync Runtime/crypto: some fixes for OpenSSL 1.1, work in progress
(edit) @61888   8 年 vboxsync Audio: Renamed PDMAUDIOMIXERCTL_VOLUME -> PDMAUDIOMIXERCTL_VOLUME_MASTER.
(edit) @61887   8 年 vboxsync Audio: Implemented support for master volume controls.
(edit) @61847   8 年 vboxsync IOAPIC, VMM/APIC: Use dedicated rc for when the APIC doesn't accept an …
(edit) @61826   8 年 vboxsync pdmifs.h: Fixed incorrect IID update when adding …
(edit) @61794   8 年 vboxsync VMM/APIC: Cleanup.
(edit) @61776   8 年 vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61768   8 年 vboxsync #if IN_RING3 -> #ifdef IN_RING3.
(edit) @61764   8 年 vboxsync Audio: Implemented backend-independent handling of added/removed audio …
(edit) @61759   8 年 vboxsync DBGFR3Type.cpp: mandatory spacing, review comment (see @page).
(edit) @61742   8 年 vboxsync include/iprt/json.h: Remove non ASCII characters
(edit) @61737   8 年 vboxsync Runtime/RTJson: Three more helpers, sort RTJson API alphabetically in …
(edit) @61735   8 年 vboxsync PDM,VMM: I/O APIC critsect fixes and interface changes to broadcast EOI.
(edit) @61694   8 年 vboxsync properties
(edit) @61693   8 年 vboxsync Runtime: Add RTJson* API to parse the JavaScript Object Notation …
(edit) @61680   8 年 vboxsync VMMR3/DBGFR3Type: New API to dump type information and a guest memory …
(edit) @61679   8 年 vboxsync dbg.h: New wrapper which also returns the amount of written characters
(edit) @61675   8 年 vboxsync Devices/ACPI: Notify the guest by sending a battery status change …
(edit) @61671   8 年 vboxsync VMM/DBGF: Start on a simple type system to pretty print structs in the …
(edit) @61670   8 年 vboxsync MM: Add new tag for later use
(edit) @61647   8 年 vboxsync VMM/HM: Use unique, non-zero error codes for u32HMError and avoid …
(edit) @61646   8 年 vboxsync hm_vmx.h: space.
(edit) @61643   8 年 vboxsync EM,VMM: Attempt at dealing with guru meditations in SMP VMs.
(edit) @61634   8 年 vboxsync Fixed DBGFR3_INFO_LOG to only run on the current EMT as we'll easily …
(edit) @61628   8 年 vboxsync DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
(edit) @61609   8 年 vboxsync Audio: Update.
(edit) @61587   8 年 vboxsync VMM/DBGFCoreWrite: Fix sysenter info. being added to the dump (struct …
(edit) @61570   8 年 vboxsync DBGFR3Info*: Added DBGFINFO_FLAGS_ALL_EMTS flag for cpum, apic and …
(edit) @61560   8 年 vboxsync Main: IDisplay queryScreenLayout and setScreenLayout API stubs
(edit) @61544   8 年 vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @61532   8 年 vboxsync VMM/DBGFCoreWrite: Add missing CPU-context's rflags to the core dump, …
(edit) @61523   8 年 vboxsync Audio: Update.
(edit) @61515   8 年 vboxsync VMM/HM: Report missing/new VT-x's secondary processor-based …
(edit) @61514   8 年 vboxsync VMM/HM: Add missing/new VT-x exit reasons, cleanup.
(edit) @61497   8 年 vboxsync Main/xml/Settings.cpp: more complete audio enable handling fix, should …
(edit) @61413   8 年 vboxsync Audio: Use the old audio code for now when doing a release. Set …
(edit) @61386   8 年 vboxsync Audio: Update.
(edit) @61384   8 年 vboxsync VMMDev/Testing: Added a 64-byte readback register with two access …
(edit) @61383   8 年 vboxsync kmk -f Maintenance.kmk incs
(edit) @61352   8 年 vboxsync AudioMixBuffer,tstAudioMixBuffer,pdmaudioifs.h: Fixed buffer overflow …
(edit) @61348   8 年 vboxsync CPUM,VMM: Touch the FPU state before doing HM on all platforms which …
(edit) @61339   8 年 vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @61332   8 年 vboxsync Audio: Update.
(edit) @61320   8 年 vboxsync Audio: Update.
(edit) @61317   8 年 vboxsync CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
(edit) @61316   8 年 vboxsync kmk incs
(edit) @61249   8 年 vboxsync iprt/x86.h: Rename MSR to be more inline with inconsistent Intel docs.
(edit) @61229   8 年 vboxsync iprt/x86.h: Added missing global performance counter control MSRs.
(edit) @61166   8 年 vboxsync Audio: Implemented ability to specify two different audio formats via …
(edit) @61157   8 年 vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61150   8 年 vboxsync VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.
(edit) @61145   9 年 vboxsync CPUM: build fix
(edit) @61144   9 年 vboxsync CPUM,HM,GVMM,TRPM,VMM: Next part of the FPU state handling for IEM. …
(edit) @61143   9 年 vboxsync IEM: Added IEMExecOneBypassWithPrefetchedByPCWritten for debugging …
(edit) @61138   9 年 vboxsync Main/Settings: fix default handling for fCableConnected with old …
(edit) @61135   9 年 vboxsync DISGetParamSize fixes; corrected movlpd and cvtps2dq disassembly table …
(edit) @61116   9 年 vboxsync Main/Console: Use the APICMODE enum, tabs.
(edit) @61097   9 年 vboxsync sysfs.h: spec clearification.
(edit) @61091   9 年 vboxsync Audio/AudioMixBuffer: Cache pfnConvTo/pfnConvFrom function pointer for …
(edit) @61072   9 年 vboxsync VMM/APIC: Get rid of a couple of duplicate macros, and added a couple …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

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