VirtualBox

source: vbox/trunk/src/VBox/VMM

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60619   9 years vboxsync VMM/APIC: CTX_SUFF nit.
(edit) @60605   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60602   9 years vboxsync VMM/APIC: comment.
(edit) @60601   9 years vboxsync VMM/APIC: Saved-state, work-in-progress.
(edit) @60593   9 years vboxsync VMM/APIC: Profiling and reduce 8 atomic ops to 4.
(edit) @60574   9 years vboxsync VMM/HMSVMR0: Ignore assertion for PDMGetInterrupt() with the new APIC code.
(edit) @60573   9 years vboxsync VMM/APIC: Fix INIT IPI handling, and handle callers of …
(edit) @60566   9 years vboxsync HMSVMR0.cpp: More useful assertion.
(edit) @60560   9 years vboxsync DBGFStack: Take odd saved BP as a hint of far returns.
(edit) @60559   9 years vboxsync IEM: ud2
(edit) @60543   9 years vboxsync VMM/APIC: unintended change in r106671.
(edit) @60542   9 years vboxsync VMM/APIC: Much fun with alignment and sizes.
(edit) @60523   9 years vboxsync VMM/APIC: profiling fix, logging.
(edit) @60516   9 years vboxsync VMM/APIC: Add some profile statistics.
(edit) @60479   9 years vboxsync VMM/APIC: Fix optional parameter.
(edit) @60477   9 years vboxsync VMM/APIC: Avoid using 'else' when 'if' block returns whenever possible.
(edit) @60476   9 years vboxsync VMM/APIC: Fix inverted condition while determining lowest-priority …
(edit) @60475   9 years vboxsync VMM/APIC: Have descriptive helpers in all-context code, make things …
(edit) @60473   9 years vboxsync VMM/APIC: Use hex for displaying DFR register in the VM debugger.
(edit) @60472   9 years vboxsync VMM/APIC: missed as part of r106570.
(edit) @60471   9 years vboxsync VMM/APIC: Don't allow modify reserved MB1 bits in DFR.
(edit) @60469   9 years vboxsync VMM/APIC: Fixed issue with incorrectly skipping registeration of SSM, …
(edit) @60468   9 years vboxsync VMM/APIC: Added extra assertions for debugging.
(edit) @60464   9 years vboxsync VMM/APIC: more logging
(edit) @60459   9 years vboxsync VMM/APIC: Don't forget to update level-triggered interrupts from the …
(edit) @60456   9 years vboxsync VMM/APIC: Fixes.
(edit) @60438   9 years vboxsync CPUR3CpuId: Fixed fake 8086/80186 classification.
(edit) @60435   9 years vboxsync VMM/APIC: Nits.
(edit) @60432   9 years vboxsync VMM/APIC: Doxygen.
(edit) @60431   9 years vboxsync VMM/APIC: doxygen.
(edit) @60430   9 years vboxsync VMM/APIC: Fixes.
(edit) @60428   9 years vboxsync VMM/APIC: fixes with APIC base MSR initialization and nits.
(edit) @60425   9 years vboxsync Config.kmk/src/VBox/VMM/testcase/Makefile.kmk: Solaris 11 …
(edit) @60415   9 years vboxsync IEM: Implemented main characteristics of 8086, 80186 and 80286.
(edit) @60414   9 years vboxsync CPUMR3CpuId.cpp: Build fix.
(edit) @60411   9 years vboxsync VMM,Main: Added 286, 186 and 8086 CPU profiles to play with.
(edit) @60407   9 years vboxsync PDMDevHlp.cpp: doxygen fixes.
(edit) @60406   9 years vboxsync VMM: doxygen fixes
(edit) @60404   9 years vboxsync VMM,Devices,Main: Implemented soft/warm reset for shutdown status …
(edit) @60403   9 years vboxsync PGM: Converted NO_RAM_RESET into a CFGM option (PGM/ZeroRamPagesOnReset).
(edit) @60401   9 years vboxsync PGM: Converted NO_RAM_RESET into a CFGM option (PGM/ZeroRamPagesOnReset).
(edit) @60400   9 years vboxsync VMM/APIC: No longer needed function.
(edit) @60399   9 years vboxsync PDMInternal.h: Alignment fix.
(edit) @60398   9 years vboxsync VMM/APIC: Get rid of specialized R0 code and clean up ordering issues. …
(edit) @60397   9 years vboxsync PDMInternal.h: Alignment fix.
(edit) @60396   9 years vboxsync VMMDev,PDM,HM: Changed the VMMDev heap interface a little so HM can …
(edit) @60388   9 years vboxsync APICR0InitVM: Added @todo hinting that it's not at all needed.
(edit) @60387   9 years vboxsync PDM: Call pfnInitComplete after both ring-0 and raw-mode is fully …
(edit) @60384   9 years vboxsync IEM: Marked instructions introduced by the 186, 286, 386 and 486 to …
(edit) @60382   9 years vboxsync VMM/PDM: nit.
(edit) @60381   9 years vboxsync VMM/PDM: APIC nit.
(edit) @60380   9 years vboxsync VMM/HMVMXR0: Use %RGp for printing guest physical addresses and not %RGv.
(edit) @60379   9 years vboxsync VMM/APIC: Missed as part of r106461.
(edit) @60378   9 years vboxsync VMM/CPUM: build fix.
(edit) @60377   9 years vboxsync VMM: Fix APIC, CPUM init ordering for the new APIC code while still …
(edit) @60364   9 years vboxsync VMM: APIC R0 init/term ordering and nits.
(edit) @60356   9 years vboxsync VMM/GIMAllHv: Comment fix for r106426.
(edit) @60351   9 years vboxsync VMM/GIM/HyperV: EOI MSR is read-only.
(edit) @60345   9 years vboxsync VMM/APIC: SMI, INIT should get delivered even though the APIC might be …
(edit) @60340   9 years vboxsync VMM/APIC: Bits.
(edit) @60310   9 years vboxsync VMM/APICAll: Ensure and make it explicit that lowest-priority delivery …
(edit) @60309   9 years vboxsync VMM: Doxygen fixes for r106369.
(edit) @60307   9 years vboxsync VMM: APIC rewrite. Initial commit, work in progress.
(edit) @60228   9 years vboxsync asm-amd64-x86.h,*: made ASMInvalidatePage take a flat unsigned pointer …
(edit) @60189   9 years vboxsync iemRaiseLoadStackFromTss32Or16: Try make GCC happy.
(edit) @60188   9 years vboxsync IEM: Fixed a couple of edge cases and broken verification mode. * …
(edit) @60187   9 years vboxsync TMAllCpu: Shut up annoying debug stepping assertion.
(edit) @60186   9 years vboxsync IEM: backed out previous commit.
(edit) @60185   9 years vboxsync IEM: Fixed a couple of edge cases and broken verification mode. * …
(edit) @60118   9 years vboxsync IEM: another iret todo.
(edit) @59999   9 years vboxsync VMM/HM: space nit.
(edit) @59986   9 years vboxsync iemRaiseXcptOrIntInProtMode: Updated todo for ESP modifications wrt …
(edit) @59899   9 years vboxsync GIM/Hyper: Fix missing return code in read MSR.
(edit) @59898   9 years vboxsync GIM/HyperV: Fix X2APIC MSR values.
(edit) @59892   9 years vboxsync VMM: bugref:8272: missed error code bit
(edit) @59864   9 years vboxsync fixed alignment
(edit) @59847   9 years vboxsync tstSSM: gcc asan fixes
(edit) @59845   9 years vboxsync tstX86-1A.asm: fix gcc asan error ('member access within misaligned …
(edit) @59792   9 years vboxsync VMM/CPUMR3Cpuid: print core count +1 in VBox.log
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59674   9 years vboxsync Warning.
(edit) @59652   9 years vboxsync VMM: Build fixes when VBOX_WITH_REM is not defined.
(edit) @59612   9 years vboxsync Build fix.
(edit) @59602   9 years vboxsync VMM/HMVMXR0: Add missing VMCS fields for newer CPUs, renamed some …
(edit) @59563   9 years vboxsync IEM: Updated todo. Unwated blank line.
(edit) @59349   9 years vboxsync Build fix; unintentional commit.
(edit) @59348   9 years vboxsync Audio: Implemented dynamic fallback support to NULL audio backends for …
(edit) @59285   9 years vboxsync iprt/x86.h,*: Drop IntRedirBitmap from X86TSS32 and X86TSS64.
(edit) @59270   9 years vboxsync PGMAllGst.h/Walk: Fixed Pde/Pdpe mixups.
(edit) @59261   9 years vboxsync PDMAsyncCompletion: Don't return an already existing endpoint handle …
(edit) @59214   9 years vboxsync VMM/HMVMXR0: debug nit.
(edit) @59213   9 years vboxsync VMM/HMVMXR0: Add CR4.VMXE check before setting up the VM in ring-0, …
(edit) @59207   9 years vboxsync DBGF.cpp: Need to use priority flag or we won't catch the attetion of …
(edit) @59206   9 years vboxsync VMMR3EmtRendezvous: New flag for tricky suspend and poweroff cases: …
(edit) @59205   9 years vboxsync DBGF.cpp: Power off deadlock fix.
(edit) @59195   9 years vboxsync VMM/HMVMXR0: nit.
(edit) @59173   9 years vboxsync typo.
(edit) @59149   9 years vboxsync VMM/HMVMXR0: Fewer branches where applicable.
(edit) @59141   9 years vboxsync doxygen fix
(edit) @59140   9 years vboxsync VMM/HM: Fix typo in error message reported to end-user.
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