VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @72864   6 years vboxsync FE/Qt: bugref:9150: Move VM icon.
(edit) @72863   6 years vboxsync IPRT: RTTimeProgramXxxx must all be derived from the nanosecond …
(edit) @72862   6 years vboxsync VMM/HM: unintentional removal from r123406.
(edit) @72861   6 years vboxsync VMM/HM: Avoid checking the same value (static analysis warning).
(edit) @72860   6 years vboxsync FE/Qt: Replace QIToolButtons with QToolButtons in logviewer filter panel
(edit) @72859   6 years vboxsync VMMRZ: VMMRZCallRing3Disable/Enable should set/clear …
(edit) @72858   6 years vboxsync FE/Qt: Fixing used incorrect sRGB profile icons.
(edit) @72857   6 years vboxsync ExtPacks/VNC: the size is VNC_PORTSSIZE not sizeof(VNC_PORTSSIZE)
(edit) @72856   6 years vboxsync FE/Qt: bugref:8694: Adjust icons when moving GUI between screen with …
(edit) @72855   6 years vboxsync VMM/HM: Use enum for Tagged-TLB flush types, and related cleanup.
(edit) @72854   6 years vboxsync VMM/HM: spaces, cleanup.
(edit) @72853   6 years vboxsync VMM/HM: No need to reset Cr0Mask and Cr4Mask, the VMCS does not get …
(edit) @72852   6 years vboxsync VMM/HMVMXR0: Avoid writing exception bitmap into the VMCS if it didn't …
(edit) @72851   6 years vboxsync VMM/HMVMXR0: Macro nit, try not to hide parameters.
(edit) @72850   6 years vboxsync VMM/HMVMXR0: Spaces, remove unused macro.
(edit) @72849   6 years vboxsync VMM/HMVMXR0: bugref:9193 Add assertions where possible to verify we …
(edit) @72848   6 years vboxsync VMM/HMVMXR0: bugref:9193 Always import FS, GS (for base) on MSR …
(edit) @72847   6 years vboxsync Main/Event: ListenerRecord - consistently use member initializer list.
(edit) @72846   6 years vboxsync VBoxFB.cpp: drop break after exit()
(edit) @72845   6 years vboxsync fileio-win.cpp: g/c duplicate break;
(edit) @72844   6 years vboxsync slirp: properly init rcp_state::rcps_flags; did not have any bad …
(edit) @72843   6 years vboxsync xpcom: range-check array index first, not after using it.
(edit) @72842   6 years vboxsync AsyncCompletion: range-check array index first, not after using it.
(edit) @72841   6 years vboxsync Main/MachineImplMoveVM: bugref:8345. Fixed wrong manipulation with …
(edit) @72840   6 years vboxsync bugref:8345. Fixed wrong manipulation with iterator.
(edit) @72839   6 years vboxsync Support/posix: use %u to print unsigned int.
(edit) @72838   6 years vboxsync Support/posix: don't place RT_NOREF() after return;
(edit) @72837   6 years vboxsync VBoxDbgGl: add missing va_end().
(edit) @72836   6 years vboxsync VBoxDbgGl: fix bitwise vs logical precedence.
(edit) @72835   6 years vboxsync gccplugin: add missing break;
(edit) @72834   6 years vboxsync MachineImplMoveVM: match new[] with delete[]
(edit) @72833   6 years vboxsync Main/USBProxyService: prefer prefix increment of an iterator in a …
(edit) @72832   6 years vboxsync Runtime: correct edito in the range check for OS X CoreFoundation COM …
(edit) @72831   6 years vboxsync MsiHack: one sizeof() is enough.
(edit) @72830   6 years vboxsync slirp: Don't pass var++ to a macro that uses its argument multiple times.
(edit) @72829   6 years vboxsync VBoxGuestInst.cpp: drop unused printf argument.
(edit) @72828   6 years vboxsync ConsoleImpl: test for empty() instead of size() == 0
(edit) @72827   6 years vboxsync HostServices: test for empty() instead of comparing size() to 0
(edit) @72826   6 years vboxsync VBoxManage: test for empty() instead of comparing size() to 0
(edit) @72825   6 years vboxsync VMM/HMVMXR0: Fix TSC offsetting regression from r123352.
(edit) @72824   6 years vboxsync FE/Qt: bugref:8694: Adjust icons when moving GUI between screen with …
(edit) @72823   6 years vboxsync VBoxManage: test for empty() instead of size() == 0
(edit) @72822   6 years vboxsync FE/Qt: Move/rework MediumBackends functionality out of VBoxGlobal to …
(edit) @72821   6 years vboxsync FE/Qt: Move/rework fullMediumFormatName functionality out of …
(edit) @72820   6 years vboxsync VMM/HMVMXR0,HMSVMR0: Compiler barriers with volatiles for fCtxChanged.
(edit) @72819   6 years vboxsync VMM: LogRel nit.
(edit) @72818   6 years vboxsync VMM: LogRel nit.
(edit) @72817   6 years vboxsync Installer/Linux: sync the filesystem after running depmod. Hopefully …
(edit) @72816   6 years vboxsync Installer/Linux: recognize options starting with --, because that's …
(edit) @72815   6 years vboxsync FE/Qt: bugref:9083 Introducing a new dialog for floppy disk creation …
(edit) @72814   6 years vboxsync FE/Qt: bugref:8694: Adjust icons when moving GUI between screen with …
(edit) @72813   6 years vboxsync FE/Qt: bugref:8694: Adjust icons when moving GUI between screen with …
(edit) @72812   6 years vboxsync FE/Qt: Subsequent portion of the icon fixes.
(edit) @72811   6 years vboxsync VMM/HMVMXR0: Camel-case fixes to parts of VT-x code to try match …
(edit) @72810   6 years vboxsync VMM/HMVMXR0: Naming.
(edit) @72809   6 years vboxsync VMM/HMVMXR0: Cleanup, assertions, more consts esp. in long functions …
(edit) @72808   6 years vboxsync VMM/HMVMXR0: Fix pending CR3 and PAE PDPEs force-flag being set too …
(edit) @72807   6 years vboxsync VMM/HMSVMR0: Doxygen fix.
(edit) @72806   6 years vboxsync VMM/HMSVMR0: Build fix.
(edit) @72805   6 years vboxsync VMM/HM: bugref:9193 Fixes honoring pending VMCPU_FF_HM_UPDATE_CR3 and …
(edit) @72804   6 years vboxsync Main/GuestSessionImpl: fix edito in previous, caught by -Wnonnull
(edit) @72803   6 years vboxsync VBoxPci-linux.c: avoid -Wstringop-truncation
(edit) @72802   6 years vboxsync VMM/HMVMXR0: bugref:9193 Don't trash error codes for events …
(edit) @72801   6 years vboxsync EFI/antlr: define dummy zzcr_attr macros to memset the attr to shut up …
(edit) @72800   6 years vboxsync EFI: Added make variable VBOX_BLD_PYTHON_2X for specifying a 2.x …
(edit) @72799   6 years vboxsync EFI/VBoxPeCoffExtraActionLib.c: Removed bogus assertion.
(edit) @72798   6 years vboxsync VMM/HMVMXR0: Don't leave hmR0VmxImportGuestState with interrupts …
(edit) @72797   6 years vboxsync rpm/rules: add openSUSE 15.0. bugref:9200: Infrastructure/Linux: need …
(edit) @72796   6 years vboxsync Installer/linux/distributions_rpm: add openSUSE 15.0. bugref:9200: …
(edit) @72794   6 years vboxsync VMM/HMVMXR0: Temporarily sync full guest on world-switches. Reduces …
(edit) @72793   6 years vboxsync VMM/HMVMXR0: Oops, don't Log with interrupts disabled.
(edit) @72790   6 years vboxsync VMM/HMVMXR0: Use atomic Uo when writing to fCtxChanged in preemptible …
(edit) @72789   6 years vboxsync VMM/HMVMXR0: space.
(edit) @72788   6 years vboxsync VMM/HMVMXR0: Try fix VERR_VMX_UNEXPECTED_EXIT guru due to Mov DRx exit.
(edit) @72786   6 years vboxsync HM: doxygen fixes
(edit) @72785   6 years vboxsync VMM/HM: Dump improvement on VERR_VMX_UNABLE_TO_START_VM gurus.
(edit) @72784   6 years vboxsync VMM/HMVMXR0: Update ProcCtls when changed.
(edit) @72783   6 years vboxsync HM: doxygen fixes
(edit) @72782   6 years vboxsync Python is pleased, now try pleasing scm.
(edit) @72780   6 years vboxsync Two dummy init.py file to help python 2.x importing tdApi1.py.
(edit) @72779   6 years vboxsync VMM,SUPDrv,IPRT: Redirect ring-0 release logging on EMTs to VBox.log. …
(edit) @72778   6 years vboxsync VMM,SUPDrv,IPRT: Redirect ring-0 release logging on EMTs to VBox.log. …
(edit) @72777   6 years vboxsync HM: nit
(edit) @72776   6 years vboxsync HMVMXR0.cpp: build fix
(edit) @72775   6 years vboxsync FE/Qt: bugref:9072: A bit of layout and nls fixes for log-viewer panes …
(edit) @72773   6 years vboxsync Installer/solaris: fix sh syntax problem in installer
(edit) @72772   6 years vboxsync VMM/HMSVMR0: 32-bit build fix. Grr…
(edit) @72771   6 years vboxsync VMM: Avoid calling CPUMQueryGuestCtxPtr when possible, cleanup.
(edit) @72770   6 years vboxsync VMM/HM: Cleanup.
(edit) @72769   6 years vboxsync VMM/HM: Avoid some CPUMQueryGuestCtxPtr calls.
(edit) @72767   6 years vboxsync VMM/HM: Build fix.
(edit) @72766   6 years vboxsync VMM/HMVMXR0: Build fix.
(edit) @72765   6 years vboxsync VMM/HMR0: Build fix.
(edit) @72764   6 years vboxsync VMM/HMR0: Build fix.
(edit) @72763   6 years vboxsync VMM/HMVMXR0: Nits.
(edit) @72762   6 years vboxsync VMM/HM: Nits.
(edit) @72761   6 years vboxsync VMM: Extend HM changed flags. ​​​​​​bugref:9193 [build fix]
(edit) @72760   6 years vboxsync validationkit: semicolons are mandatory
(edit) @72759   6 years vboxsync FE/Qt: Don't mention the shortcut on a tooltip (logviewer filter panel)
(edit) @72758   6 years vboxsync VMM: Extend HM changed flags. ​​​​​bugref:9193 [build fix]
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