VirtualBox

source: vbox/trunk/src/VBox/Devices/PC/DevPIC.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @93832   3 years vboxsync DevPIC: Must handle at least some 16-bit accesses. Existing software …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @91739   3 years vboxsync DevPIC: Avoid release assertion (see bugref:10109).
(edit) @90436   3 years vboxsync VMM,Dev*: Handle PDMCritSectEnter failures in relation to the PDM …
(edit) @84334   5 years vboxsync Devices/{DevPIC,DevPIT-i8254}: Doxygen
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @82656   5 years vboxsync Typo.
(edit) @82041   5 years vboxsync PIC,APIC,IOAPIC,PDM: The PIC, APIC, and IOAPIC cannot have their …
(edit) @81924   5 years vboxsync DevPIC: doxygen fix. bugref:9218
(edit) @81915   5 years vboxsync DevPIC: Split up the structure and marked the device as new-style. …
(edit) @81914   5 years vboxsync DevPIC: Split up the structure and marked the device as new-style. …
(edit) @81913   5 years vboxsync DevPIC: Eliminated pDevIns pointers in the state structures. bugref:9218
(edit) @81912   5 years vboxsync DevPIC: Forgot to remvoe debug logging. Oops. bugref:9218
(edit) @81910   5 years vboxsync DevPIC: Converted I/O ports to new style. Replaced the memset …
(edit) @81909   5 years vboxsync VMM,DevPIC: Refactored the PIC registration. bugreF:9218
(edit) @81591   5 years vboxsync Devices: Use PDMDEVINS_2_DATA and PDMDEVINS_2_DATA. bugref:9218
(edit) @81514   5 years vboxsync Devices,ExtPacks: Use PDM_DEVREG_FLAGS_RZ and …
(edit) @80704   5 years vboxsync PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field …
(edit) @80703   5 years vboxsync PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG …
(edit) @80531   5 years vboxsync VMM,Devices: Some PDM device model refactoring. bugref:9218
(edit) @78599   6 years vboxsync PIC: Tweaked an assertion (see bugref:9463).
(edit) @78208   6 years vboxsync PDM,APIC,PIC: Don't use AssertRelease on VMCPU_FF_INTERRUPT_PIC, …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @73101   6 years vboxsync Added RT_FROM_MEMBER_DYN for use in cases like pic_poll_read.
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @67891   7 years vboxsync PIC: Simplified implementation. Seems to work just as well as the …
(edit) @64369   8 years vboxsync Devices/PC: Doxygen fixes
(edit) @62890   8 years vboxsync Devices: warnings
(edit) @62509   8 years vboxsync (C) 2016
(edit) @58132   9 years vboxsync *: Doxygen fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @56292   9 years vboxsync Devices: Updated (C) year.
(edit) @56284   9 years vboxsync s/VMMGC.gc/VMMRC.rc/g s/VBoxDDGC.gc/VBoxDDRC.rc/g …
(edit) @48947   11 years vboxsync Devices: Whitespace and svn:keyword cleanups by scm.
(edit) @47035   11 years vboxsync log IMR changes.
(edit) @45025   12 years vboxsync Update PDMDEVREG initialization comment so they refer to pfnMemSetup …
(edit) @44801   12 years vboxsync DevPIC.cpp: Cleanups.
(edit) @44528   12 years vboxsync header (C) fixes
(edit) @44509   12 years vboxsync Document PIC and APIC callback method locking rules.
(edit) @40907   13 years vboxsync Working on tracking IRQs for tracing and logging purposes.
(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) @38921   13 years vboxsync Converted incorrect assertion to log statement.
(edit) @38849   13 years vboxsync DevPIC.cpp: Use the NOP critical section on the device level - the PCI …
(edit) @37423   13 years vboxsync Ran the source code massager (scm).
(edit) @37159   14 years vboxsync PIC: Return zero in poll mode if no interrupt.
(edit) @36014   14 years vboxsync PIC: Compacted info display so it does not take up two screens.
(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) @35073   14 years vboxsync PIC: Converted release assertion to log statement.
(edit) @34697   14 years vboxsync PIC: Clear IRR bit when edge triggered IRQ is deasserted.
(edit) @34695   14 years vboxsync PIC: Reversed IRQ flip-flop polarity.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(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) @26157   15 years vboxsync PDMDEVHLPR3 cleanup; reduced the number of strict functions.
(edit) @24012   15 years vboxsync DevPIC: Always enable 'info pic', not only in debug builds.
(edit) @23987   15 years vboxsync Reverted unintentionally submitted changes.
(edit) @23986   15 years vboxsync DevAPIC: Added debugger support to print LAPIC and I/O APIC state.
(edit) @22793   15 years vboxsync SSM,*: Renamed phase to pass (uPhase/SSM_PHASE_FINAL) and wrote the …
(edit) @22480   15 years vboxsync SSM,VMM,Devices,Main,VBoxBFE: Live snapshot/migration SSM API adjustments.
(edit) @20572   15 years vboxsync DrvVUSBRootHub.cpp,DevPCI,DevAPIC: Don't register stats under /PDM/.
(edit) @20374   15 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20367   15 years vboxsync Devices: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @12977   16 years vboxsync #1865: Updated PDMDEVREG with pfnSoftReset, u32VersionEnd and some …
(edit) @12969   16 years vboxsync #1865: PDMINS.
(edit) @11284   16 years vboxsync Devices: %Vrc -> %Rrc (just preferred, not mandatory (yet))
(edit) @11265   16 years vboxsync DevPIC: dropped vl_vbox.h
(edit) @11264   16 years vboxsync DevPIC: pData -> pThis.
(edit) @11263   16 years vboxsync DevPIC: Use CFGM*Def.
(edit) @11262   16 years vboxsync DevPIC: cosmetics.
(edit) @11261   16 years vboxsync #1865: DevPIC.
(edit) @10202   16 years vboxsync removed VBOX_WITH_PDM_LOCK
(edit) @9387   17 years vboxsync 64-bit GC alignment fixes
(edit) @9212   17 years vboxsync Major changes for sizeof(RTGCPTR) == uint64_t. Introduced RCPTRTYPE …
(edit) @8923   17 years vboxsync pic_update_irq: clear interrupt pending flag if none is pending.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @6321   17 years vboxsync Extended logging a bit.
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @5208   17 years vboxsync more logging
(edit) @4787   17 years vboxsync Eliminated HCPTRTYPE and replaced with R3R0PTRTYPE where necessary.
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @4014   17 years vboxsync Use pdmdrv.h and pdmdev.h where appropirate.
(edit) @3489   17 years vboxsync Clear interrupt action flag when a spurious interrupt situation is …
(edit) @3308   17 years vboxsync warning
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @2781   18 years vboxsync made the file description correspond to the device/driver description.
(edit) @2538   18 years vboxsync Quick implementation of IRQ level flip-flip (pass …
(edit) @2269   18 years vboxsync Stricter pointer typechecking. (R0 vs R3)
(edit) @490   18 years vboxsync 64-bit alignment.
(edit) @113   18 years vboxsync 64-bit
(add) @1   55 years vboxsync import
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