|
|
@47824
|
11 years |
vboxsync |
RTDbgDwarf: Read gcc 4.8.1 dwarf output.
|
|
|
@47823
|
11 years |
vboxsync |
EMRaw.cpp: fixes, IEM single instruction emulation is still disabled.
|
|
|
@47822
|
11 years |
vboxsync |
VBoxC.dll: Hack to clean out the old typelib when registering. This is …
|
|
|
@47821
|
11 years |
vboxsync |
IEM: Adjust iret CS for ring compression in raw-mode.
|
|
|
@47820
|
11 years |
vboxsync |
EMRaw.cpp: Disabled code for using IEM for singled instruction …
|
|
|
@47819
|
11 years |
vboxsync |
IEM: Read unpatched bytes. Useless (disabled for ages) CSAM hooks.
|
|
|
@47818
|
11 years |
vboxsync |
Annotate disassembly with patch stuff.
|
|
|
@47817
|
11 years |
vboxsync |
GuestCtrl: Update for IGuestFile; some renaming.
|
|
|
@47816
|
11 years |
vboxsync |
tstVBoxAPILinux: fix the remaining format specifiers
|
|
|
@47815
|
11 years |
vboxsync |
duh.
|
|
|
@47814
|
11 years |
vboxsync |
FE/Qt: Wizards: New VM wizard: Rework RAM editor to be spin-box, add …
|
|
|
@47813
|
11 years |
vboxsync |
tstVBoxAPILinux: a few fixes and make sure to remove the registered VM …
|
|
|
@47812
|
11 years |
vboxsync |
IPRT/testcase/tstRTFileModeStringToFlags.cpp: Another fix for the fix
|
|
|
@47811
|
11 years |
vboxsync |
IPRT/testcase/tstRTFileModeStringToFlags.cpp: Fix for the fix.
|
|
|
@47810
|
11 years |
vboxsync |
Main/Mouse: fix broken mouse dragging in guests.
|
|
|
@47809
|
11 years |
vboxsync |
IPRT/testcase/tstRTFileModeStringToFlags.cpp: Fix for r88044 (Set …
|
|
|
@47808
|
11 years |
vboxsync |
docs.
|
|
|
@47807
|
11 years |
vboxsync |
EM/HM: Don't switch to REM immediately, try up to 1024 instruction in …
|
|
|
@47806
|
11 years |
vboxsync |
FE/Qt: Settings Dialog: Warning-pane: Cleanup and mouse-hovering …
|
|
|
@47805
|
11 years |
vboxsync |
MouseImpl: try to fix XPCOM warning.
|
|
|
@47804
|
11 years |
vboxsync |
Main: OnGuestMouse event cleanup.
|
|
|
@47803
|
11 years |
vboxsync |
VMM/HM: Preemption hoooks, work in progress.
|
|
|
@47802
|
11 years |
vboxsync |
VMM/HM: Redundant updates of flags is not necessary.
|
|
|
@47801
|
11 years |
vboxsync |
Main/glue/NativeEventQueue.cpp: fix incorrect error code in previous fix
|
|
|
@47800
|
11 years |
vboxsync |
Main/glue: fix error checking so that a missing components …
|
|
|
@47798
|
11 years |
vboxsync |
MouseImpl: corrected touch event range check.
|
|
|
@47797
|
11 years |
vboxsync |
VMM/HMR0Mixed.mac: Build fix.
|
|
|
@47796
|
11 years |
vboxsync |
Devices/Input: reverting r88027 as several guests did not like it.
|
|
|
@47795
|
11 years |
vboxsync |
MouseImpl: map touch events to the primary monitor.
|
|
|
@47794
|
11 years |
vboxsync |
VMM/HMR0Mixed.mac: Comment to clarify error code path.
|
|
|
@47793
|
11 years |
vboxsync |
VMM/HMR0Mixed.mac: Macrofied handling various exit paths. Essentially …
|
|
|
@47792
|
11 years |
vboxsync |
wrong assertion.
|
|
|
@47791
|
11 years |
vboxsync |
Fixed a few size_t related warnings.
|
|
|
@47790
|
11 years |
vboxsync |
build fix
|
|
|
@47788
|
11 years |
vboxsync |
EM/HM: Try execute single instructions in IEM before asking REM.
|
|
|
@47787
|
11 years |
vboxsync |
DevATA: Avoid truncating passthrough ATAPI transfers larger than I/O …
|
|
|
@47786
|
11 years |
vboxsync |
PGM: Added a new page type for the VT-x APIC access page MMIO alias …
|
|
|
@47785
|
11 years |
vboxsync |
DevATA: Unset BSY before each device <-> host PIO transfer as required …
|
|
|
@47784
|
11 years |
vboxsync |
DevATA: Report 3ms DRQ response, as we cannot achieve 50us without …
|
|
|
@47783
|
11 years |
vboxsync |
IPRT/RTFileModeToFlags.cpp: Set default sharing modes.
|
|
|
@47782
|
11 years |
vboxsync |
IPRT/RTFileModeToFlags.cpp: Check for unknown disposition mode.
|
|
|
@47781
|
11 years |
vboxsync |
Main/GuestSessionImpl.cpp: IGuestFile is not supported on older Guest …
|
|
|
@47780
|
11 years |
vboxsync |
tstMouseImpl: uninitialized variable
|
|
|
@47779
|
11 years |
vboxsync |
Config.kmk: new template for API client testcases
Main/testcase: …
|
|
|
@47778
|
11 years |
vboxsync |
libs/xpcom: suppress a normally not working attempt to initialize …
|
|
|
@47777
|
11 years |
vboxsync |
Main/glue: for XPCOM, look for the components subdirectory one level …
|
|
|
@47776
|
11 years |
vboxsync |
Warnings and space.
|
|
|
@47775
|
11 years |
vboxsync |
FE/Qt: Icon update: DOS icon, Other_64 icon.
|
|
|
@47774
|
11 years |
vboxsync |
Main,Frontends: IDisplay::GetScreenResolution returns the screen origin.
|
|
|
@47773
|
11 years |
vboxsync |
VMM/HM: RunGuestCodeStep() Load should be Save, and some typos, cosmetics.
|
|
|
@47772
|
11 years |
vboxsync |
FE/Qt: Settings Dialog: Removing whats-this pane; Moving whats-this …
|
|
|
@47771
|
11 years |
vboxsync |
VMM/HM: One extra char. to make typing without autocomplete easier.
|
|
|
@47770
|
11 years |
vboxsync |
VMM/HMVMXR0: Hungarian, hex prefixes.
|
|
|
@47769
|
11 years |
vboxsync |
IEM: Clear RF flag on jump.
|
|
|
@47768
|
11 years |
vboxsync |
Devices/Input: add horizontal scrolling to the USB mouse device.
|
|
|
@47767
|
11 years |
vboxsync |
REM: clear unnecessary TR attributes on task switch.
|
|
|
@47766
|
11 years |
vboxsync |
VMM/HM: Preemption hooks.
|
|
|
@47765
|
11 years |
vboxsync |
IPRT: Renamed testcase tstFileModeStringToFlags -> …
|
|
|
@47764
|
11 years |
vboxsync |
Committed too much.
|
|
|
@47763
|
11 years |
vboxsync |
FE/Qt: Settings Dialog: Moving validation mechanism warning from …
|
|
|
@47762
|
11 years |
vboxsync |
IPRT: Added RTFileModeToFlags* APIs + testcase.
|
|
|
@47761
|
11 years |
vboxsync |
FE/Qt: Settings Dialog: Warning-pane: Mouse hovering stuff.
|
|
|
@47760
|
11 years |
vboxsync |
VMM/HM: Preemption hooks. Some common structural changes and cleanup, …
|
|
|
@47759
|
11 years |
vboxsync |
FE/Qt: Popup-center: Popup-pane: Do not close pane too early, it will …
|
|
|
@47758
|
11 years |
vboxsync |
Main/Mouse: add priorities to mouse devices so that the USB mouse is …
|
|
|
@47757
|
11 years |
vboxsync |
REM: Corrected task switch order (old task saved first, new task …
|
|
|
@47756
|
11 years |
vboxsync |
FE/Qt: Popup-center: Popup-pane: Change gradient-painting direction to …
|
|
|
@47755
|
11 years |
vboxsync |
FE/Qt: Popup-center: Popup-stack: Make sure stack will not be shown …
|
|
|
@47754
|
11 years |
vboxsync |
IEM: POP rSP fix.
|
|
|
@47753
|
11 years |
vboxsync |
REM: LTR will not load null TR selector.
|
|
|
@47752
|
11 years |
vboxsync |
IEM: POP rSP fix.
|
|
|
@47751
|
11 years |
vboxsync |
IEM: read-modified-write should have the r/w err bit set even when it …
|
|
|
@47750
|
11 years |
vboxsync |
Ignore RF when checking against REM too.
|
|
|
@47749
|
11 years |
vboxsync |
null selector fix.
|
|
|
@47748
|
11 years |
vboxsync |
IEM: Some RF adjustments. Verification logging fixes.
|
|
|
@47747
|
11 years |
vboxsync |
HMR0VMX.cpp: missing fSingleInstruction test.
|
|
|
@47746
|
11 years |
vboxsync |
Main/MouseImpl: use real CFGM in test case instead of faking APIs.
|
|
|
@47745
|
11 years |
vboxsync |
tstRTR0Timer: mask out one-shot drivers from Solaris (currently not …
|
|
|
@47744
|
11 years |
vboxsync |
PUSH SREG intel update.
|
|
|
@47743
|
11 years |
vboxsync |
adjusted my assertion.
|
|
|
@47742
|
11 years |
vboxsync |
VMM/HMVMXR0: Avoid OR'ing status codes when we AssertRCReturn check it …
|
|
|
@47741
|
11 years |
vboxsync |
duh
|
|
|
@47740
|
11 years |
vboxsync |
IEM: Implemented RF. Working on verfication against VT-x.
|
|
|
@47739
|
11 years |
vboxsync |
PGM: Added an API that IEM can use to spot MMIO and other troublesome …
|
|
|
@47737
|
11 years |
vboxsync |
HM.cpp: Added APIs for checking whether VT-x and AMD-V are enabled.
|
|
|
@47736
|
11 years |
vboxsync |
HNVMXR0.cpp: Separate run-loop for single stepping to catch exceptions …
|
|
|
@47734
|
11 years |
vboxsync |
Runtime/threadctxhooks/linux: Again, Assert not AssertPtr for bools.
|
|
|
@47733
|
11 years |
vboxsync |
Runtime/threadctxhooks/linux: Assert() not AssertPtr() for booleans.
|
|
|
@47732
|
11 years |
vboxsync |
GuestCtrlImpl.cpp: Warning, cast.
|
|
|
@47731
|
11 years |
vboxsync |
Newline.
|
|
|
@47730
|
11 years |
vboxsync |
GuestControl/service.cpp: Support uint64_t HGCM parameters.
|
|
|
@47729
|
11 years |
vboxsync |
FE/Qt: Mouse handler: filter fake mouse events (Windows host).
|
|
|
@47728
|
11 years |
vboxsync |
FE/Qt: Mouse handler: take screen origin into account.
|
|
|
@47727
|
11 years |
vboxsync |
Devices\Input\UsbMouse: report the latest state (update).
|
|
|
@47726
|
11 years |
vboxsync |
Removed unintential debug RTLogPrintf calls.
|
|
|
@47725
|
11 years |
vboxsync |
Devices\Input\UsbMouse: implemented GET_REPORT stubs; report the …
|
|
|
@47724
|
11 years |
vboxsync |
FE/Qt: Mouse handler: Some multi-touch logging.
|
|
|
@47723
|
11 years |
vboxsync |
Documentation.
|
|
|
@47721
|
11 years |
vboxsync |
Logging.
|
|
|
@47720
|
11 years |
vboxsync |
FE/VBoxManage: Fix error message printing with variable arguments
|
|
|