|
|
@60689
|
9 years |
vboxsync |
VMM/APIC: Implemented old saved-state compatibility, eliminated …
|
|
|
@60683
|
9 years |
vboxsync |
EM: VINF_EM_TRIPLE_FAULT -> DBGFEVENT_DEV_STOP instead of hypervisor …
|
|
|
@60664
|
9 years |
vboxsync |
VMM,ConsoleImpl2: Added 386 profile, adding IEM code for some obvious …
|
|
|
@60655
|
9 years |
vboxsync |
VMM/APIC: Don't need to update CPUID twice on VM startup and fix logging.
|
|
|
@60654
|
9 years |
vboxsync |
VMM/APIC: Fix updating CPUID bits on APIC disable/enable. Fixes XP …
|
|
|
@60652
|
9 years |
vboxsync |
VMM/APIC: More flow logging.
|
|
|
@60650
|
9 years |
vboxsync |
VMM/APIC: Log4 -> Log2.
|
|
|
@60646
|
9 years |
vboxsync |
VMM/APIC: Go back to ring-3 for all base MSR writes for now. Logging …
|
|
|
@60632
|
9 years |
vboxsync |
VMM/APIC: Add stat. counter for timer callbacks, fix busted logging.
|
|
|
@60630
|
9 years |
vboxsync |
VMM/APIC: Fix diagnostic logging.
|
|
|
@60626
|
9 years |
vboxsync |
dbgf.cpp: turned annoying assertion into non-asserting check.
|
|
|
@60624
|
9 years |
vboxsync |
VMM/APIC: Diagnostics.
|
|
|
@60605
|
9 years |
vboxsync |
VMM/APIC: Saved-state, work-in-progress.
|
|
|
@60602
|
9 years |
vboxsync |
VMM/APIC: comment.
|
|
|
@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.
|
|
|
@60573
|
9 years |
vboxsync |
VMM/APIC: Fix INIT IPI handling, and handle callers of …
|
|
|
@60560
|
9 years |
vboxsync |
DBGFStack: Take odd saved BP as a hint of far returns.
|
|
|
@60543
|
9 years |
vboxsync |
VMM/APIC: unintended change in r106671.
|
|
|
@60542
|
9 years |
vboxsync |
VMM/APIC: Much fun with alignment and sizes.
|
|
|
@60516
|
9 years |
vboxsync |
VMM/APIC: Add some profile statistics.
|
|
|
@60475
|
9 years |
vboxsync |
VMM/APIC: Have descriptive helpers in all-context code, make things …
|
|
|
@60473
|
9 years |
vboxsync |
VMM/APIC: Use hex for displaying DFR register in the VM debugger.
|
|
|
@60469
|
9 years |
vboxsync |
VMM/APIC: Fixed issue with incorrectly skipping registeration of SSM, …
|
|
|
@60468
|
9 years |
vboxsync |
VMM/APIC: Added extra assertions for debugging.
|
|
|
@60464
|
9 years |
vboxsync |
VMM/APIC: more logging
|
|
|
@60459
|
9 years |
vboxsync |
VMM/APIC: Don't forget to update level-triggered interrupts from the …
|
|
|
@60456
|
9 years |
vboxsync |
VMM/APIC: Fixes.
|
|
|
@60438
|
9 years |
vboxsync |
CPUR3CpuId: Fixed fake 8086/80186 classification.
|
|
|
@60435
|
9 years |
vboxsync |
VMM/APIC: Nits.
|
|
|
@60428
|
9 years |
vboxsync |
VMM/APIC: fixes with APIC base MSR initialization and nits.
|
|
|
@60415
|
9 years |
vboxsync |
IEM: Implemented main characteristics of 8086, 80186 and 80286.
|
|
|
@60414
|
9 years |
vboxsync |
CPUMR3CpuId.cpp: Build fix.
|
|
|
@60411
|
9 years |
vboxsync |
VMM,Main: Added 286, 186 and 8086 CPU profiles to play with.
|
|
|
@60407
|
9 years |
vboxsync |
PDMDevHlp.cpp: doxygen fixes.
|
|
|
@60406
|
9 years |
vboxsync |
VMM: doxygen fixes
|
|
|
@60404
|
9 years |
vboxsync |
VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
|
|
|
@60401
|
9 years |
vboxsync |
PGM: Converted NO_RAM_RESET into a CFGM option (PGM/ZeroRamPagesOnReset).
|
|
|
@60400
|
9 years |
vboxsync |
VMM/APIC: No longer needed function.
|
|
|
@60398
|
9 years |
vboxsync |
VMM/APIC: Get rid of specialized R0 code and clean up ordering issues. …
|
|
|
@60396
|
9 years |
vboxsync |
VMMDev,PDM,HM: Changed the VMMDev heap interface a little so HM can …
|
|
|
@60387
|
9 years |
vboxsync |
PDM: Call pfnInitComplete after both ring-0 and raw-mode is fully …
|
|
|
@60384
|
9 years |
vboxsync |
IEM: Marked instructions introduced by the 186, 286, 386 and 486 to …
|
|
|
@60381
|
9 years |
vboxsync |
VMM/PDM: APIC nit.
|
|
|
@60379
|
9 years |
vboxsync |
VMM/APIC: Missed as part of r106461.
|
|
|
@60378
|
9 years |
vboxsync |
VMM/CPUM: build fix.
|
|
|
@60377
|
9 years |
vboxsync |
VMM: Fix APIC, CPUM init ordering for the new APIC code while still …
|
|
|
@60364
|
9 years |
vboxsync |
VMM: APIC R0 init/term ordering and nits.
|
|
|
@60340
|
9 years |
vboxsync |
VMM/APIC: Bits.
|
|
|
@60309
|
9 years |
vboxsync |
VMM: Doxygen fixes for r106369.
|
|
|
@60307
|
9 years |
vboxsync |
VMM: APIC rewrite. Initial commit, work in progress.
|
|
|
@59792
|
9 years |
vboxsync |
VMM/CPUMR3Cpuid: print core count +1 in VBox.log
|
|
|
@59747
|
9 years |
vboxsync |
iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
|
|
|
@59674
|
9 years |
vboxsync |
Warning.
|
|
|
@59652
|
9 years |
vboxsync |
VMM: Build fixes when VBOX_WITH_REM is not defined.
|
|
|
@59348
|
9 years |
vboxsync |
Audio: Implemented dynamic fallback support to NULL audio backends for …
|
|
|
@59261
|
9 years |
vboxsync |
PDMAsyncCompletion: Don't return an already existing endpoint handle …
|
|
|
@59207
|
9 years |
vboxsync |
DBGF.cpp: Need to use priority flag or we won't catch the attetion of …
|
|
|
@59206
|
9 years |
vboxsync |
VMMR3EmtRendezvous: New flag for tricky suspend and poweroff cases: …
|
|
|
@59205
|
9 years |
vboxsync |
DBGF.cpp: Power off deadlock fix.
|
|
|
@59173
|
9 years |
vboxsync |
typo.
|
|
|
@59140
|
9 years |
vboxsync |
VMM/HM: Fix typo in error message reported to end-user.
|
|
|
@59138
|
9 years |
vboxsync |
VMM,VM: Allow EMT rendezvous from VMREQFLAGS_PRIORITY callbacks as the …
|
|
|
@59132
|
9 years |
vboxsync |
VMM: Recursive EMT rendezvous fixes, adding support for recursion from …
|
|
|
@59128
|
9 years |
vboxsync |
typo
|
|
|
@59126
|
9 years |
vboxsync |
VMMR3EmtRendezvous: Added support for recursion of the ordered and …
|
|
|
@59124
|
9 years |
vboxsync |
VMMR3EmtRendezvous: Added support for recursion of the ordered and …
|
|
|
@59117
|
9 years |
vboxsync |
USB,Main: Rework USBProxyService. Split it into a USBProxyService and …
|
|
|
@59084
|
9 years |
vboxsync |
DBGF: Tried to rework the generic event config API, still not quite …
|
|
|
@59074
|
9 years |
vboxsync |
VMM: DBGFR3EventHandlePending stub.
|
|
|
@59073
|
9 years |
vboxsync |
VMM: VINF_EM_DBG_EVENT and DBGFEventGenericWithArg implementation.
|
|
|
@59020
|
9 years |
vboxsync |
VMM/HM: Log IA32_SMM_MONITOR_CTL for VT-x hosts, useful diagnostic info.
|
|
|
@58998
|
9 years |
vboxsync |
HM: Implemented 69 new dtrace probes and DBGF events in the VT-x code.
|
|
|
@58938
|
9 years |
vboxsync |
HM,DBGF: Made DBGF notify HM about changes to VMM event and interrupt …
|
|
|
@58916
|
9 years |
vboxsync |
DBGFBp.cpp: Doxygen build fix.
|
|
|
@58911
|
9 years |
vboxsync |
DBGFBp.cpp: pointer diffs are signed, my bad as I wanted unsigned …
|
|
|
@58909
|
9 years |
vboxsync |
DBGF: More groundwork for port I/O, MMIO, interrupt and generic event …
|
|
|
@58903
|
9 years |
vboxsync |
DBGF: I/O and MMIO breakpoint API changes.
|
|
|
@58782
|
9 years |
vboxsync |
PGM: we've always got pvOriginal now, no need to check here.
|
|
|
@58781
|
9 years |
vboxsync |
PGM: Must always make a copy of the ROM pages, no just in RT_STRICT …
|
|
|
@58779
|
9 years |
vboxsync |
VMM: Restore virgin ROM pages during a reset after a saved state was …
|
|
|
@58658
|
9 years |
vboxsync |
bugref:8097: AC/DB loop fixes.
|
|
|
@58653
|
9 years |
vboxsync |
Forgot to add Intel_Core_i7_6700K.h before comitting it. duh.
|
|
|
@58572
|
9 years |
vboxsync |
fix OSE
|
|
|
@58569
|
9 years |
vboxsync |
VMM: Added intel skylake CPU profile.
|
|
|
@58568
|
9 years |
vboxsync |
VMM: Added intel broadwell CPU profile.
|
|
|
@58564
|
9 years |
vboxsync |
VMM/GIM: Removed some dead code.
|
|
|
@58561
|
9 years |
vboxsync |
CPUMR3Db.cpp: Adjusted the 'host' matching in cpumR3DbGetCpuInfo to …
|
|
|
@58547
|
9 years |
vboxsync |
VMM: Add entry for Intel Atom
|
|
|
@58448
|
9 years |
vboxsync |
VMM/GIM: separate vs#1 and hypercallinterface CFGM options from vendor.
|
|
|
@58436
|
9 years |
vboxsync |
VMM/GIM: Comments.
|
|
|
@58411
|
9 years |
vboxsync |
Comment typo.
|
|
|
@58398
|
9 years |
vboxsync |
PDM.cpp: doxygen fix.
|
|
|
@58397
|
9 years |
vboxsync |
VMM: More doxgyen @page/@subpage stuff.
|
|
|
@58396
|
9 years |
vboxsync |
VMM: Stubbed the csam, patm, rem and hm documentation @pages.
|
|
|
@58393
|
9 years |
vboxsync |
VMM/GIM: doxygen fix.
|
|
|
@58391
|
9 years |
vboxsync |
VMM/GIM: nit.
|
|
|
@58390
|
9 years |
vboxsync |
VMM/GIM: Implement Hyper-V debug receive thread optimization. Added a …
|
|
|
@58337
|
9 years |
vboxsync |
VMM/GIM: comment for kdvm.dll behaviour.
|
|
|
@58331
|
9 years |
vboxsync |
VMM/GIM: Saved state bump for MSR based debugging support.
|
|
|