VirtualBox

source: vbox/trunk/src/VBox/Devices/Bus/DevPCI.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @62889   8 years vboxsync Devices: warnings
(edit) @62885   8 years vboxsync Devices: gcc warnings
(edit) @62629   8 years vboxsync pci_default_write_config: Put the '~' operator outside the UINT32_C() …
(edit) @62628   8 years vboxsync Devices: unused parameter warnings.
(edit) @62518   8 years vboxsync (C) 2016
(edit) @61810   9 years vboxsync PCI: Dump current PCI IRQ status.
(edit) @61770   9 years vboxsync PCI: Print INTx# to I/O APIC IRQ mapping information.
(edit) @60167   9 years vboxsync DevPCI: make Parfait happy
(edit) @60166   9 years vboxsync DevPCI: make Parfait happy
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57781   9 years vboxsync Devices/Bus/PCI: Improved BAR mapping sanity checking, including …
(edit) @57393   9 years vboxsync DECLCALLBACK
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57006   9 years vboxsync VMM,*: Annotated format strings in the VMM APIs and dealt with the fallout.
(edit) @56292   10 years vboxsync Devices: Updated (C) year.
(edit) @56284   10 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @55853   10 years vboxsync Logrel consistency.
(edit) @52829   10 years vboxsync Removed duplicate line.
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @45305   12 years vboxsync IOM: Adding pVCpu to a lot of calls and moving the lookup caches from …
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44795   12 years vboxsync DevPCI.cpp: Some cleanups.
(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) @44310   12 years vboxsync Devices/Bus/Pci, Devices/PC/DevAPIC: the Guru meditation handler does …
(edit) @41825   13 years vboxsync PCI/DevATA: Put PCIDevPhysRead/Write into …
(edit) @41816   13 years vboxsync DevPCI: Changed return values of PCIDevPhysRead/Write to …
(edit) @41811   13 years vboxsync PCI/DevATA: Added bus mastering support.
(edit) @41697   13 years vboxsync Debugger: Added "info pci" command PCI devices; added showing bus …
(edit) @40907   13 years vboxsync Working on tracking IRQs for tracing and logging purposes.
(edit) @40282   13 years vboxsync *: gcc-4.7: ~0 => ~0U in initializers (warning: narrowing conversion …
(edit) @40280   13 years vboxsync Corrected a bunch of HC and GC uses in status codes.
(edit) @39091   13 years vboxsync More parameter warning fixes; made PciIch9 check the saved state version.
(edit) @38852   13 years vboxsync DevPCI.cpp: PDM provides locking via the helper interface, make the …
(edit) @36079   14 years vboxsync PCI: cleanup, todos, raw PCI regions work
(edit) @35753   14 years vboxsync various nits.
(edit) @35353   14 years vboxsync Move the misc files the in src/VBox/Devices/ directory into a build/ …
(edit) @35346   14 years vboxsync VMM reorg: Moving the public include files from include/VBox to …
(edit) @34751   14 years vboxsync Typo.
(edit) @34750   14 years vboxsync PCI: Added pciirq dbg info command for old chipset.
(edit) @34332   14 years vboxsync PCI: run BIOS init on each reset
(edit) @33540   14 years vboxsync *: spelling fixes, thanks Timeless!
(edit) @32906   14 years vboxsync PCI: forgot another init
(edit) @32860   14 years vboxsync PCI: MSI per-vector masking, saved states
(edit) @32820   14 years vboxsync PCI, PDM: initial drop of MSI support
(edit) @32776   14 years vboxsync PCI: refactoring for PCIe work
(edit) @32490   14 years vboxsync PIIX PCI: fixed long standing bug in device relocation code (IRQ was …
(edit) @32147   14 years vboxsync Main, Device: fix saved states (PCI)
(edit) @32120   14 years vboxsync Main, devices: support for chipset selection in the public API
(edit) @31336   14 years vboxsync PCI: Make additional config space bits read-only.
(edit) @30130   15 years vboxsync PCI: make LPC placement on the bus unconditional (fixes older OSX guests)
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27079   15 years vboxsync Added comments about PCI/ACPI/IOAPIC interrupt routing backdoor.
(edit) @26989   15 years vboxsync Extra comment for the backdoor config bytes
(edit) @26173   15 years vboxsync PDM: s/pCfgHandle/pCfg/g - part 2.
(edit) @26169   15 years vboxsync PDM: s/pDevHlp\(|R0|R3|RC\)/pHlp\1/g - PDMDEVINS.
(edit) @26165   15 years vboxsync PDM: s/szDeviceName/szName/g - PDMDEVREG & PDMUSBREG.
(edit) @26160   15 years vboxsync PDM: s/pDevReg/pReg/g
(edit) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @25780   15 years vboxsync Misc: -Wshadow warnings.
(edit) @25594   15 years vboxsync PCI: Bits 0-1 of the address register are reserved. Real hardware …
(edit) @25267   15 years vboxsync DevPCI: warning
(edit) @24638   15 years vboxsync PCI: Fix interrupt mapping for certain slots behind a bridge
(edit) @24265   15 years vboxsync Devices,VMM: Replaced all VERR_SSM_LOAD_CONFIG_MISMATCH returns with …
(edit) @24146   15 years vboxsync Unused variables
(edit) @24145   15 years vboxsync DevPCI: Don't disable PCI device before the PCI state is being loaded.
(edit) @23253   15 years vboxsync DevPCI: Some save state and double underscore cleanup.
(edit) @23186   15 years vboxsync DevPCI: Workaround needed for EFI is the right thing to do, enabled …
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22493   15 years vboxsync VMM,DevPCI,VBox/types.h: Added a VBOXSTRICTRC type for indicating …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   16 years vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20163   16 years vboxsync DevPCI: Moved the I/O ports from 0xc000 to 0xd000 to avoid clashing …
(edit) @20159   16 years vboxsync DevPCI: Fixed missing restore of register 0x38 (unknown).
(edit) @20156   16 years vboxsync DevPCI: Restore all config registers.
(edit) @20154   16 years vboxsync PCI: The risky half of the remapping fix. Fixes #1587 and #3903.
(edit) @20153   16 years vboxsync SSM,PCI: We must restore the PCI configuration registers before PGM so …
(edit) @19314   16 years vboxsync DevPCI.cpp: Temporary EFI hack for fixing VGA detection.
(edit) @16745   16 years vboxsync add rudimentary support for ICH6 IDE controller
(edit) @16245   16 years vboxsync further devices work
(edit) @15787   16 years vboxsync PCI: don't allow to change subsystem ID and vendor ID; mask out …
(edit) @15535   16 years vboxsync space
(edit) @15128   16 years vboxsync DevPCI: AssertMsgReturn
(edit) @15100   16 years vboxsync PCI device size sanity check
(edit) @14830   16 years vboxsync DevPCI: field trivial I/O port accesses in R0/RC. (speeds up OS/2 boot …
(edit) @14474   16 years vboxsync warnings
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13404   16 years vboxsync DevPCI: Put the bridge cache array on the normal heap.
(edit) @13302   16 years vboxsync PCI: put bridges on a separate array to speed up searching for the …
(edit) @13233   16 years vboxsync PCI: Remove assertion because it fails if there is a region registered …
(edit) @13220   16 years vboxsync DevPCI: a little review comment for later.
(edit) @13201   16 years vboxsync Could return uninitialized variable in the bridging case
(edit) @13192   16 years vboxsync PCI: Forgotten variable initialization
(edit) @13191   16 years vboxsync PCI: fix alignment on 32bit
(edit) @13189   16 years vboxsync PCI: Add support for PCI-to-PCI bridges
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12969   16 years vboxsync #1865: PDMINS.
(edit) @12653   16 years vboxsync various files: doxygen fixes.
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