VirtualBox

source: vbox/trunk/include/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @62363   8 years vboxsync Main/VBoxSVC: enable -Wconversion plus a couple of fixes (all harmless)
(edit) @62361   8 years vboxsync VBox/com/array.h: preparation for -Wconversion
(edit) @62358   8 years vboxsync *: renamed RT_GCC_NO_DEPRECATED_BEGIN/END => …
(edit) @62339   8 years vboxsync Main/xml/Settings.cpp: fix last remaining (pretty harmless) default …
(edit) @62328   8 years vboxsync Audio/DrvAudio: Added some basic statistics for STAM.
(edit) @62302   8 years vboxsync IEM,PGM: Got code TLB working in ring-3, execution is 3-4 times faster …
(edit) @62287   8 years vboxsync REM: Killed the REMR3NotifyPendingInterrupt interface. Misguided hack …
(edit) @62277   8 years vboxsync VMM/CPUM: Use 'VMMDECL' until we fully retire the old APIC code. Fixes …
(edit) @62232   8 years vboxsync VMM: Try convince the microsoft linker to pick the right version of …
(edit) @62176   8 years vboxsync s/VBOX_WITH_AUDIO_STABLE/VBOX_WITH_AUDIO_50/
(edit) @62174   8 years vboxsync kmk incs
(edit) @62171   8 years vboxsync IEM: Working on instruction fetching optimizations (incomplete and …
(edit) @62160   8 years vboxsync SafeArray: do the same like r107176 to hide a few more warnings with clang
(edit) @62156   8 years vboxsync use RT_GCC_NO_DEPRECATED_BEGIN / RT_GCC_NO_DEPRECATED_END
(edit) @62133   8 years vboxsync vm.h: Corrected VM_FF_ALL_REM_MASK to include the hankering for handy …
(edit) @62117   8 years vboxsync Audio: Bugfixes, logging.
(edit) @62075   8 years vboxsync VMCPU.cpum: Added GstCtx member for execution engines like HM and IEM …
(edit) @62065   8 years vboxsync cpumctx-v1_6.h: macro name fix
(edit) @62064   8 years vboxsync CPUMCTX: Separated nameless union and names struct helper macros in …
(edit) @62062   8 years vboxsync CPUMCTX: gcc build fix
(edit) @62059   8 years vboxsync CPUMCTX: Finally figured out a way to make the general purpose and …
(edit) @62015   8 years vboxsync IEM: Switched from using IEMCPU directly to using with via VMCPU. This …
(edit) @62006   8 years vboxsync Config.kmk,VMM: Reduced the VM structure by half on darwin where we …
(edit) @62000   8 years vboxsync IEM,VM: Inserted two TLBS into the IEMCPU structure and reorged the …
(edit) @61968   8 years vboxsync IEM: Fixed setjmp bug (still disabled). Made IEMExecLots execute lots …
(edit) @61893   8 years vboxsync Main: Renamed ProcessCreateFlag::NoProfile to ProcessCreateFlag::Profile.
(edit) @61888   8 years vboxsync Audio: Renamed PDMAUDIOMIXERCTL_VOLUME -> PDMAUDIOMIXERCTL_VOLUME_MASTER.
(edit) @61887   8 years vboxsync Audio: Implemented support for master volume controls.
(edit) @61847   8 years vboxsync IOAPIC, VMM/APIC: Use dedicated rc for when the APIC doesn't accept an …
(edit) @61826   8 years vboxsync pdmifs.h: Fixed incorrect IID update when adding …
(edit) @61794   8 years vboxsync VMM/APIC: Cleanup.
(edit) @61776   8 years vboxsync CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
(edit) @61768   8 years vboxsync #if IN_RING3 -> #ifdef IN_RING3.
(edit) @61764   8 years vboxsync Audio: Implemented backend-independent handling of added/removed audio …
(edit) @61759   8 years vboxsync DBGFR3Type.cpp: mandatory spacing, review comment (see @page).
(edit) @61735   8 years vboxsync PDM,VMM: I/O APIC critsect fixes and interface changes to broadcast EOI.
(edit) @61680   8 years vboxsync VMMR3/DBGFR3Type: New API to dump type information and a guest memory …
(edit) @61679   8 years vboxsync dbg.h: New wrapper which also returns the amount of written characters
(edit) @61675   8 years vboxsync Devices/ACPI: Notify the guest by sending a battery status change …
(edit) @61671   8 years vboxsync VMM/DBGF: Start on a simple type system to pretty print structs in the …
(edit) @61670   8 years vboxsync MM: Add new tag for later use
(edit) @61647   8 years vboxsync VMM/HM: Use unique, non-zero error codes for u32HMError and avoid …
(edit) @61646   8 years vboxsync hm_vmx.h: space.
(edit) @61643   8 years vboxsync EM,VMM: Attempt at dealing with guru meditations in SMP VMs.
(edit) @61634   8 years vboxsync Fixed DBGFR3_INFO_LOG to only run on the current EMT as we'll easily …
(edit) @61628   8 years vboxsync DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
(edit) @61609   8 years vboxsync Audio: Update.
(edit) @61587   8 years vboxsync VMM/DBGFCoreWrite: Fix sysenter info. being added to the dump (struct …
(edit) @61570   8 years vboxsync DBGFR3Info*: Added DBGFINFO_FLAGS_ALL_EMTS flag for cpum, apic and …
(edit) @61560   8 years vboxsync Main: IDisplay queryScreenLayout and setScreenLayout API stubs
(edit) @61544   8 years vboxsync VMM/GIM: Fix up hypercall rc handling and also a bug while …
(edit) @61532   8 years vboxsync VMM/DBGFCoreWrite: Add missing CPU-context's rflags to the core dump, …
(edit) @61523   8 years vboxsync Audio: Update.
(edit) @61515   8 years vboxsync VMM/HM: Report missing/new VT-x's secondary processor-based …
(edit) @61514   8 years vboxsync VMM/HM: Add missing/new VT-x exit reasons, cleanup.
(edit) @61497   9 years vboxsync Main/xml/Settings.cpp: more complete audio enable handling fix, should …
(edit) @61413   9 years vboxsync Audio: Use the old audio code for now when doing a release. Set …
(edit) @61386   9 years vboxsync Audio: Update.
(edit) @61384   9 years vboxsync VMMDev/Testing: Added a 64-byte readback register with two access …
(edit) @61383   9 years vboxsync kmk -f Maintenance.kmk incs
(edit) @61352   9 years vboxsync AudioMixBuffer,tstAudioMixBuffer,pdmaudioifs.h: Fixed buffer overflow …
(edit) @61348   9 years vboxsync CPUM,VMM: Touch the FPU state before doing HM on all platforms which …
(edit) @61339   9 years vboxsync VMM, Devices: Added new I/O APIC implementation.
(edit) @61332   9 years vboxsync Audio: Update.
(edit) @61320   9 years vboxsync Audio: Update.
(edit) @61317   9 years vboxsync CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
(edit) @61316   9 years vboxsync kmk incs
(edit) @61166   9 years vboxsync Audio: Implemented ability to specify two different audio formats via …
(edit) @61157   9 years vboxsync Audio: - Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
(edit) @61150   9 years vboxsync VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.
(edit) @61145   9 years vboxsync CPUM: build fix
(edit) @61144   9 years vboxsync CPUM,HM,GVMM,TRPM,VMM: Next part of the FPU state handling for IEM. …
(edit) @61143   9 years vboxsync IEM: Added IEMExecOneBypassWithPrefetchedByPCWritten for debugging …
(edit) @61138   9 years vboxsync Main/Settings: fix default handling for fCableConnected with old …
(edit) @61135   9 years vboxsync DISGetParamSize fixes; corrected movlpd and cvtps2dq disassembly table …
(edit) @61116   9 years vboxsync Main/Console: Use the APICMODE enum, tabs.
(edit) @61091   9 years vboxsync Audio/AudioMixBuffer: Cache pfnConvTo/pfnConvFrom function pointer for …
(edit) @61072   9 years vboxsync VMM/APIC: Get rid of a couple of duplicate macros, and added a couple …
(edit) @61068   9 years vboxsync CPUM,IEM: FPU/SSE/AVX state and host resources APIs, first …
(edit) @61067   9 years vboxsync em.h: reverted unintentional commit.
(edit) @61066   9 years vboxsync CPUMIsGuestFPUStateActive: Fixed 64-on-32 regression from r107325, …
(edit) @61058   9 years vboxsync CPUM,++: Split up CPUM_USED_FPU into CPUM_USED_FPU_GUEST & …
(edit) @61051   9 years vboxsync Audio: Forgot new error codes.
(edit) @61050   9 years vboxsync Audio: Update.
(edit) @61044   9 years vboxsync apic.h: See r=bird in code.
(edit) @61042   9 years vboxsync Main/Machine+BIOSSettings: introduce APIC/X2APIC CPU feature settings …
(edit) @61041   9 years vboxsync VMM/APIC: Move mostly unused stuff from apic.h to internal header. …
(edit) @61036   9 years vboxsync Main/xml/Settings.cpp: fix default for audio adapter enabling, fix …
(edit) @61009   9 years vboxsync Main: big settings cleanup and writing optimization. Moved …
(edit) @60990   9 years vboxsync DrvAudio.cpp: Replaced the generic VERR_NO_MORE_HANDLES with a …
(edit) @60950   9 years vboxsync SafeConstGUIDArray: Don't try reference NULL, use 1 instead or clang …
(edit) @60925   9 years vboxsync Audio: Update on infrastructure: - More work on HDA stream …
(edit) @60907   9 years vboxsync IEM: Simplified the INSB/W/D memory commit hack so it's pretty much …
(edit) @60905   9 years vboxsync bugref:8087: Additions/x11: support non-root X server: do not reset …
(edit) @60891   9 years vboxsync TRPM,CPUM: Return to v8086 mode fixes. - We may have entered from …
(edit) @60874   9 years vboxsync IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
(edit) @60871   9 years vboxsync IEMAllCImplStrInstr.cpp.h: Check FFs for each page and after each …
(edit) @60865   9 years vboxsync Never use static instances of CComModule as it messes up the log …
(edit) @60850   9 years vboxsync HM: Dropped HMR0SavePendingIOPortWrite and associated code (leaving …
(edit) @60847   9 years vboxsync IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
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