VirtualBox

source: vbox/trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @82360   5 years vboxsync DevIchAc97: build fix. bugref:9218
(edit) @82359   5 years vboxsync DevIchAc97: More align. bugref:9218
(edit) @82358   5 years vboxsync DevIchAc97: Set new-style flag. bugref:9218
(edit) @82357   5 years vboxsync DevIchAc97: Split up the state structures. bugref:9218
(edit) @82356   5 years vboxsync DevIchAc97: Removed a bunch of unnecessary AssertPtrReturn statements …
(edit) @82355   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsSystem: Get rid of hardcoded …
(edit) @82354   5 years vboxsync Dev/E1000: Fixed regression introduced by r135174
(edit) @82353   5 years vboxsync NEMR3: fix context info in error message
(edit) @82352   5 years vboxsync doc/manual: mention virtio-scsi as experimental Main/SystemProperties: …
(edit) @82351   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsSystem: Get rid of hardcoded …
(edit) @82349   5 years vboxsync Main/SystemProperties: currently VMs always have keyboard and mouse …
(edit) @82348   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsSystem: Another nit for r135112
(edit) @82347   5 years vboxsync Dev/E1000: Deal with trivial issues detected by parfait.
(edit) @82346   5 years vboxsync DevIchAc97: Indent/valign structure member on tab stops (+4). …
(edit) @82345   5 years vboxsync DevHDA,DevIchAc97: Moved the per-stream timers into the stream …
(edit) @82344   5 years vboxsync DevIchAc97: Eliminated pDevInsR0 and pDevInsRC as well as the …
(edit) @82343   5 years vboxsync DevIchAc97: Cleanups. bugref:9218
(edit) @82342   5 years vboxsync add/linux/vboxsf: ticketref:17299 inode_change_ok() gone in 4.1.37-4.2.0
(edit) @82341   5 years vboxsync PDM: Doxygen fix. bugref:9218
(edit) @82340   5 years vboxsync DevIchAc97: Remove two unnecessary assertions. bugref:9218
(edit) @82339   5 years vboxsync PDM: Doxygen fixes. bugref:9218
(edit) @82338   5 years vboxsync DevHPET: Must name timers differently now or STAM asserts. bugref:9218
(edit) @82337   5 years vboxsync bugref:9416. Cloud import: replace the existing files in the folder …
(edit) @82336   5 years vboxsync FE/Qt: bugref:9611: UIMachineLogic: Get rid of hardcoded DnD mode …
(edit) @82335   5 years vboxsync FE/Qt: bugref:9611: UIMachineLogic: Get rid of hardcoded shared …
(edit) @82334   5 years vboxsync DevRTC: don't use '/' in timer descriptions as TM feeds them to STAM. …
(edit) @82333   5 years vboxsync TM: Added timer statistics. bugref:9218
(edit) @82332   5 years vboxsync DevHDA: Reduce the number of PDMDevHlpTimerGet calls. bugref:9218
(edit) @82331   5 years vboxsync DevHDA: Converted timers to new style. Left some todos. bugref:9218
(edit) @82330   5 years vboxsync WDDM: prototype DXVA implementation
(edit) @82329   5 years vboxsync PDM,DevACPI,DevHPET,DevPit-i8254,DevRTC,APIC: Added device helpers for …
(edit) @82328   5 years vboxsync DevIchAc97: Simplified ichac97R3TimerSet, avoiding an unnecessary …
(edit) @82327   5 years vboxsync GuestAdditions Repack: adding VBoxControl.exe and VBoxTray.exe to …
(edit) @82326   5 years vboxsync Config.kmk: use w.x.y.z version scheme for drivers (InfVerif …
(edit) @82325   5 years vboxsync DevIchAc97: ichac97TimerSet isn't used from ring-0, so make it ring-3 …
(edit) @82324   5 years vboxsync DevIchAc97: Converted timers. bugref:9218
(edit) @82323   5 years vboxsync DevIchAc97,DevHDA: PDMCritSect -> PDMDevHlpCritSect. No need to take …
(edit) @82322   5 years vboxsync EFI/Firmware: Workaround two issues with device paths created by macOS …
(edit) @82321   5 years vboxsync ConsoleImpl2.cpp: More of same.
(edit) @82320   5 years vboxsync ConsoleImpl2: Don't use Utf8Str for storing string a 'const char *' …
(edit) @82319   5 years vboxsync DevHDA,DevIchAc97: Use devhlp for CFGMR3 functions. Don't pass empty …
(edit) @82318   5 years vboxsync DevHDA: doxygen fix. bugref:9218
(edit) @82317   5 years vboxsync DevIchAc97: doxygen fixes. bugref:9218
(edit) @82316   5 years vboxsync VMM(PDM,PGM,MM): MMIO2 cleanups. bugref:9218
(edit) @82315   5 years vboxsync Shared Clipboard/VBoxClient: Some termination / cleanup fixes.
(edit) @82314   5 years vboxsync HMVMXR0.cpp: Added todo about optimizing MMIO.
(edit) @82313   5 years vboxsync IOM,PDMDevHlp: Kicked out the old MMIO code. bugref:9218
(edit) @82312   5 years vboxsync IOM: Removed unused function iomR3IOPortGetStandardName(). bugref:9218
(edit) @82311   5 years vboxsync IOM,PDMDevHlp: Kicked out the old I/O port code. bugref:9218
(edit) @82310   5 years vboxsync DevIchAc97: SSMR3 -> devhlp. bugref:9218
(edit) @82309   5 years vboxsync DevHDA: Missed some SSMR3 -> devhlp conversions. bugref:9218
(edit) @82308   5 years vboxsync DevHDA: Fixed bug in hdaCodecLoadState showcasing why switch aren't …
(edit) @82307   5 years vboxsync DevHDA: s/HDA_SSM_/HDA_SAVED_STATE_/g bugref:9218
(edit) @82306   5 years vboxsync DevHDA: Exorcised the hackish stuff from leagcy state loading code as …
(edit) @82305   5 years vboxsync DevHDA: Same for older state versions. bugref:9218
(edit) @82304   5 years vboxsync DevHDA: Just fail immeidately if there are too many streams in the …
(edit) @82303   5 years vboxsync DevHDA: Try more consistently to check status codes before using …
(edit) @82302   5 years vboxsync DevHDA: SSMR3 -> devhlp. Left some comments about bad saved state …
(edit) @82301   5 years vboxsync DevHDA: Converted MMIO region to new style. [fix] bugref:9218
(edit) @82300   5 years vboxsync DevHDA: Converted MMIO region to new style. bugref:9218
(edit) @82299   5 years vboxsync DevPci: There are no more old style I/O port or MMIOEx ranges anymore. …
(edit) @82298   5 years vboxsync DevPci: There are no more old style I/O port or MMIOEx ranges anymore. …
(edit) @82297   5 years vboxsync DevPci: There are no more old style I/O port or MMIOEx ranges anymore. …
(edit) @82296   5 years vboxsync Devices,Puel: Do a better job of disabling pci passthru device code. …
(edit) @82295   5 years vboxsync DevIchAc97: Converted I/O ports, forgot ring-0 bits. [grr] bugref:9218
(edit) @82294   5 years vboxsync DevIchAc97: Converted I/O ports, forgot ring-0 bits. bugref:9218
(edit) @82293   5 years vboxsync DevIchAc97: Converted I/O ports. bugref:9218
(edit) @82292   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsGeneral: Get rid of hardcoded DnD …
(edit) @82291   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsSystem: Nit for r135114.
(edit) @82290   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsGeneral: Get rid of hardcoded …
(edit) @82289   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsSystem: Nit for r135112.
(edit) @82288   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsSystem: Get rid of hardcoded …
(edit) @82287   5 years vboxsync Shared Clipboard/VBoxClient: SCM fix.
(edit) @82286   5 years vboxsync Shared Clipboard/VBoxClient: Initial commit for experimental FUSE support.
(edit) @82285   5 years vboxsync EFI: Set DevicePathsSupported in DataHub (see bugref:6930).
(edit) @82283   5 years vboxsync DevVGA: vgaR3RegisterVRAMHandler must pass pDevIns to the handlers, …
(edit) @82282   5 years vboxsync DevVGA: vgaR3RegisterVRAMHandler must pass pDevIns to the handlers, …
(edit) @82280   5 years vboxsync Shared Clipboard: Resolved some more @todos.
(edit) @82279   5 years vboxsync Shared Clipboard: Resolved some more @todos.
(edit) @82278   5 years vboxsync VGABIOS: Use inlines instead of calls for far memory access. Saves …
(edit) @82277   5 years vboxsync IOMR0: Table initialization bug in the two function growing the …
(edit) @82276   5 years vboxsync Reverting buggy r135098
(edit) @82275   5 years vboxsync scm fix for copyright
(edit) @82274   5 years vboxsync scm fix for copyright
(edit) @82273   5 years vboxsync Windows build fix
(edit) @82272   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsStorage: Get rid of hardcoded …
(edit) @82271   5 years vboxsync Repack scripts: first dirty hard-coded version. bugref:9587
(edit) @82270   5 years vboxsync Main/SystemProperties: re-sort the storage buses (SATA first as it …
(edit) @82269   5 years vboxsync Installer/linux: fix shell syntax issue
(edit) @82268   5 years vboxsync Main/SystemProperties: add a method for querying which storage bus is …
(edit) @82267   5 years vboxsync FE/Qt: bugref:9611: UIMachineSettingsStorage: Rework controller items …
(edit) @82266   5 years vboxsync Shared Clipboard/X11: More cleanup.
(edit) @82265   5 years vboxsync ACPI/vbox-cpuhotplug.dsl: Workaround for recent iasl failing to …
(edit) @82264   5 years vboxsync VMM/HMVMXR0: Comment typo.
(edit) @82263   5 years vboxsync Installer/linux: add more dependency hints for vboxweb systemd service …
(edit) @82262   5 years vboxsync Shared Clipboard/X11: Lots more cleanup.
(edit) @82261   5 years vboxsync vmm/pdmaudioifs.h: doxygen adjustments. bugref:9218
(edit) @82260   5 years vboxsync PackDriversForSubmission.cmd: scm fix (blocking uploading of new …
(edit) @82259   5 years vboxsync DrvAudioCommon.cpp: Doxygen fix. bugref:9218
(edit) @82258   5 years vboxsync DevVGA: scm 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