VirtualBox

source: vbox/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @94005   3 years vboxsync FE/Qt: qt6: QMap::insertMulti -> QMultiMap::insert (5.5?). bugref:9898
(edit) @94004   3 years vboxsync FE/Qt: qt6: Compiler insists on braces around foreach() loops …
(edit) @94003   3 years vboxsync FE/Qt: qt6: QLayout::margin (removed in 6) -> …
(edit) @94002   3 years vboxsync /Config.kmk,VBoxDbg/Makefile.kmk,VirtualBox/Makefile.kmk: Qt6 …
(edit) @94001   3 years vboxsync FE/Qt: qt6: QString.sprintf is gone. Forced to use QString::number, …
(edit) @94000   3 years vboxsync FE/Qt: qt6: Using '0' for null-pointers doesn't really work because …
(edit) @93999   3 years vboxsync FE/Qt: qt6: In qt6 there is now a QEnterEvent so the enterEvent …
(edit) @93998   3 years vboxsync FE/Qt: qt6: QFontMetrics::width (removed) -> …
(edit) @93997   3 years vboxsync FE/Qt: qt6: Regular expressions. [build fix] bugref:9898
(edit) @93996   3 years vboxsync FE/Qt: qt6: Regular expressions. bugref:9898 - QString::remove, …
(edit) @93995   3 years vboxsync FE/Qt: qt6: QLayout::setMargin (removed in 6) -> …
(edit) @93994   3 years vboxsync Devices/USB: Fix crash introduced with r150219 when a USB device is …
(edit) @93993   3 years vboxsync Devices/USB: Fix crash introduced with r150219 when a USB device is …
(edit) @93992   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking Display page to …
(edit) @93991   3 years vboxsync VMM: Fix a possible PDM queue leak when destroying a VM, bugref:10093
(edit) @93990   3 years vboxsync FE/Qt: Replaced /* override */ comments with RT_OVERRIDE. bugref:9898
(edit) @93989   3 years vboxsync Devices/USB: Fix memory leak introduced by r150140, and get rid of the …
(edit) @93988   3 years vboxsync FE/Qt: qt6: Fancy string to enum conversion using parallel 'key' / …
(edit) @93987   3 years vboxsync FE/Qt: qt6: No implicit conversion from QString to QUuid, must use the …
(edit) @93986   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking Update page to …
(edit) @93985   3 years vboxsync FE/Qt: scm fix. bugref:9898
(edit) @93984   3 years vboxsync FE/Qt: qt6: QStringRef replaced by QStringView, mainly a problem in …
(edit) @93983   3 years vboxsync FE/Qt: qt6: QStringRef replaced by QStringView, mainly a problem in …
(edit) @93982   3 years vboxsync FE/Qt: qt6: QString::SkipEmptyParts -> Qt::SkipEmptyParts (5.14+), …
(edit) @93981   3 years vboxsync FE/Qt: qt6: Simplified fromInternalString<KNATProtocol> so it compiles …
(edit) @93980   3 years vboxsync FE/Qt: No need for else after return. bugref:9898
(edit) @93979   3 years vboxsync Devices/USB: Get rid of the VUSBHUB structure which was mostly …
(edit) @93978   3 years vboxsync Validation Kit/HGCM: Split out the HGCM testing (mocking) framework …
(edit) @93977   3 years vboxsync Devices/USB: Fix for regression introduced with r150168 where a guest …
(edit) @93976   3 years vboxsync FE/Qt: Added a bunch of missing Makefile.kup files (for compiling from …
(edit) @93975   3 years vboxsync FE/Qt: Attempt to fix regression from r150102 where QSpacerItem isn't …
(edit) @93974   3 years vboxsync Devices/USB: Fix for regression introduced with r150168 where a guest …
(edit) @93973   3 years vboxsync Validation Kit/HGCM: Split out the HGCM testing (mocking) framework …
(edit) @93972   3 years vboxsync Validation Kit/HGCM: Split out the HGCM testing (mocking) framework …
(edit) @93971   3 years vboxsync VBox/hgcmsvc.h: Fixed typos.
(edit) @93970   3 years vboxsync Validation Kit/HGCM: Split out the HGCM testing (mocking) framework …
(edit) @93969   3 years vboxsync Validation Kit/HGCM: Split out the HGCM testing (mocking) framework …
(edit) @93968   3 years vboxsync HMVMXCommon.h: Doxygen.
(edit) @93967   3 years vboxsync VbglR3/HGCM: Docs typo.
(edit) @93966   3 years vboxsync VMM: Nested VMX: bugref:10092 Add HM ring-0 API for querying transient …
(edit) @93965   3 years vboxsync VMM: Nested VMX: bugref:10092 Add HM ring-0 API for querying transient …
(edit) @93964   3 years vboxsync VMM/IEM: Nested VMX: bugref:10092 Use the HM ring-0 API to construct …
(edit) @93963   3 years vboxsync VMM: Nested VMX: bugref:10092 Add HM ring-0 API for querying transient …
(edit) @93962   3 years vboxsync IPRT/string.h: Tweak for for darwin.x86 GA build.
(edit) @93961   3 years vboxsync IPRT: Grr.
(edit) @93960   3 years vboxsync IPRT: Expose mempcpy on solaris too.
(edit) @93959   3 years vboxsync IPRT: Expose mempcpy on darwin+windows so we can build DevFwCommon …
(edit) @93958   3 years vboxsync IPRT: Expose mempcpy on darwin so we can build DevFwCommon after …
(edit) @93957   3 years vboxsync Main/Unattended: ​bugref:9781. Pointing grub-install to /dev/sda …
(edit) @93956   3 years vboxsync Devices/USB: Eliminiate some callback ping-pong and streamline the …
(edit) @93955   3 years vboxsync Devices/USB: Eliminiate some callback ping-pong and streamline the …
(edit) @93954   3 years vboxsync Main/Unattended: ​bugref:9781. Replacing VBOX_COND_GUEST_VERSION[exp] …
(edit) @93953   3 years vboxsync DevFwCommon: Tweaks for making it build with GCC 11.2.1 and some cleanups.
(edit) @93952   3 years vboxsync DevFwCommon: Tweaks for making it build with GCC 11.2.1 and some cleanups.
(edit) @93951   3 years vboxsync VMM/PGMDbg: GCC 11.2.1 build tweaks.
(edit) @93950   3 years vboxsync FE/Qt: Fixed a bunch of inverted NULL pointer checks in …
(edit) @93949   3 years vboxsync FE/Qt: Fixed incorrect NULL m_pAddressBar check in …
(edit) @93948   3 years vboxsync Main/MachineImple: Fixed use of NULL ComObjPtr<Medium> object in error …
(edit) @93947   3 years vboxsync VMM: Doxygen fix.
(edit) @93946   3 years vboxsync hm_vmx.h: Comment typo fix.
(edit) @93945   3 years vboxsync scm: Maded the --only-guest-host-page option include PAGE_ADDRESS and …
(edit) @93944   3 years vboxsync Devices: Must not use PAGE_SIZE, PAGE_SHIFT, PAGE_OFFSET_MASK, …
(edit) @93943   3 years vboxsync VMM: Banned the use of PAGE_ADDRESS and PHYS_PAGE_ADDRESS too. bugref:9898
(edit) @93942   3 years vboxsync VMM/IEM: Stubbed iemAImpl_fst_r80_to_d80 in C version. bugref:9898
(edit) @93941   3 years vboxsync EFI/Firmware: Shut up scm warnings.
(edit) @93940   3 years vboxsync Devices/USB: Get rid of the address hashing mechanism and replace it …
(edit) @93939   3 years vboxsync Devices/USB: Get rid of the address hashing mechanism and replace it …
(edit) @93938   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking Language page to …
(edit) @93937   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking Update page to …
(edit) @93936   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking Input page to …
(edit) @93935   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking General page to …
(edit) @93934   3 years vboxsync Devices/USB/DrvVUSBRootHub: Get rid of device list which is …
(edit) @93933   3 years vboxsync VMM,VMMDev,scm,VBox/param.h: Don't use PAGE_BASE_GC_MASK and friends …
(edit) @93932   3 years vboxsync VMM,VMMDev,scm,VBox/param.h: Don't use PAGE_BASE_GC_MASK and friends …
(edit) @93931   3 years vboxsync VMM,VMMDev,scm,VBox/param.h: Don't use PAGE_BASE_GC_MASK and friends …
(edit) @93930   3 years vboxsync VMM: Nested VMX: bugref:10092 Build fix.
(edit) @93929   3 years vboxsync VMM: Nested VMX: bugref:10092 scm.. maybe.
(edit) @93928   3 years vboxsync VMM: Nested VMX: bugref:10092 Doxygen.
(edit) @93927   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT violation/misconfig VM-exit fixes.
(edit) @93926   3 years vboxsync VMM: Nested VMX: bugref:10092 Build fix.
(edit) @93925   3 years vboxsync VMM: Nested VMX: bugref:10092 Doxygen.
(edit) @93924   3 years vboxsync VMM: Nested VMX: bugref:10092 Accidentally enabled nested EPT and UX …
(edit) @93923   3 years vboxsync rdesktop: Use python3 compatible syntax in key map converter.
(edit) @93922   3 years vboxsync VMM: Nested VMX: bugref:10092 EPT VM-exit handling with HM ring-0 code.
(edit) @93921   3 years vboxsync src/VBox/Makefile.kmk: Fix build with config combination relevant for …
(edit) @93920   3 years vboxsync scm fix.
(edit) @93919   3 years vboxsync Shared Clipboard: Resolved a @todo (renamed ShClBackendFormatAnnounce …
(edit) @93918   3 years vboxsync Main/Unattended: bugref:9781. Addressing a todo item in …
(edit) @93917   3 years vboxsync FE/Qt: bugref:3355. A small fix.
(edit) @93916   3 years vboxsync tools/linux.amd64: ignore new glslang tool
(edit) @93915   3 years vboxsync Devices/USB: Convert the HCI emulations to call into the roothub using …
(edit) @93914   3 years vboxsync Devices/USB: Convert the HCI emulations to call into the roothub using …
(edit) @93913   3 years vboxsync VMM: Comment nits.
(edit) @93912   3 years vboxsync VMM: Add driver helper to destroy a timer, bugref:10196
(edit) @93911   3 years vboxsync SUP: Fixed regression from r146654 which accidentally re-enabled the …
(edit) @93910   3 years vboxsync xpcom18a4/ipcDConnectService.cpp: Assert when returning …
(edit) @93909   3 years vboxsync Main/VirtualBoxErrorInfoImpl.cpp: Assert when returning …
(edit) @93908   3 years vboxsync xpcom18a4/xptcstubs_arm64_vbox.cpp: Fix passing parameters on the …
(edit) @93907   3 years vboxsync Forgot to commit file.
(edit) @93906   3 years vboxsync IEM: Implemented fbstp instruction (used by OLE and indirectly MS Word …
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