VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @87778   4 years vboxsync VMM/TRPM: Reduced the VM structure footprint by > 3K and eliminated a …
(edit) @87777   4 years vboxsync VMM/TRPM: Reduced the VM structure footprint by > 3K and eliminated a …
(edit) @87776   4 years vboxsync dbgf.h,VMM/DBGF: A bit of cleanup on the public breakpoint structure …
(edit) @87775   4 years vboxsync FE/Qt: Keeping the part of the disk file name even if it includes a dot.
(edit) @87774   4 years vboxsync VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. [build fix] …
(edit) @87773   4 years vboxsync VMM/TM,Devices: Store the timer name in the TMTIMER structure and …
(edit) @87772   4 years vboxsync VMM/PDM: Doxygen todo fix? bugref:9943
(edit) @87771   4 years vboxsync VMM/TM: Removed pVMR3, pVMR0 and pVMRC from TMTIMER. bugref:9943
(edit) @87770   4 years vboxsync VMM/TM: Doxygen fixes. bugref:9943
(edit) @87769   4 years vboxsync DevE1000: Fixed four e1kRaiseInterrupt calls broken by r29792 when …
(edit) @87768   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87767   4 years vboxsync VMM/TM,Devices/*: Changed the device and usb timer callbacks to take a …
(edit) @87766   4 years vboxsync VMM/TM,VMM/*: Refactored the TM timer APIs to use 'handles' and take a …
(edit) @87765   4 years vboxsync VMM/TM,*: Added flag parameter to TMR3TimerCreateInternal and renamed …
(edit) @87764   4 years vboxsync VMM/TM: Experimenting with changing the signature of TMTimerFromMilli. …
(edit) @87763   4 years vboxsync VMM/TM: Removed unused TMR3TimerCreateExternal api. bugref:9943
(edit) @87762   4 years vboxsync VMM/UsbHlp: Changed the timer interface to TMTIMERHANDLE, adding the …
(edit) @87761   4 years vboxsync VMM/DrvHlp: Changed the unused (at least internally) pfnTMTimerCreate …
(edit) @87760   4 years vboxsync VMM/TM,VMM/DevHlp: Require flag on timers that are to be used in …
(edit) @87759   4 years vboxsync Audio/HDA: Lots more code in the hope to resolve issue …
(edit) @87758   4 years vboxsync Audio/HDA: Lots more code in the hope to resolve issue …
(edit) @87757   4 years vboxsync FE/VirtualBox: Implement runtime patching of QTextBrowser (disabled by …
(edit) @87756   4 years vboxsync FE/VirtualBox: Implement runtime patching of QTextBrowser (disabled by …
(edit) @87755   4 years vboxsync VMM/HMSVM: Moved the RDTSC in hmR0SvmPostRunGuest to the assembly code …
(edit) @87754   4 years vboxsync VMM/HMVMX: Moved the RDTSC in hmR0VmxPostRunGuest to the …
(edit) @87753   4 years vboxsync Storage/VHDX: Fixed compilation in strict release builds on Linux. See …
(edit) @87752   4 years vboxsync VMM/HM: Don't use ordered writes for pVCpu->hm.s.fCheckedTLBFlush as …
(edit) @87751   4 years vboxsync VMM: Eliminated one ASMReadTSC in TMNotifyEndOfExecution. Both VT-x …
(edit) @87750   4 years vboxsync VMM/TM: Further relax memory ordering when signaling …
(edit) @87749   4 years vboxsync VMM/TM: Relax ordering when signaling update-in-progress in …
(edit) @87748   4 years vboxsync TM: Speed up TMNotifyEndOfExecution by using TSC instead of …
(edit) @87746   4 years vboxsync SUPDrv: Todo.
(edit) @87745   4 years vboxsync Dhcpd: G/c delcaration of ifOutput() that never was. bugref:9288
(edit) @87744   4 years vboxsync bs2-test1: Increase the instruction count for the CPUID test.
(edit) @87743   4 years vboxsync NAT/Net: Rewrite the code to manage API event listeners to be, …
(edit) @87742   4 years vboxsync HostDrivers/linux: More (mostly) wrapper related tweaks. Automatically …
(edit) @87741   4 years vboxsync VMM/HMR0A.asm: Put a size on hmR0VmxStartVmHostRIP so perf can …
(edit) @87740   4 years vboxsync SUP/Makefile-wrapper.gmk,iprt/asmdefs.mac: Call objtool on our .r0
(edit) @87739   4 years vboxsync SUP/Makefile-wrapper.gmk,iprt/asmdefs.mac: Call objtool on our .r0
(edit) @87738   4 years vboxsync NAT/Net: G/c unnecessary #include. bugref:9929.
(edit) @87737   4 years vboxsync FE/Qt: Working on the error indicators of QIComboBox.
(edit) @87736   4 years vboxsync FE/Qt: Working on the error indicators of QILineEdit.
(edit) @87735   4 years vboxsync AMD IOMMU: bugref:9654 Undid unintentional change in r142785.
(edit) @87734   4 years vboxsync FE/Qt: Working on the error indicators of UIUserNamePasswordEditor. take 2
(edit) @87733   4 years vboxsync AMD IOMMU: bugref:9654 PREFETCH_IOMMU_PAGES comment and nit.
(edit) @87731   4 years vboxsync FE/Qt: Working on the error indicators of UIUserNamePasswordEditor
(edit) @87730   4 years vboxsync AMD IOMMU: bugref:9654 Allow continuing lookups when accesses don't …
(edit) @87729   4 years vboxsync SUPDrv: Build fix. bugref:9937
(edit) @87728   4 years vboxsync SUPDrv,VMMR0,VBoxDDR0,++: More work on wrapper kmods. bugref:9937
(edit) @87726   4 years vboxsync Devices/Serial/UartCore: Fix lock order violation when in disconnected mode
(edit) @87724   4 years vboxsync FE/Qt: Dont mark QILineEdit thru color change. Use instead an icon
(edit) @87723   4 years vboxsync NAT/Net: Try to placate VisualC that is really paranoid about integral …
(edit) @87722   4 years vboxsync FE/Qt: Adding tooltip to UIToolBox page title icons for accessibility.
(edit) @87721   4 years vboxsync FE/Qt: bugref:9532: Qt 5.15.2 migration revealed layout abusing in …
(edit) @87720   4 years vboxsync FE/Qt: bugref:9532: Qt 5.15.2 migration: Fix obsolete Qt::Alignment init.
(edit) @87719   4 years vboxsync FE/Qt: bugref:9532: Qt 5.15.2 migration: Fix obsolete Qt::ItemFlags init.
(edit) @87718   4 years vboxsync FE/Qt: bugref:9532: Qt 5.15.2 migration: Fix obsolete Qt::WindowFlags init.
(edit) @87717   4 years vboxsync FE/Qt: bugref:9532: Qt 5.15.2 migration: Force fusion style for Qt 5.15.2.
(edit) @87715   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits.
(edit) @87714   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits.
(edit) @87713   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits.
(edit) @87712   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits.
(edit) @87711   4 years vboxsync AMD IOMMU: bugref:9654 Don't hold PDM lock while reading commands from …
(edit) @87710   4 years vboxsync NAT/Net: Call Loopback mapping initialization (forgotten in previous). …
(edit) @87709   4 years vboxsync SUPDrv: Build fix for older kernels, 3rd attempt. bugref:9937
(edit) @87708   4 years vboxsync SUPDrv: Doxygen fix. bugref:9937
(edit) @87707   4 years vboxsync NAT/Net: Move the code to init the loopback map into a method of its …
(edit) @87706   4 years vboxsync SUPDrv: Build fix for older kernels, 2nd attempt. bugref:9937
(edit) @87705   4 years vboxsync SUPDrv: Doxygen fix. bugref:9937
(edit) @87704   4 years vboxsync SUPDrv: Build fix for older kernels. bugref:9937
(edit) @87703   4 years vboxsync Installer/solaris: Additional amendment to vbox-ips.mog to remove …
(edit) @87702   4 years vboxsync SUP: Build fix. bugref:9937
(edit) @87701   4 years vboxsync SUPDrv: Build fix. bugref:9937
(edit) @87700   4 years vboxsync SUPDrv,++: Experimental support for wrapping .r0 modules in native …
(edit) @87699   4 years vboxsync FE/Qt: bugref:9831. scm fix
(edit) @87698   4 years vboxsync NAT/Net: G/c unused wrappers to query IHost for DomainName and …
(edit) @87697   4 years vboxsync FE/Qt: bugref:9831. Some windows fixes
(edit) @87696   4 years vboxsync NAT/Net: G/c more unused code. bugref:9929.
(edit) @87695   4 years vboxsync NAT/Net: G/c unused code. bugref:9929.
(edit) @87694   4 years vboxsync Dhcpd: Config::i_read - fix typo in comment. NB: the comment seems to …
(edit) @87693   4 years vboxsync Dhcpd: Fix comment, we are reading the config file, not the log file. …
(edit) @87692   4 years vboxsync AMD IOMMU: bugref:9654 Drop the atomic reads when holding the lock.
(edit) @87691   4 years vboxsync AMD IOMMU: bugref:9654 Replace IOMMU device lock with the PDM lock and …
(edit) @87690   4 years vboxsync VMM/HMVMXR0: Call IEMExecVmxVmexitExtInt when the external interrupt …
(edit) @87689   4 years vboxsync Main: bugref:9224: Testcase: fixed "permission error" during target …
(edit) @87688   4 years vboxsync NAT/Net: Now that VBoxNetNAT gets all its settings via the API, the …
(edit) @87687   4 years vboxsync Shared Clipboard/Transfers: Toned down flow logging a bit for common …
(edit) @87686   4 years vboxsync Shared Clipboard/Transfers: Renaming. ​bugref:9437
(edit) @87685   4 years vboxsync Shared Clipboard/Transfers: Makefile tweaking for VBoxClient. ​bugref:9437
(edit) @87684   4 years vboxsync VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing …
(edit) @87683   4 years vboxsync Main: bugref:9224: Testcase: fixed pylint issues
(edit) @87682   4 years vboxsync VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing …
(edit) @87681   4 years vboxsync Main: bugref:9224: Testcase: fixed pylint issues
(edit) @87680   4 years vboxsync Main: bugref:9224: Testcase: fixed pylint issues
(edit) @87679   4 years vboxsync Reverting r142718, this API is available since Qt 5.10.
(edit) @87678   4 years vboxsync Main: bugref:9224: Testcase: fixed pylint issues
(edit) @87677   4 years vboxsync VBoxDbg: bugref:9532: Build fix.
(edit) @87676   4 years vboxsync VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing …
(edit) @87675   4 years vboxsync VBoxDbg: bugref:9532: Qt 5.15.2 migration: Replacing …
(edit) @87674   4 years vboxsync Main: bugref:9224: Testcase: fixed pylint issues
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