VirtualBox

source: vbox/trunk/src/VBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @87391   4 years vboxsync Allocate PDMLED console LED structs in a sensible manner for each …
(edit) @87390   4 years vboxsync Add led-lights.sh: script to twiddle VM console LED lights. bugref:9892
(edit) @87389   4 years vboxsync VMM/HMVMX: Saved 8 bytes in VMXRESTOREHOST.
(edit) @87388   4 years vboxsync VMM/HMVMX: Moved VMXRESTOREHOST and VMXRestoreHostState from public …
(edit) @87387   4 years vboxsync Moved the hmR0SvmVmRun* prototypes to HMInternal.h.
(edit) @87386   4 years vboxsync NAT/Net: Collect all data members in one place.
(edit) @87385   4 years vboxsync VMM/HMVMXR0: Put VMX_RESTORE_HOST_REQUIRED at the top to simplify …
(edit) @87384   4 years vboxsync NAT/Net: Spell "service" correctly.
(edit) @87383   4 years vboxsync NAT/Net: Make the list of includes less chaotic.
(edit) @87382   4 years vboxsync NAT/Net: Oops, lost a hunk in r142368. Fix the build, updating the …
(edit) @87381   4 years vboxsync NAT/Net: Hiding the ctor/dtor of the main class right in the middle of …
(edit) @87380   4 years vboxsync NAT/Net: Move the code around a bit to untangle the naration and make …
(edit) @87379   4 years vboxsync NAT/Net: We already have AssertComRC family of macros, so use it where …
(edit) @87378   4 years vboxsync DevPS2: Prepare for operation without keyboard driver.
(edit) @87377   4 years vboxsync scm
(edit) @87376   4 years vboxsync USB/Darwin: Capture USB devices directly through IOUSBLib, no longer …
(edit) @87375   4 years vboxsync NAT/Net: In various callback functions consistently use the callback …
(edit) @87374   4 years vboxsync Audio/Main: Made the HDA emulation's position adjustment configurable …
(edit) @87373   4 years vboxsync VMM/HMSVMR0.cpp: Applied function pointer array workaround for …
(edit) @87372   4 years vboxsync VMM/HMR0A.asm: Baked the XMM saving and loading into the …
(edit) @87371   4 years vboxsync AMD IOMMU: bugref:9654 Handle the case where an access might result in …
(edit) @87370   4 years vboxsync VBoxManage/NATNetwork: Fix printing of the IPv6 prefix. A wide string …
(edit) @87369   4 years vboxsync FE/Qt: bugref:9515. Some empty line corrections
(edit) @87368   4 years vboxsync FE/Qt: bugref:9515. Removing some horizonal lines
(edit) @87367   4 years vboxsync Audio/Main: Made the device emulation's timer rate configurable via …
(edit) @87366   4 years vboxsync FE/Qt: bugref:9515. Fixes
(edit) @87365   4 years vboxsync FE/Qt: bugref:9871: Network Manager: Drop excessive validation part …
(edit) @87364   4 years vboxsync FE/Qt: bugref:9515. Some refactoring
(edit) @87363   4 years vboxsync Main/NATNetwork: NATNetwork::setNetwork - if there are IPv4 port …
(edit) @87362   4 years vboxsync IPRT: Make RTNetStrToIPv4Cidr() accept prefix specified as netmask, …
(edit) @87361   4 years vboxsync VMM/CPUM,HMSVM: Mirror the state of fUseFlags[CPUM_USED_FPU_GUEST] in …
(edit) @87360   4 years vboxsync fMain/NATNetwork: NATNetwork::setNetwork - validate and normalize the …
(edit) @87359   4 years vboxsync VMM/HMSVM: Straighten out the svm vmrun assembly code by having …
(edit) @87356   4 years vboxsync IPRT/memobj-r0drv-linux.cpp: Correct calling convention for …
(edit) @87355   4 years vboxsync FE/Qt: bugref:9515. More fixes.
(edit) @87354   4 years vboxsync FE/Qt: bugref:9913: Implementing Extension Pack Manager (initial …
(edit) @87353   4 years vboxsync FE/Qt: bugref:9871: Network Manager: Few missed bits for code restyling.
(edit) @87352   4 years vboxsync FE/Qt: bugref:9831: NLS fix for r141532.
(edit) @87351   4 years vboxsync VMM/CPUM: Slapped a @todo on CPUM_CHANGED_XXX / CPUMCPU::fChanged.
(edit) @87350   4 years vboxsync vboximg-mount: vboximg-mount no longer honors the '--root' option. …
(edit) @87349   4 years vboxsync VMM/CPUM: Kicked out CPUMR3RemEnter & CPUMR3RemLeave. bugref:9576
(edit) @87348   4 years vboxsync FE/Qt: bugref:9515. Redesigning unattended page
(edit) @87347   4 years vboxsync VMM/CPUM: Recalc DRx after loading state. Ignore saved use flags.
(edit) @87346   4 years vboxsync VMM/CPUM: Dropped the fForceHyper parameter of CPUMRecalcHyperDRx. It …
(edit) @87345   4 years vboxsync VMM/CPUM: Removed CPUM_SYNC_FPU_STATE, CPUM_SYNC_DEBUG_REGS_GUEST and …
(edit) @87344   4 years vboxsync VMM/HMR0A.asm: Moved hmR0SVMRunWrapXMM next to the function it is …
(edit) @87343   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits.
(edit) @87342   4 years vboxsync FE/Qt: bugref:9871: Missed bits related to renaming Host Network …
(edit) @87341   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits.
(edit) @87340   4 years vboxsync AMD IOMMU: bugref:9654 scm?
(edit) @87338   4 years vboxsync IPRT/net: G/c the second copy of an accidentally duplicate BADCIDR …
(edit) @87337   4 years vboxsync VMM/HMR0A.asm: Saved 12-13 bytes.
(edit) @87336   4 years vboxsync VMM/HMR0A.asm: Restore non-volatile registers skipping loading the …
(edit) @87335   4 years vboxsync VMM/HMR0A.asm: Adding unwind info tom SVMR0VMRun and frame locations …
(edit) @87334   4 years vboxsync VMM/HMR0A.asm: Converted SVMR0VMRun to proper stack frame, eliminating …
(edit) @87333   4 years vboxsync VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. …
(edit) @87332   4 years vboxsync VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. …
(edit) @87330   4 years vboxsync VMM/HMR0A.asm: Reduced the number of parameters passed to SVMR0VMRun. …
(edit) @87329   4 years vboxsync Audio/HDA: (Release) log DMA position buffer status + DPL/DPU …
(edit) @87328   4 years vboxsync Audio/HDA: Implemented FIFO watermark support [build fix]. ticketoem2ref:36
(edit) @87327   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits.
(edit) @87326   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits.
(edit) @87325   4 years vboxsync Audio/HDA: Reverted r142297 ((Release) log DMA position buffer status …
(edit) @87324   4 years vboxsync Audio/HDA: (Release) log DMA position buffer status + DPL/DPU …
(edit) @87323   4 years vboxsync Main/NATNetwork: mark up two lost todos from day 1, forgotten there …
(edit) @87322   4 years vboxsync FE/Qt: bugref:9515. More cleaning
(edit) @87321   4 years vboxsync VMM/HMR0A.asm: Renamed some macros.
(edit) @87320   4 years vboxsync Audio/HDA: Implemented FIFO watermark support [build fix]. ticketoem2ref:36
(edit) @87319   4 years vboxsync Audio/HDA: Implemented FIFO watermark support. ticketoem2ref:36
(edit) @87318   4 years vboxsync FE/Qt: bugref:9515. Merging unattended install widgets into a single page
(edit) @87317   4 years vboxsync FE/Qt: Adding isValid method to UIFilePathSelector's API
(edit) @87316   4 years vboxsync FE/Qt: bugref:9871: Global Preferences: Remove Network page.
(edit) @87315   4 years vboxsync AMD IOMMU: bugref:9654 IOTLB cache bits.
(edit) @87314   4 years vboxsync Audio/HDA: Let run hdaRegReadWALCLK() in R0. ticketoem2ref:36
(edit) @87313   4 years vboxsync FE/Qt: bugref:9871: Network Manager: Small fix for NAT network …
(edit) @87312   4 years vboxsync FE/Qt: bugref:9871: Network Manager: A bunch of changes for NAT …
(edit) @87311   4 years vboxsync VMM: Cleaned out non-AMD64 code from HMR0A.asm.
(edit) @87310   4 years vboxsync VMM: Split out the generic VMX/SVM instruction wrapper utility method …
(edit) @87309   4 years vboxsync HMSVMR0.cpp: Log instruction bytes.
(edit) @87308   4 years vboxsync VMM/IEM: Make sure to set XSAVE_C_YMM in the xstate header so changes …
(edit) @87307   4 years vboxsync DevPlayground.cpp: Added some very simple MMIO handling code that uses …
(edit) @87306   4 years vboxsync FE/Qt: bugref:9871: Network Manager: Reworking validation for …
(edit) @87305   4 years vboxsync FE/Qt: bugref:9871: Network Manager: A bunch of changes for NAT …
(edit) @87303   4 years vboxsync IPRT/rest: for POST and PUT OCI wants even an empty body signed. May …
(edit) @87302   4 years vboxsync IPRT/rest: Fix unedited copy-paste in a comment. bugref:9167.
(edit) @87301   4 years vboxsync FE/Qt: bugref:9515. Using UIToolBox instead of QToolBox
(edit) @87300   4 years vboxsync Audio/ALSA: Documentation.
(edit) @87299   4 years vboxsync Audio/ALSA: Resolved a @todo (Initialize fSwapEndian in …
(edit) @87298   4 years vboxsync Main: Fixed "Failed to create VirtualBox object" in the debug build if …
(edit) @87297   4 years vboxsync FE/Qt: bugref:9871: Network Manager: Port forwarding validation for …
(edit) @87296   4 years vboxsync FE/Qt: bugref:9871: UIPortForwardingTable: Reapplying layout fix …
(edit) @87295   4 years vboxsync FE/Qt: bugref:9871: Network Manager: When applying NAT network changes …
(edit) @87294   4 years vboxsync FE/Qt: bugref:9515. Some more indentation fixes.
(edit) @87293   4 years vboxsync AMD IOMMU: bugref:9654 Add profiling stat for device table lookups …
(edit) @87292   4 years vboxsync TMAllCpu: > 4GHz CPU fun. Adjustments for bugref:9898.
(edit) @87291   4 years vboxsync VBoxDD/EFI: Build adjustment for bugref:9898.
(edit) @87289   4 years vboxsync slirp: Adjustments for bugref:9898.
(edit) @87286   4 years vboxsync EFI: armasm version of DevEFI-binaries.asm. bugref:9898
(edit) @87285   4 years vboxsync DevPCNet.cpp: Use RT_BIG_ENDIAN/RT_LITTLE_ENDIAN to check endianness, …
(edit) @87284   4 years vboxsync DevSmc: Adjustments for bugref:9898.
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