VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44667   12 years vboxsync HDA codec cleanups.
(edit) @44666   12 years vboxsync DevIchIntelHDA.cpp: Build fix + document references.
(edit) @44665   12 years vboxsync DevIchIntelHDA.cpp: Fixed the MMIO access handlers.
(edit) @44647   12 years vboxsync DevIchIntelHDA.cpp: one more…
(edit) @44646   12 years vboxsync DevIchIntelHDA.cpp: Last batch of cleanups.
(edit) @44645   12 years vboxsync DevIchIntelHDA.cpp: uint64_t constants are not ULL suffixed but …
(edit) @44644   12 years vboxsync DevIchIntelHDA.cpp: index -> iReg.
(edit) @44643   12 years vboxsync DevIchIntelHDA.cpp: Made the register access callbacks static and …
(edit) @44642   12 years vboxsync DevIchIntelHDA.cpp: drop the offset argument to the register …
(edit) @44641   12 years vboxsync DevIchIntelHDA.cpp: s & pState -> pThis like everywhere else.
(edit) @44640   12 years vboxsync DevIchIntelHDA.cpp: st is no prefix.
(edit) @44639   12 years vboxsync Eliminated PCIINTELHDLinkState, moving the pci device structure up …
(edit) @44637   12 years vboxsync Forgot one header.
(edit) @44636   12 years vboxsync DevIchIntelHDA.cpp: Let IOM handle unaligned and odd sized write accesses.
(edit) @44635   12 years vboxsync DevIchIntelHDA.cpp: Let IOM handle unaligned and odd sized write accesses.
(edit) @44634   12 years vboxsync DevIchIntelHDA.cpp: Let IOM handle unaligned and odd sized read accesses.
(edit) @44633   12 years vboxsync DevIchIntelHDA.cpp: Cleanups.
(edit) @44632   12 years vboxsync DevIchAc97.cpp: s, d and r variable/parameter cleanups.
(edit) @44631   12 years vboxsync DevIchAc97.cpp: Eliminated PCIAC97LinkState.
(edit) @44630   12 years vboxsync DevIchAc97.cpp: Some code style cleanups.
(edit) @44629   12 years vboxsync DevHEP: MMIO changes and other cleanups.
(edit) @44627   12 years vboxsync efiDestruct fix.
(edit) @44626   12 years vboxsync DevAPIC.cpp,++: Changed the APIC MMIO registrations to let IOM handle …
(edit) @44622   12 years vboxsync Updated VBoxEFI32.fd and VBoxEFI64.fd to r83707.
(edit) @44621   12 years vboxsync DevEFI.cpp: Fixed assertion in nvramStore (forgot it yesterday).
(edit) @44620   12 years vboxsync DevEFI.cpp: Don't save volatile variables.
(edit) @44618   12 years vboxsync Devices/Storage: Add StorageDbgLib for DrvDiskIntegrity if enabled, …
(edit) @44614   12 years vboxsync EFI/env.sh: OVMF and mac corrections.
(edit) @44613   12 years vboxsync Some EFI readme updates.
(edit) @44612   12 years vboxsync Removing old edk2 patches and VBoxPkg*.fdf/.dsc files.
(edit) @44611   12 years vboxsync InitVariable.c: Removed debug code.
(edit) @44610   12 years vboxsync DevEFI.cpp: Improved the output of the 'nvram' info handler ever so …
(edit) @44609   12 years vboxsync DevEFI.cpp: EFI_VARIABLE_OP_QUERY and _OP_ADD optimizations, fixed …
(edit) @44608   12 years vboxsync grr
(edit) @44607   12 years vboxsync grr
(edit) @44606   12 years vboxsync darn
(edit) @44605   12 years vboxsync Some fixes and instrumentation
(edit) @44604   12 years vboxsync done debugging
(edit) @44603   12 years vboxsync fixes
(edit) @44601   12 years vboxsync Added EFI_VARIABLE_OP_QUERY_REWIND for getting to the first variable.
(edit) @44600   12 years vboxsync Annoying assertions.
(edit) @44597   12 years vboxsync Adjusted comment.
(edit) @44593   12 years vboxsync debug more later
(edit) @44592   12 years vboxsync DevEFI.cpp: fix.
(edit) @44591   12 years vboxsync DevEFI,Nvram.cpp: Cleaning up. (partly tested)
(edit) @44582   12 years vboxsync DevOVMF.cpp -> DevEFI.cpp
(edit) @44581   12 years vboxsync DevOVMF.cpp: updates
(edit) @44580   12 years vboxsync VBoxBFE: RIP.
(edit) @44575   12 years vboxsync Making VBOX_WITH_OVMF default, removing the old #else cases.
(edit) @44574   12 years vboxsync DevAHCI: Let IOM do the complicated reads. Let IOM filter out …
(edit) @44571   12 years vboxsync Fixed hungarian typos in MSI registration code. Some E1000 prefix …
(edit) @44569   12 years vboxsync DevE1000: fGCEnabled -> fRCEnabled.
(edit) @44567   12 years vboxsync DevE1000: Use IOMMMIO_FLAGS_READ_DWORD and …
(edit) @44565   12 years vboxsync nits
(edit) @44547   12 years vboxsync DevEFI.cpp: Updates.
(edit) @44546   12 years vboxsync DevE1000: Changed e1kRegLookup to use binary search for the part of …
(edit) @44542   12 years vboxsync DevE1000: More cleanups, changing it to use pThis instead of pState as …
(edit) @44541   12 years vboxsync DevE1000.cpp: Some more cleanups.
(edit) @44540   12 years vboxsync DevE1000.cpp: Some more cleanups.
(edit) @44537   12 years vboxsync DevE1000.cpp: Don't use the default device critsect.
(edit) @44536   12 years vboxsync DevE1000.cpp: Some cleanup.
(edit) @44534   12 years vboxsync DevDMA.cpp: More locking, cleanups.
(edit) @44533   12 years vboxsync VBoxSVSI.cpp: doxygen and hungarian adjustments.
(edit) @44532   12 years vboxsync DevBusLogic.cpp: Cleanups, two missing callback declarations.
(edit) @44529   12 years vboxsync header (C) fixes
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44516   12 years vboxsync DevATA.cpp: No device level locking, we do that on each controller. …
(edit) @44515   12 years vboxsync DevAPIC.cpp: Some cleanups.
(edit) @44514   12 years vboxsync DevACPI cleanups.
(edit) @44510   12 years vboxsync PDM takes the RTC cirtical section before calling the PDMRTCREG …
(edit) @44509   12 years vboxsync Document PIC and APIC callback method locking rules.
(edit) @44508   12 years vboxsync Drop the pfnSaveExecR3 and pfnLoadExecR3 interfaces of the PCI buses …
(edit) @44506   12 years vboxsync DevPCI.cpp: Some cleaning up.
(edit) @44465   12 years vboxsync DevAHCI.cpp: Used RT_SUCCESS instead of RT_FAILURE. Duh!
(edit) @44447   12 years vboxsync DevAHCI.cpp: Replace the automatic per device lock with a NOP. Some …
(edit) @44445   12 years vboxsync Fixed four PDMDevHlpCritSectInit calls.
(edit) @44399   12 years vboxsync DBGF,DBGC,++: PVM -> PUVM. Some refactoring and cleanup as well.
(edit) @44384   12 years vboxsync Devices/PC/BIOS: comment
(edit) @44358   12 years vboxsync PDMAsyncCompletion: PVM -> PUVM (one instance), internalize internal …
(edit) @44355   12 years vboxsync PDMNetShaper: Cleanups & fixes (untested). PVM -> PUVM. Note: cs is a …
(edit) @44351   12 years vboxsync PDM,++: Change APIs used by Main from PVM to PUVM.
(edit) @44311   12 years vboxsync spaces
(edit) @44310   12 years vboxsync Devices/Bus/Pci, Devices/PC/DevAPIC: the Guru meditation handler does …
(edit) @44271   12 years vboxsync BIOS: Sanity check El Torito boot sector count.
(edit) @44254   12 years vboxsync BIOS: Do not panic when an unsupported El Torito function is called.
(edit) @44237   12 years vboxsync AHCI: DTrace fix
(edit) @44236   12 years vboxsync DrvDiskIntegrity: Bugfix
(edit) @44209   12 years vboxsync BIOS: Do not use IRQ 5 for PCI devices.
(edit) @44208   12 years vboxsync DevINIP/new-lwip: use link-local address for IPv6 iSCSI-targets.
(edit) @44207   12 years vboxsync BusLogic: Added 24-bit mailbox support.
(edit) @44206   12 years vboxsync SCSI/BIOS: Moved port base out of harm's way.
(edit) @44147   12 years vboxsync Graphics/DevVGA: alignment fix for 32-bit hosts with OpenGL disabled
(edit) @44138   12 years vboxsync AHCI: Add dtrace probes
(edit) @44130   12 years vboxsync GA/Display: Support for dynamic configuration (position and …
(edit) @44110   12 years vboxsync Devices/Graphics/HGSMI: warning
(edit) @44107   12 years vboxsync BIOS: Reset CPU if POST entered in V86 mode.
(edit) @44058   12 years vboxsync BIOS: Removed broken code.
(edit) @44056   12 years vboxsync Undid unwanted changes.
(edit) @44055   12 years vboxsync DevVGA: Do not draw more lines than necessary.
(edit) @44023   12 years vboxsync PS2K: Fixed Korean keys broken earlier.:
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