summaryrefslogtreecommitdiff
path: root/include/VBox/rawpci.h
Commit message (Expand)AuthorAgeFilesLines
* *: doxygen corrections (mostly about removing @returns from functions returni...vboxsync2023-05-111-2/+0
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-10/+20
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* Doxygen fixes.vboxsync2021-08-241-1/+1
* iprt/cdefs.h: Refactored the typedef use of DECLCALLBACK as well as DECLCALLB...vboxsync2020-07-081-3/+3
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* *: scm --fix-header-guard-endifvboxsync2019-01-011-1/+1
* include/VBox: Use VBOX_INCLUDED_ rather than ___vbox_ as header guard prefix,...vboxsync2019-01-011-2/+2
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* /include: scm --fix-header-guards. bugref:9344vboxsync2018-12-301-0/+3
* include/VBox/: (C) yearvboxsync2017-10-171-1/+1
* HostDrivers/VBoxPci: doxygen fixesvboxsync2017-01-041-8/+23
* (C) 2016vboxsync2016-07-221-1/+1
* include/VBox/**/*.h: pVM and pVCpu parameter description adjustments.vboxsync2015-10-081-12/+14
* include: Updated (C) year.vboxsync2015-06-091-1/+1
* PCI: experimental code for shared interrupts supportvboxsync2011-04-181-1/+5
* PCI: device reset logic, cleanups, read MSI regs from the device vboxsync2011-04-051-0/+2
* PCI: fully reworked interrupts, now HDA audio device can be reasonably passed...vboxsync2011-04-041-0/+4
* PCI: syncvboxsync2011-04-011-31/+19
* PCI: sync of interrupts reworkvboxsync2011-04-011-12/+17
* PCI: fixed init-order issuevboxsync2011-03-291-11/+17
* PCI: refactoring, further IOMMU workvboxsync2011-03-281-9/+23
* VMM: Sketched out where to do the initial I/O MMU setup. This adds a VMINITCO...vboxsync2011-03-251-5/+5
* PCI: more IOMMU bitsvboxsync2011-03-251-8/+12
* PCI: work on IOMMU notificationsvboxsync2011-03-241-2/+36
* PCI: guest power managementvboxsync2011-03-221-1/+40
* PCI: per-VM initialization (for IOMMU domains)vboxsync2011-03-211-3/+33
* PCI: lifetime work, fixed issues with multiple PCI devices attached to one gu...vboxsync2011-03-111-20/+8
* PCI: interrupts workvboxsync2011-03-091-0/+55
* PCI: more raw and 64-bit BARs coding vboxsync2011-03-031-0/+4
* PCI: some of 64-bit BARs support (many real cards do that)vboxsync2011-03-031-2/+21
* PCI: code to perform host driver detach on Linux - not yet fully functional vboxsync2011-03-011-0/+13
* PCI: cleanup, todos, raw PCI regions workvboxsync2011-02-241-4/+4
* PCI: regions workvboxsync2011-02-221-2/+14
* PCI: more host API, lifetime issuesvboxsync2011-02-211-6/+60
* raw PCI: device open/closevboxsync2011-02-151-6/+30
* PCI: further R0/driver workvboxsync2011-02-141-4/+19
* VMM, host drivers: IDC work for PCIvboxsync2011-02-111-0/+81
* PCI: Linux drivervboxsync2011-02-091-0/+193