VirtualBox

source: vbox/trunk/src/VBox/Devices

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @44781   12 years vboxsync VMMDev: Enter the critical section when resettomg and saving state, …
(edit) @44780   12 years vboxsync VMMDev: Do our own locking entirely.
(edit) @44779   12 years vboxsync Devices/DevLsiLogicSCSI: fixed range
(edit) @44778   12 years vboxsync Sad Dijstra => Happy Dijstra.
(edit) @44777   12 years vboxsync VMMDevState.h: Fixed signed warnings caused by the fix in r83871.
(edit) @44774   12 years vboxsync done
(edit) @44773   12 years vboxsync VMMDev.cpp: Split gigantic switch into functions.
(edit) @44764   12 years vboxsync UsbKbd: Workaround for simulated Ctrl-Alt-Del being sent too fast.
(edit) @44762   12 years vboxsync Vbox/VMM/VMMDev: Fix the inconsistency in the type of parameters being …
(edit) @44761   12 years vboxsync DevIchHda.cpp: Make Dijkstra happy.
(edit) @44760   12 years vboxsync DevIchHda.cpp: D'oh!
(edit) @44755   12 years vboxsync UsbKbd: Avoid stuck keys when overrun.
(edit) @44752   12 years vboxsync DMI: update Processor Information table (tyoe 4): do not refer to …
(edit) @44751   12 years vboxsync update alternative system BIOS sources
(edit) @44725   12 years vboxsync Moving the backdoor logging and timesync down so the request handling …
(edit) @44723   12 years vboxsync pVMMDevState -> pThis, like most other devs/drvs do by now.
(edit) @44722   12 years vboxsync VMMDev: More cleanups.
(edit) @44721   12 years vboxsync VMMDev: Removed pointless pThis check in vmmdevIPort_VBVAChange. (The …
(edit) @44720   12 years vboxsync VMMDev: More cleanups.
(edit) @44719   12 years vboxsync BusLogic: More verbose debug info.
(edit) @44718   12 years vboxsync BusLogic: Do not write back the CDB.
(edit) @44717   12 years vboxsync DevIchHda.cpp: Du'h!
(edit) @44709   12 years vboxsync VMMDev: Cleanups.
(edit) @44706   12 years vboxsync DevPcBios: Cleanups.
(edit) @44705   12 years vboxsync PC/DevPcArch.c -> PC/DevPcArch.cpp.
(edit) @44704   12 years vboxsync DevPcArch.c: Some cleanups.
(edit) @44703   12 years vboxsync Forgot this one again.
(edit) @44702   12 years vboxsync DevParallel.cpp: Use the default device critical section to serialize …
(edit) @44701   12 years vboxsync DevParallel.cpp: General cleanups.
(edit) @44700   12 years vboxsync DevParallel.cpp: General cleanups.
(edit) @44699   12 years vboxsync DevOHCI.cpp: pOhci -> pThis, like the rest.
(edit) @44698   12 years vboxsync DevOHCI.cpp: ohciMmioWrite will only get DWORD size+aligned requests …
(edit) @44697   12 years vboxsync DevLsiLogicSCSI.cpp: No default critical section needed according to …
(edit) @44696   12 years vboxsync DevLsiLogicSCSI.cpp: Couldn't find anything in the spec wrt to …
(edit) @44695   12 years vboxsync DevLsiLogicSCSI.cpp: Tell IOM that we only want to get DWORD aligned …
(edit) @44694   12 years vboxsync DevLsiLogicSCSI.cpp: Fixed a number of missing DECLCALLBACKS. Marked …
(edit) @44693   12 years vboxsync DevLPC.cpp: some small adjustment, not worth doing much here.
(edit) @44692   12 years vboxsync BIOS: Implemented ATAPI device reset.
(edit) @44691   12 years vboxsync Added a device helper for registering device registers with DBGF …
(edit) @44690   12 years vboxsync DevIoApic.cpp: Build fix.
(edit) @44689   12 years vboxsync Expose I/O APIC registers to the debugger facilities.
(edit) @44688   12 years vboxsync nit
(edit) @44687   12 years vboxsync nit
(edit) @44686   12 years vboxsync DevIoApic: copy and past error in the MMIO read routine.
(edit) @44685   12 years vboxsync DevIoApic: A short note on IOMMMIO_FLAGS_WRITE_DWORD_ZEROED.
(edit) @44684   12 years vboxsync DevIoApic: Rewrote the MMIO read handler. Mask reserved and read-only …
(edit) @44681   12 years vboxsync DevIoApic.cpp: rewrote the MMIO write handler, change MMIO …
(edit) @44680   12 years vboxsync DevIoApic.cpp: Small cleanups.
(edit) @44679   12 years vboxsync DevIoApic.cpp: Small cleanups.
(edit) @44672   12 years vboxsync BusLogic: Also copy data buffer out if transfer direction is unknown.
(edit) @44670   12 years vboxsync DevINIP.cpp: Removed all use of the harmful statement (at least …
(edit) @44669   12 years vboxsync Renamed the DevIchIntelHDA.cpp to DevIchHda.cpp (ICH include Intel …
(edit) @44668   12 years vboxsync DevCodec.*: More cleanups... moving all the unnecesary defines from …
(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
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