|
|
@62605
|
8 years |
vboxsync |
Audio: Documentation, misc. cleanup.
|
|
|
@62596
|
8 years |
vboxsync |
VMM/TM: new functions for getting virtual time from R3
|
|
|
@62590
|
8 years |
vboxsync |
Audio: Handle last read/written/iteration timestamps.
|
|
|
@62580
|
8 years |
vboxsync |
Audio: Initial commit of audio debug backend. This can dump the output …
|
|
|
@62578
|
8 years |
vboxsync |
Audio: One more leftover (VBOX_WITH_AUDIO_50).
|
|
|
@62576
|
8 years |
vboxsync |
Audio: Removed temporary 5.0 sources again (VBOX_WITH_AUDIO_50).
|
|
|
@62476
|
8 years |
vboxsync |
(C) 2016
|
|
|
@62459
|
8 years |
vboxsync |
include/VBox: scm
|
|
|
@62417
|
8 years |
vboxsync |
VMM/GIM/HyperV: Synthetic interrupt controller bits and some cleanup.
|
|
|
@62328
|
8 years |
vboxsync |
Audio/DrvAudio: Added some basic statistics for STAM.
|
|
|
@62302
|
8 years |
vboxsync |
IEM,PGM: Got code TLB working in ring-3, execution is 3-4 times faster …
|
|
|
@62287
|
8 years |
vboxsync |
REM: Killed the REMR3NotifyPendingInterrupt interface. Misguided hack …
|
|
|
@62277
|
8 years |
vboxsync |
VMM/CPUM: Use 'VMMDECL' until we fully retire the old APIC code. Fixes …
|
|
|
@62232
|
8 years |
vboxsync |
VMM: Try convince the microsoft linker to pick the right version of …
|
|
|
@62176
|
8 years |
vboxsync |
s/VBOX_WITH_AUDIO_STABLE/VBOX_WITH_AUDIO_50/
|
|
|
@62171
|
9 years |
vboxsync |
IEM: Working on instruction fetching optimizations (incomplete and …
|
|
|
@62133
|
9 years |
vboxsync |
vm.h: Corrected VM_FF_ALL_REM_MASK to include the hankering for handy …
|
|
|
@62117
|
9 years |
vboxsync |
Audio: Bugfixes, logging.
|
|
|
@62075
|
9 years |
vboxsync |
VMCPU.cpum: Added GstCtx member for execution engines like HM and IEM …
|
|
|
@62065
|
9 years |
vboxsync |
cpumctx-v1_6.h: macro name fix
|
|
|
@62064
|
9 years |
vboxsync |
CPUMCTX: Separated nameless union and names struct helper macros in …
|
|
|
@62062
|
9 years |
vboxsync |
CPUMCTX: gcc build fix
|
|
|
@62059
|
9 years |
vboxsync |
CPUMCTX: Finally figured out a way to make the general purpose and …
|
|
|
@62006
|
9 years |
vboxsync |
Config.kmk,VMM: Reduced the VM structure by half on darwin where we …
|
|
|
@62000
|
9 years |
vboxsync |
IEM,VM: Inserted two TLBS into the IEMCPU structure and reorged the …
|
|
|
@61968
|
9 years |
vboxsync |
IEM: Fixed setjmp bug (still disabled). Made IEMExecLots execute lots …
|
|
|
@61888
|
9 years |
vboxsync |
Audio: Renamed PDMAUDIOMIXERCTL_VOLUME -> PDMAUDIOMIXERCTL_VOLUME_MASTER.
|
|
|
@61887
|
9 years |
vboxsync |
Audio: Implemented support for master volume controls.
|
|
|
@61826
|
9 years |
vboxsync |
pdmifs.h: Fixed incorrect IID update when adding …
|
|
|
@61794
|
9 years |
vboxsync |
VMM/APIC: Cleanup.
|
|
|
@61776
|
9 years |
vboxsync |
CPUM,APIC: Per-CPU APIC CPUID feature bit and MSR_IA32_APICBASE GP …
|
|
|
@61768
|
9 years |
vboxsync |
#if IN_RING3 -> #ifdef IN_RING3.
|
|
|
@61764
|
9 years |
vboxsync |
Audio: Implemented backend-independent handling of added/removed audio …
|
|
|
@61759
|
9 years |
vboxsync |
DBGFR3Type.cpp: mandatory spacing, review comment (see @page).
|
|
|
@61735
|
9 years |
vboxsync |
PDM,VMM: I/O APIC critsect fixes and interface changes to broadcast EOI.
|
|
|
@61680
|
9 years |
vboxsync |
VMMR3/DBGFR3Type: New API to dump type information and a guest memory …
|
|
|
@61675
|
9 years |
vboxsync |
Devices/ACPI: Notify the guest by sending a battery status change …
|
|
|
@61671
|
9 years |
vboxsync |
VMM/DBGF: Start on a simple type system to pretty print structs in the …
|
|
|
@61670
|
9 years |
vboxsync |
MM: Add new tag for later use
|
|
|
@61647
|
9 years |
vboxsync |
VMM/HM: Use unique, non-zero error codes for u32HMError and avoid …
|
|
|
@61646
|
9 years |
vboxsync |
hm_vmx.h: space.
|
|
|
@61643
|
9 years |
vboxsync |
EM,VMM: Attempt at dealing with guru meditations in SMP VMs.
|
|
|
@61634
|
9 years |
vboxsync |
Fixed DBGFR3_INFO_LOG to only run on the current EMT as we'll easily …
|
|
|
@61628
|
9 years |
vboxsync |
DBGF: Added bsod_msr event, stubbed bsod_efi event. Since we cannot …
|
|
|
@61609
|
9 years |
vboxsync |
Audio: Update.
|
|
|
@61587
|
9 years |
vboxsync |
VMM/DBGFCoreWrite: Fix sysenter info. being added to the dump (struct …
|
|
|
@61570
|
9 years |
vboxsync |
DBGFR3Info*: Added DBGFINFO_FLAGS_ALL_EMTS flag for cpum, apic and …
|
|
|
@61544
|
9 years |
vboxsync |
VMM/GIM: Fix up hypercall rc handling and also a bug while …
|
|
|
@61532
|
9 years |
vboxsync |
VMM/DBGFCoreWrite: Add missing CPU-context's rflags to the core dump, …
|
|
|
@61523
|
9 years |
vboxsync |
Audio: Update.
|
|
|
@61515
|
9 years |
vboxsync |
VMM/HM: Report missing/new VT-x's secondary processor-based …
|
|
|
@61514
|
9 years |
vboxsync |
VMM/HM: Add missing/new VT-x exit reasons, cleanup.
|
|
|
@61413
|
9 years |
vboxsync |
Audio: Use the old audio code for now when doing a release. Set …
|
|
|
@61386
|
9 years |
vboxsync |
Audio: Update.
|
|
|
@61352
|
9 years |
vboxsync |
AudioMixBuffer,tstAudioMixBuffer,pdmaudioifs.h: Fixed buffer overflow …
|
|
|
@61348
|
9 years |
vboxsync |
CPUM,VMM: Touch the FPU state before doing HM on all platforms which …
|
|
|
@61339
|
9 years |
vboxsync |
VMM, Devices: Added new I/O APIC implementation.
|
|
|
@61320
|
9 years |
vboxsync |
Audio: Update.
|
|
|
@61317
|
9 years |
vboxsync |
CPUM,HM: CPUM must tell VT-x that it modified the host CR0 because it …
|
|
|
@61166
|
9 years |
vboxsync |
Audio: Implemented ability to specify two different audio formats via …
|
|
|
@61157
|
9 years |
vboxsync |
Audio:
- Unified GPDMAUDIOGSTSTRMIN / PDMAUDIOGSTSTRMOUT / …
|
|
|
@61150
|
9 years |
vboxsync |
VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.
|
|
|
@61145
|
9 years |
vboxsync |
CPUM: build fix
|
|
|
@61144
|
9 years |
vboxsync |
CPUM,HM,GVMM,TRPM,VMM: Next part of the FPU state handling for IEM. …
|
|
|
@61143
|
9 years |
vboxsync |
IEM: Added IEMExecOneBypassWithPrefetchedByPCWritten for debugging …
|
|
|
@61116
|
9 years |
vboxsync |
Main/Console: Use the APICMODE enum, tabs.
|
|
|
@61091
|
9 years |
vboxsync |
Audio/AudioMixBuffer: Cache pfnConvTo/pfnConvFrom function pointer for …
|
|
|
@61072
|
9 years |
vboxsync |
VMM/APIC: Get rid of a couple of duplicate macros, and added a couple …
|
|
|
@61068
|
9 years |
vboxsync |
CPUM,IEM: FPU/SSE/AVX state and host resources APIs, first …
|
|
|
@61067
|
9 years |
vboxsync |
em.h: reverted unintentional commit.
|
|
|
@61066
|
9 years |
vboxsync |
CPUMIsGuestFPUStateActive: Fixed 64-on-32 regression from r107325, …
|
|
|
@61058
|
9 years |
vboxsync |
CPUM,++: Split up CPUM_USED_FPU into CPUM_USED_FPU_GUEST & …
|
|
|
@61050
|
9 years |
vboxsync |
Audio: Update.
|
|
|
@61044
|
9 years |
vboxsync |
apic.h: See r=bird in code.
|
|
|
@61041
|
9 years |
vboxsync |
VMM/APIC: Move mostly unused stuff from apic.h to internal header. …
|
|
|
@60925
|
9 years |
vboxsync |
Audio: Update on infrastructure:
- More work on HDA stream …
|
|
|
@60907
|
9 years |
vboxsync |
IEM: Simplified the INSB/W/D memory commit hack so it's pretty much …
|
|
|
@60905
|
9 years |
vboxsync |
bugref:8087: Additions/x11: support non-root X server: do not reset …
|
|
|
@60891
|
9 years |
vboxsync |
TRPM,CPUM: Return to v8086 mode fixes.
- We may have entered from …
|
|
|
@60874
|
9 years |
vboxsync |
IOMRC.cpp,++: Use IEM for IN and OUT too, cleaning out unnecessary code.
|
|
|
@60871
|
9 years |
vboxsync |
IEMAllCImplStrInstr.cpp.h: Check FFs for each page and after each …
|
|
|
@60850
|
9 years |
vboxsync |
HM: Dropped HMR0SavePendingIOPortWrite and associated code (leaving …
|
|
|
@60847
|
9 years |
vboxsync |
IOM: New way of defer RC+R0 I/O port writes, prepping for MMIO writes.
|
|
|
@60840
|
9 years |
vboxsync |
docs
|
|
|
@60804
|
9 years |
vboxsync |
VMM: Introduced the new APIC update force-flag and relevant fixes, …
|
|
|
@60762
|
9 years |
vboxsync |
CPUM: Added an atom silvermont CPU profile.
|
|
|
@60716
|
9 years |
vboxsync |
VMM: Fixed TPR thresholding and related PDM interfaces.
Cleaned up the …
|
|
|
@60689
|
9 years |
vboxsync |
VMM/APIC: Implemented old saved-state compatibility, eliminated …
|
|
|
@60646
|
9 years |
vboxsync |
VMM/APIC: Go back to ring-3 for all base MSR writes for now. Logging …
|
|
|
@60601
|
9 years |
vboxsync |
VMM/APIC: Saved-state, work-in-progress.
|
|
|
@60593
|
9 years |
vboxsync |
VMM/APIC: Profiling and reduce 8 atomic ops to 4.
|
|
|
@60560
|
9 years |
vboxsync |
DBGFStack: Take odd saved BP as a hint of far returns.
|
|
|
@60542
|
9 years |
vboxsync |
VMM/APIC: Much fun with alignment and sizes.
|
|
|
@60534
|
9 years |
vboxsync |
VMM/APIC: AssertCompile.
|
|
|
@60428
|
9 years |
vboxsync |
VMM/APIC: fixes with APIC base MSR initialization and nits.
|
|
|
@60413
|
9 years |
vboxsync |
iem.h: docs
|
|
|
@60412
|
9 years |
vboxsync |
cpum.h: Added NEC V20/V30 to CPUMMICROARCH.
|
|
|
@60406
|
9 years |
vboxsync |
VMM: doxygen fixes
|
|
|
@60405
|
9 years |
vboxsync |
pdmapi.h/FNPDMVMMDEVHEAPNOTIFY: Added missing DECLCALLBACK.
|
|
|
@60404
|
9 years |
vboxsync |
VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
|
|
|