|
|
@47751
|
12 years |
vboxsync |
IEM: read-modified-write should have the r/w err bit set even when it …
|
|
|
@47750
|
12 years |
vboxsync |
Ignore RF when checking against REM too.
|
|
|
@47749
|
12 years |
vboxsync |
null selector fix.
|
|
|
@47748
|
12 years |
vboxsync |
IEM: Some RF adjustments. Verification logging fixes.
|
|
|
@47747
|
12 years |
vboxsync |
HMR0VMX.cpp: missing fSingleInstruction test.
|
|
|
@47746
|
12 years |
vboxsync |
Main/MouseImpl: use real CFGM in test case instead of faking APIs.
|
|
|
@47745
|
12 years |
vboxsync |
tstRTR0Timer: mask out one-shot drivers from Solaris (currently not …
|
|
|
@47744
|
12 years |
vboxsync |
PUSH SREG intel update.
|
|
|
@47743
|
12 years |
vboxsync |
adjusted my assertion.
|
|
|
@47742
|
12 years |
vboxsync |
VMM/HMVMXR0: Avoid OR'ing status codes when we AssertRCReturn check it …
|
|
|
@47741
|
12 years |
vboxsync |
duh
|
|
|
@47740
|
12 years |
vboxsync |
IEM: Implemented RF. Working on verfication against VT-x.
|
|
|
@47739
|
12 years |
vboxsync |
PGM: Added an API that IEM can use to spot MMIO and other troublesome …
|
|
|
@47738
|
12 years |
vboxsync |
x86.h: Corrected X86DESCATTR_P definition (shifted left by 4 bits by …
|
|
|
@47737
|
12 years |
vboxsync |
HM.cpp: Added APIs for checking whether VT-x and AMD-V are enabled.
|
|
|
@47736
|
12 years |
vboxsync |
HNVMXR0.cpp: Separate run-loop for single stepping to catch exceptions …
|
|
|
@47735
|
12 years |
vboxsync |
Comment typo.
|
|
|
@47734
|
12 years |
vboxsync |
Runtime/threadctxhooks/linux: Again, Assert not AssertPtr for bools.
|
|
|
@47733
|
12 years |
vboxsync |
Runtime/threadctxhooks/linux: Assert() not AssertPtr() for booleans.
|
|
|
@47732
|
12 years |
vboxsync |
GuestCtrlImpl.cpp: Warning, cast.
|
|
|
@47731
|
12 years |
vboxsync |
Newline.
|
|
|
@47730
|
12 years |
vboxsync |
GuestControl/service.cpp: Support uint64_t HGCM parameters.
|
|
|
@47729
|
12 years |
vboxsync |
FE/Qt: Mouse handler: filter fake mouse events (Windows host).
|
|
|
@47728
|
12 years |
vboxsync |
FE/Qt: Mouse handler: take screen origin into account.
|
|
|
@47727
|
12 years |
vboxsync |
Devices\Input\UsbMouse: report the latest state (update).
|
|
|
@47726
|
12 years |
vboxsync |
Removed unintential debug RTLogPrintf calls.
|
|
|
@47725
|
12 years |
vboxsync |
Devices\Input\UsbMouse: implemented GET_REPORT stubs; report the …
|
|
|
@47724
|
12 years |
vboxsync |
FE/Qt: Mouse handler: Some multi-touch logging.
|
|
|
@47723
|
12 years |
vboxsync |
Documentation.
|
|
|
@47722
|
12 years |
vboxsync |
doc/manual: updated the French translation, thank you Jean-Philippe …
|
|
|
@47721
|
12 years |
vboxsync |
Logging.
|
|
|
@47720
|
12 years |
vboxsync |
FE/VBoxManage: Fix error message printing with variable arguments
|
|
|
@47719
|
12 years |
vboxsync |
No MMIO2 aliasing when doing full IEM verification runs.
|
|
|
@47718
|
12 years |
vboxsync |
More single stepping work.
|
|
|
@47717
|
12 years |
vboxsync |
FE/Qt: Icons update: OS type icons.
|
|
|
@47716
|
12 years |
vboxsync |
pr6022. 3rd variant (using VFS streaming feature) of GZIP support for …
|
|
|
@47715
|
12 years |
vboxsync |
CPUMRecalcHyperDRx: Host single stepping in HM-mode fix.
|
|
|
@47714
|
12 years |
vboxsync |
CPUMRecalcHyperDRx: Host single stepping in HM-mode fix.
|
|
|
@47713
|
12 years |
vboxsync |
fixes
|
|
|
@47712
|
12 years |
vboxsync |
testing…
|
|
|
@47711
|
12 years |
vboxsync |
DevFdc: Improve error reporting.
|
|
|
@47710
|
12 years |
vboxsync |
DevATA: Added Log4 statements for logging the data being read or written.
|
|
|
@47709
|
12 years |
vboxsync |
REM: Attempt at better selector attribute handling, to avoid further …
|
|
|
@47708
|
12 years |
vboxsync |
Added a few random SCSI constants.
|
|
|
@47707
|
12 years |
vboxsync |
IEM: Set dirty and accessed bits on pages. Initialize output vars …
|
|
|
@47706
|
12 years |
vboxsync |
Must be careful in ring-3 too.
|
|
|
@47705
|
12 years |
vboxsync |
VMM/HM: Log alignment.
|
|
|
@47704
|
12 years |
vboxsync |
VBoxManage/natnetwork: include list on windows.
|
|
|
@47703
|
12 years |
vboxsync |
include set for windows.
|
|
|
@47702
|
12 years |
vboxsync |
Oops, fix precedence in a = b | c.
|
|
|
@47701
|
12 years |
vboxsync |
MouseImpl: wrong LogRel
|
|
|
@47700
|
12 years |
vboxsync |
CPU.cpp: Must recalc DRx values on relocation.
|
|
|
@47699
|
12 years |
vboxsync |
I/O breakpoints for raw-mode and non-string instructions in IEM.
|
|
|
@47698
|
12 years |
vboxsync |
Main/GuestCtrl: Mark guest session 0 as the root guest control process.
|
|
|
@47697
|
12 years |
vboxsync |
Forgot some files, build fix.
|
|
|
@47696
|
12 years |
vboxsync |
FE/VBoxManage/VBoxManageGuestCtrl.cpp: Fixed error message on guest …
|
|
|
@47695
|
12 years |
vboxsync |
Additions/GuestCtrl: Use a separate filter mask + value for message …
|
|
|
@47694
|
12 years |
vboxsync |
FE/Qt: Popup-center: Popup-pane: Support for initially focused pane.
|
|
|
@47693
|
12 years |
vboxsync |
FE/Qt: Popup-center: Popup-stack: Support for non-top-level parents.
|
|
|
@47692
|
12 years |
vboxsync |
buld rules for compiling NAT service on Windows.
|
|
|
@47691
|
12 years |
vboxsync |
Main/NAT: fixes access to COM's getter.
|
|
|
@47690
|
12 years |
vboxsync |
TRPM: Don't underflow the stack when trapping in the world switcher.
|
|
|
@47689
|
12 years |
vboxsync |
tstVMM: DRx fixes.
|
|
|
@47688
|
12 years |
vboxsync |
FE/Qt: Selector UI: MacOS X host: Make sure VM selector is set as the …
|
|
|
@47687
|
12 years |
vboxsync |
VMM/HMVMXR0: Added segment checks to hmR0VmxCheckGuestState() while …
|
|
|
@47686
|
12 years |
vboxsync |
VMMSwitcher: typo
|
|
|
@47685
|
12 years |
vboxsync |
VBoxDef2LazyLoad.cpp: Attempt at correct stack alignment.
|
|
|
@47684
|
12 years |
vboxsync |
SVM: I/O breakpoints.
|
|
|
@47683
|
12 years |
vboxsync |
build fix + adj.
|
|
|
@47682
|
12 years |
vboxsync |
adjustments.
|
|
|
@47681
|
12 years |
vboxsync |
VMM: I/O breakpoints.
|
|
|
@47680
|
12 years |
vboxsync |
VMM/HMVMXR0: Added missing TR guest-state checks.
|
|
|
@47679
|
12 years |
vboxsync |
DevFdc: Added more cross-format media types.
|
|
|
@47678
|
12 years |
vboxsync |
recompiler: Clear the unusable bit when the present bit is set.
|
|
|
@47677
|
12 years |
vboxsync |
HMSVMXR0.cpp: DR6.Bx values are cleared on #DB it seems, while the …
|
|
|
@47676
|
12 years |
vboxsync |
VMM/HMVMXR0: Some missed checks and fixes to segment checks.
|
|
|
@47675
|
12 years |
vboxsync |
UsbKbd: Report LED state changes.
|
|
|
@47674
|
12 years |
vboxsync |
tstUsbMouse: update.
|
|
|
@47673
|
12 years |
vboxsync |
HMVMXR0: Fixed copy&past from SVM code with fDr6=false in …
|
|
|
@47672
|
12 years |
vboxsync |
Frontend,Devices: touch input updates
|
|
|
@47671
|
12 years |
vboxsync |
VMM: More debugging related stuff.
|
|
|
@47670
|
12 years |
vboxsync |
VMM/HMVMXR0, HMSVMR0: Fix typo in checking invalid guest state, nits.
|
|
|
@47669
|
12 years |
vboxsync |
loop $ optimization.
|
|
|
@47668
|
12 years |
vboxsync |
CPUMCTX_FROM_CORE
|
|
|
@47667
|
12 years |
vboxsync |
x86.h: A couple of DR7 macros.
|
|
|
@47666
|
12 years |
vboxsync |
Use the LAR mask that AMD documents for now.
|
|
|
@47665
|
12 years |
vboxsync |
Seems vdIfIoFileReadSync/vdIfIoFileWriteSync want real actual offsets.
|
|
|
@47664
|
12 years |
vboxsync |
DevFdc: Drive table comments, fail recal on missing drive.
|
|
|
@47663
|
12 years |
vboxsync |
build fix
|
|
|
@47662
|
12 years |
vboxsync |
build fix.
|
|
|
@47661
|
12 years |
vboxsync |
build fix
|
|
|
@47660
|
12 years |
vboxsync |
VMM: Debug register handling redo. (only partly tested on AMD-V so far.)
|
|
|
@47659
|
12 years |
vboxsync |
tstRTR0DbgKrnlInfoDriver: Fix VERR_SYMBOL_NOT_FOUND error
|
|
|
@47658
|
12 years |
vboxsync |
VMM/testcase/tstVMREQ: Fix busted testcase, works on darwin now …
|
|
|
@47657
|
12 years |
vboxsync |
VMM/testcase/tstX86-1: Fix testcase on darwin.x86, the stack must be …
|
|
|
@47656
|
12 years |
vboxsync |
Devices\Input\UsbMouse: fixed tablet emulation (regression from r87343).
|
|
|
@47655
|
12 years |
vboxsync |
VMM/HM: spaces.
|
|
|
@47654
|
12 years |
vboxsync |
VMM/HM: Log prefix corrections and column alignment cosmetics.
|
|
|
@47653
|
12 years |
vboxsync |
VMM/HMVMXR0: Fixed a bug in checking invalid guest-state logic.
|
|
|
@47652
|
12 years |
vboxsync |
VMM: Removed all VBOX_WITH_OLD_[VTX|AMDV]_CODE bits.
|
|
|