VirtualBox

source: vbox/trunk/src/VBox/VMM/VMMAll

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @48199   11 years vboxsync PDMAllCritSectRw.cpp: do the same preemption/interrupt-enabled checks …
(edit) @48184   11 years vboxsync PGMAllPool.cpp: Try work around assertion in …
(edit) @48177   11 years vboxsync emInterpretCmpXchg8b: Removed an assertion regarding the cpu not being …
(edit) @48173   11 years vboxsync moving code a round.
(edit) @48172   11 years vboxsync IEM: Implemented 64-bit rol, ror, rcl, rcr, shl, shr, sar, shld, shrd …
(edit) @48170   11 years vboxsync IEM: Implemented 64-bit inc, dec, not and neg for 32-bit hosts.
(edit) @48159   11 years vboxsync More 64-bit instructions for 32-bit hosts.
(edit) @48158   11 years vboxsync IEM: Do not try unmapping a page that was not mapped.
(edit) @48151   11 years vboxsync Netware 6 is reading MSR_P4_LASTBRANCH_0 (0x1db).
(edit) @48144   11 years vboxsync Allow reading P5_MC_ADDR and P5_MC_TYPE.
(edit) @48142   11 years vboxsync intel manuals hints that there should be at least 8 variables one.
(edit) @48141   11 years vboxsync QNX doesn't believe our MTRR_CAP report and messes with the variable …
(edit) @48127   11 years vboxsync IEM: Started on 64-bit ops on 32-bit hosts.
(edit) @48126   11 years vboxsync Log the 10 first wrmsr GPs.
(edit) @48119   11 years vboxsync Another intel MSR.
(edit) @48080   11 years vboxsync VMM/TMAll: doxygen comment correction.
(edit) @48077   11 years vboxsync ignore MSR_K8_VM_CR on AMD
(edit) @48075   11 years vboxsync Another MSR people like to read.
(edit) @48066   11 years vboxsync CPUM: Fake MSR_IA32_MCG_STATUS reads. Corrected MSR names, IA32_MCP …
(edit) @48026   11 years vboxsync Ignore MSR_IA32_DEBUGCTL access for now, should be virtualized later.
(edit) @48024   11 years vboxsync Since AMD has MSR_IA32_MCP_CAP, we have to fake the other machine …
(edit) @48018   11 years vboxsync iomInterpretXCHG: DevVGA can return VINF_EM_RAW_EMULATE_IO_BLOCK, …
(edit) @48000   11 years vboxsync Windows 7 want MSR_IA32_MCP_CAP on AMD64 too.
(edit) @47996   11 years vboxsync More MSRs fixes on AMD64. MSR_K8_NB_CFG is for recent linux kernels …
(edit) @47989   11 years vboxsync VMM/VMMR0: Preemption hooks implemented and enabled for Solaris and …
(edit) @47988   11 years vboxsync Solaris reads MSR_RAPL_POWER_UNIT, give it some fake values.
(edit) @47987   11 years vboxsync IOMR3MMIOHandler: Accept anything in the 1..16 byte range.
(edit) @47986   11 years vboxsync IEM: Fixed BT so it doesn't generate any writes.
(edit) @47942   11 years vboxsync CPUM: Ignore MSR_K8_INT_PENDING access.
(edit) @47939   11 years vboxsync Ignore MSR_K8_SYSCFG on AMD64 like we used to do.
(edit) @47828   11 years vboxsync CPUMRecalcHyperDRx: Fixed raw-mode assertion.
(edit) @47821   11 years vboxsync IEM: Adjust iret CS for ring compression in raw-mode.
(edit) @47819   11 years vboxsync IEM: Read unpatched bytes. Useless (disabled for ages) CSAM hooks.
(edit) @47807   11 years vboxsync EM/HM: Don't switch to REM immediately, try up to 1024 instruction in …
(edit) @47792   11 years vboxsync wrong assertion.
(edit) @47786   11 years vboxsync PGM: Added a new page type for the VT-x APIC access page MMIO alias …
(edit) @47769   11 years vboxsync IEM: Clear RF flag on jump.
(edit) @47752   11 years vboxsync IEM: POP rSP fix.
(edit) @47751   11 years vboxsync IEM: read-modified-write should have the r/w err bit set even when it …
(edit) @47750   11 years vboxsync Ignore RF when checking against REM too.
(edit) @47749   11 years vboxsync null selector fix.
(edit) @47748   11 years vboxsync IEM: Some RF adjustments. Verification logging fixes.
(edit) @47744   11 years vboxsync PUSH SREG intel update.
(edit) @47741   11 years vboxsync duh
(edit) @47740   11 years vboxsync IEM: Implemented RF. Working on verfication against VT-x.
(edit) @47739   11 years vboxsync PGM: Added an API that IEM can use to spot MMIO and other troublesome …
(edit) @47719   11 years vboxsync No MMIO2 aliasing when doing full IEM verification runs.
(edit) @47714   11 years vboxsync CPUMRecalcHyperDRx: Host single stepping in HM-mode fix.
(edit) @47713   11 years vboxsync fixes
(edit) @47707   11 years vboxsync IEM: Set dirty and accessed bits on pages. Initialize output vars …
(edit) @47706   11 years vboxsync Must be careful in ring-3 too.
(edit) @47699   11 years vboxsync I/O breakpoints for raw-mode and non-string instructions in IEM.
(edit) @47683   11 years vboxsync build fix + adj.
(edit) @47682   11 years vboxsync adjustments.
(edit) @47681   11 years vboxsync VMM: I/O breakpoints.
(edit) @47671   11 years vboxsync VMM: More debugging related stuff.
(edit) @47669   11 years vboxsync loop $ optimization.
(edit) @47661   11 years vboxsync build fix
(edit) @47660   11 years vboxsync VMM: Debug register handling redo. (only partly tested on AMD-V so far.)
(edit) @47652   11 years vboxsync VMM: Removed all VBOX_WITH_OLD_[VTX|AMDV]_CODE bits.
(edit) @47619   11 years vboxsync EM: Started on HM single stepping for IEM verification purposes. …
(edit) @47598   11 years vboxsync IEM: Fixed sp/esp handling in IRET.
(edit) @47568   11 years vboxsync IEM: LAR,LSL,ARPL, and some tracing (RTTraceBuf*).
(edit) @47565   11 years vboxsync logging corrections
(edit) @47562   11 years vboxsync build fix
(edit) @47558   11 years vboxsync IEM: VERR and VERW.
(edit) @47548   11 years vboxsync IEM: Bunch of fixes, mostly DOS related.
(edit) @47543   11 years vboxsync inverted test on VBOX_WITH_FIRST_IEM_STEP.
(edit) @47494   11 years vboxsync IEM: Implemented expand down limit checks.
(edit) @47444   11 years vboxsync IEM,HM,PGM: Started on string I/O optimizations using IEM (disabled). …
(edit) @47434   11 years vboxsync HMR0VMX.cpp: INS/OUTS todo update.
(edit) @47429   11 years vboxsync IEM: Implemented I/O permission bitmap checks.
(edit) @47427   11 years vboxsync PATM,IEM: Added interface for safely and quickly reading patch code.
(edit) @47415   11 years vboxsync marked a few more instruction that bash seems to need.
(edit) @47414   11 years vboxsync marked a few more instruction that bash seems to need.
(edit) @47413   11 years vboxsync IEM: Started introducing some disassembler details in the decoder that …
(edit) @47411   11 years vboxsync IEM: pmovmskb.
(edit) @47407   11 years vboxsync IEM: Added pcmpeqb/w/d and corrected alignment exception handling a little.
(edit) @47399   11 years vboxsync IEM: Packed Shuffle Stuff.
(edit) @47394   11 years vboxsync IEM: movd/movq overhaul and both directions.
(edit) @47389   11 years vboxsync IEM: More SSE and MMX.
(edit) @47385   11 years vboxsync IEM: More SSE/MMX stuff.
(edit) @47383   11 years vboxsync IEMAll.cpp: Build fix.
(edit) @47382   11 years vboxsync IEM: MOVD XM,GREG (sse2,mmx); REX prefix decoding fixes (must be last …
(edit) @47379   11 years vboxsync IEM: syscall and sysret.
(edit) @47350   11 years vboxsync IEM: SS=0 fixes, the right way this time.
(edit) @47329   11 years vboxsync IEM: Fixed a RIP relative addressing bug in the 32-bit operand case of …
(edit) @47328   11 years vboxsync CPUM,++: Fix DR6 and DR7 read-as-1 (RA1) and read-as-zero (RAZ) values …
(edit) @47327   11 years vboxsync IEM: Implemented swapgs
(edit) @47326   11 years vboxsync IEM: Implemented the mwait & monitor instructions. (Still work to be …
(edit) @47323   11 years vboxsync IEM: BSWAP fix (don't blindly trust the intel manual).
(edit) @47319   11 years vboxsync IEM: More 64-bit fixes.
(edit) @47307   11 years vboxsync IEM: Implemented mfence, lfence, sfence.
(edit) @47293   11 years vboxsync IEM: lldr 0
(edit) @47292   11 years vboxsync IEM: Overlooked one test instruction.
(edit) @47291   11 years vboxsync IEM: More 64-bit fixes.
(edit) @47288   11 years vboxsync 64-bit segmentation fixes to string instr.
(edit) @47285   11 years vboxsync Fix: mov ss, ax; where ax is 0 in long mode.
(edit) @47284   11 years vboxsync Fixed jmp far [indirect] and call far [indirect] to no cause #UD. …
(edit) @47283   11 years vboxsync Initial longmode iret.
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