VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26208   15 years vboxsync EFI: bits
(edit) @26206   15 years vboxsync Don't enable new I/O by default yet
(edit) @26203   15 years vboxsync EFI: better configuration for firmware
(edit) @26195   15 years vboxsync style
(edit) @26188   15 years vboxsync Another one
(edit) @26185   15 years vboxsync Build fix
(edit) @26183   15 years vboxsync Commit CPU hotplug patches again
(edit) @26180   15 years vboxsync *: The rest of the %V* format specifiers are history.
(edit) @26177   15 years vboxsync *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
(edit) @26176   15 years vboxsync VBox/err.h,*: Use RT_SUCCESS/FAILURE instead of the VBOX variants, …
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26172   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 1.
(edit) @26169   15 years vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26166   15 years vboxsync PDM: s/szDriverName/szName/g - PDMDRVREG.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26164   15 years vboxsync PDM: Cleaning up device & USB device registration code.
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @26161   15 years vboxsync PDM: s/pDrvReg/pReg/g
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26158   15 years vboxsync TMR3UTCNow -> TMR3UtcNow + DevHlp.
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @26147   15 years vboxsync AsyncCompletion: Fix incorrect count of outstanding write tasks. Fixes …
(edit) @26137   15 years vboxsync PDM: Added PDMIBASERC and PDMIBASER0.
(edit) @26135   15 years vboxsync typo.
(edit) @26115   15 years vboxsync ACPI: reverted hotplug changes until they get fixed (r57068, r57069, …
(edit) @26112   15 years vboxsync PDM,UsbMsd,++: Resumed hacking the MSD code.
(edit) @26110   15 years vboxsync EFI: functional reset
(edit) @26109   15 years vboxsync EFI: allow passing boot args via extradata
(edit) @26104   15 years vboxsync SATA: integrity word
(edit) @26101   15 years vboxsync Audio-OSX: fixed a warning
(edit) @26100   15 years vboxsync Audio-OSX: Added input/output device change detection, sample rate …
(edit) @26097   15 years vboxsync Remove $
(edit) @26096   15 years vboxsync Makefile
(edit) @26095   15 years vboxsync ACPI: Move the processor definition out of the DSDT into a SSDT. …
(edit) @26080   15 years vboxsync Build fix
(edit) @26078   15 years vboxsync CPU hotplug: Remove obsolete code. APIC objects are returned from the …
(edit) @26076   15 years vboxsync CPU hotplug: ACPI changes for Windows guests
(edit) @26057   15 years vboxsync ACPI: spaces, coding style, some comments, FACS 64-bit aligned
(edit) @26056   15 years vboxsync ACPI: Missing break
(edit) @26055   15 years vboxsync #4610: virtio-net: changed out-of-range read handling to return …
(edit) @26049   15 years vboxsync ATA: checksum typo, cleanup
(edit) @26037   15 years vboxsync NAT: xtracker 4630 (respect the bootp BROADCAST flags)
(edit) @26029   15 years vboxsync #4610: virtio-net: fixed handling for port writes beyond the valid range.
(edit) @26028   15 years vboxsync Hmm, not yet
(edit) @26027   15 years vboxsync BIOS: use copt to optimize the assembler a bit (make the code a bit …
(edit) @26008   15 years vboxsync Some more -Wshadow.
(edit) @26003   15 years vboxsync VGA bios: fix the attribute during text scroll (fix from upstream)
(edit) @26001   15 years vboxsync PDM,*: Redid the PDM structure versions. Check the instance and helper …
(edit) @25999   15 years vboxsync ATA: enable SCSI_READ_DVD_STRUCTURE for all controller types (seems safe)
(edit) @25995   15 years vboxsync VMM: PDM infrastructure for HPET
(edit) @25993   15 years vboxsync DrvIntNet.cpp: Preparing for R0/RC.
(edit) @25992   15 years vboxsync alias_nbt.c: isprint -> RT_C_IS_PRINT; fixes missing prototype warning …
(edit) @25989   15 years vboxsync ATA: implement integrity word
(edit) @25987   15 years vboxsync HPET work
(edit) @25986   15 years vboxsync pdmifs.h: cleaned out the remaining references to PDMINTERFACE. …
(edit) @25985   15 years vboxsync pdmifs.h: the final batch of refactored interface ID code.
(edit) @25984   15 years vboxsync pdmifs.h: the penultimate batch of refactored interface ID code.
(edit) @25981   15 years vboxsync pdmifs.h: yet another batch of refactored interface ID code.
(edit) @25974   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25972   15 years vboxsync VHD: The disk footer copy of a dynamic disks needs to be updated too …
(edit) @25971   15 years vboxsync pdmifs.h: another batch of _IID changes.
(edit) @25969   15 years vboxsync pdmifs.h: Converted the mouse interface ids. Committing early to see …
(edit) @25968   15 years vboxsync placeholder
(edit) @25967   15 years vboxsync ACPI: few missed entries
(edit) @25966   15 years vboxsync PDMIBASE refactoring; use UUID as interface IDs.
(edit) @25963   15 years vboxsync VHD: Fix incompatibility with Virtual PC
(edit) @25955   15 years vboxsync #4610: virtio-net: fixed handling for port reads beyond the valid range.
(edit) @25950   15 years vboxsync $(QUIET)
(edit) @25946   15 years vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25934   15 years vboxsync BusLogic: Fix assertions with 2.4 kernels
(edit) @25928   15 years vboxsync ACPI: HPET work
(edit) @25917   15 years vboxsync Audio-OSX: burn fix
(edit) @25916   15 years vboxsync Audio-OSX: More updates to the CoreAudio backend. Added sample rate …
(edit) @25900   15 years vboxsync Same goes for the write handler and the duplicate ATAController code.
(edit) @25897   15 years vboxsync ATA: ataIOPortReadStr1: deal with the unlikely case where no data (or …
(edit) @25895   15 years vboxsync ACPI: move HPET to proper place
(edit) @25893   15 years vboxsync PDMDrv,*: multi context drivers, part 2.
(edit) @25891   15 years vboxsync PDMDrv,*: multi context drivers, part 1.
(edit) @25876   15 years vboxsync e1000: Revised EERD patch applied (http://www.virtualbox.org/ticket/6008)
(edit) @25870   15 years vboxsync windows build fix
(edit) @25869   15 years vboxsync Devices/Makefile.kmk: no -Wshadow for the libalias stuff
(edit) @25855   15 years vboxsync DevACPI.cpp: more bound checking.
(edit) @25854   15 years vboxsync DevACPI.cpp: bound checking.
(edit) @25848   15 years vboxsync CPU hotplug: Merge the third patch. Guest additions interface for the …
(edit) @25847   15 years vboxsync Missing change
(edit) @25846   15 years vboxsync Change CPU hot-plug ACPI table to work with the changed interface
(edit) @25845   15 years vboxsync Check for hot-plug flag
(edit) @25838   15 years vboxsync Address todos (changes the protocol for CPU ejection) and make it …
(edit) @25830   15 years vboxsync #3987: Virtio minor cs optimizations + timer stats.
(edit) @25825   15 years vboxsync r=bird: hot-plug review and code style cleanup. check out the @todos
(edit) @25823   15 years vboxsync Devices: more -Wshadow
(edit) @25822   15 years vboxsync NAT: -Wshadow fixes. Use RT_N2H and RT_H2N instead of ntoh
(edit) @25820   15 years vboxsync The CPU is always attached if CPU hotplugging is not enabled
(edit) @25819   15 years vboxsync FreeBSD: Add support for PulseAudio. Contributed by Noriyoshi Kawano …
(edit) @25818   15 years vboxsync Build fix
(edit) @25817   15 years vboxsync CPU hotplug: Merge the second patch. ACPI changes to support CPU …
(edit) @25799   15 years vboxsync NAT: fixed recent regression (xtracker 4590) on non-Linux/non-Windows …
(edit) @25790   15 years vboxsync Devices: -Wshadow
(edit) @25780   15 years vboxsync Misc: -Wshadow warnings.
Note: See TracRevisionLog for help on using the revision log.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette