summaryrefslogtreecommitdiff
path: root/src/VBox/VMM/VMMR3/PDMDevice.cpp
Commit message (Expand)AuthorAgeFilesLines
* VMM/ArmV8: Skeleton of the GICv3 interrupt controller emulation, bugref:10404vboxsync2023-04-131-2/+10
* VMM: More ARMv8 x86/amd64 separation work, VBoxVMMArm compiles and links now,...vboxsync2023-03-191-0/+4
* Copyright year updates by scm.vboxsync2023-01-171-1/+1
* scm copyright and license note updatevboxsync2022-08-221-8/+18
* VMM/PGM,VMM/PDM,VGA: Consolidate the user parameters of the physical access h...vboxsync2022-02-071-0/+5
* VMM/PDMQueue: Rewrote the queue code to not use the hyper heap and be a bit s...vboxsync2022-02-051-3/+2
* scm --update-copyright-yearvboxsync2022-01-011-1/+1
* VMM: More driverless adjustments. bugref:10138vboxsync2021-12-021-1/+1
* VMM/PDM,PGM: Added PGMR3IsNemModeEnabled and made PDM not put devices in ring...vboxsync2021-11-121-1/+4
* VMM/PDM,PGM: Added PGMR3IsNemModeEnabled and made PDM not put devices in ring...vboxsync2021-11-121-1/+8
* VMM: Removed raw-mode stuff from PDMQueue. bugref:9517vboxsync2021-10-201-2/+0
* - VMM: Pass pVM to PDMCritSect APIs. bugref:9218 bugref:10074vboxsync2021-07-261-6/+6
* VMM/PDMDevice: Add some details to VBoxDeviceRegister failures. bugref:9813vboxsync2020-08-101-0/+6
* VMM/PDMDevice: Need to assign the device helper tracing variant before callin...vboxsync2020-06-101-18/+18
* VMM/PDM: DBGF even tracing integration, bugref:9210vboxsync2020-05-221-17/+75
* Copyright year updates by scm.vboxsync2020-02-041-1/+1
* PDM: Require PDM_DEVREG_FLAGS_NEW_STYLE to be set now. bugref:9218vboxsync2019-12-061-0/+3
* PDMDevice.cpp: Set VM error on device constructor failures when the construct...vboxsync2019-11-181-1/+7
* PDM: Defined a total PDM device instance limit of 4MB (for now). Need some 2...vboxsync2019-11-141-3/+10
* DevSmc,PDM: Converted the SMC device to the new style. Converted PDMDevHlpCa...vboxsync2019-10-241-0/+1
* VMM,/Makefile.kmk: Kicked out more recompiler related code. bugref:9576vboxsync2019-10-081-3/+0
* PDM,Devices: Moving the PDMPCIDEV structures into the PDMDEVINS allocation. ...vboxsync2019-09-261-11/+36
* PDM: Check new device registration fields when creating the ring-0 instances....vboxsync2019-09-101-0/+2
* PDM,Devices: Changed PDM_DEVREG_FLAGS_MSI_X into a registration field giving ...vboxsync2019-09-101-0/+4
* PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG structur...vboxsync2019-09-101-0/+2
* VMM: Fix for problem loading VBoxEhciR0.r0 after PDM device refactoring. bugr...vboxsync2019-09-021-1/+1
* VMM,Devices: Some PDM device model refactoring. bugref:9218vboxsync2019-09-011-72/+141
* VMM: Eliminating the VBOX_BUGREF_9217 preprocessor macro. bugref:9217vboxsync2019-08-171-4/+0
* VMM: Eliminating the VBOX_BUGREF_9217_PART_I preprocessor macro. bugref:9217vboxsync2019-08-161-1/+0
* VMM,++: Refactoring code to use VMMC & VMMCPUCC. bugref:9217vboxsync2019-08-151-0/+4
* VMM/r3: Refactored VMCPU enumeration in preparation that aCpus will be replac...vboxsync2019-08-081-0/+1
* scm --update-copyright-yearvboxsync2019-01-011-1/+1
* VBox/vmm/apic.h: Try avoid dragging in pdmdev.h, so use function for APIC dev...vboxsync2018-12-231-3/+3
* *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and RT_OFFSETOF_ADD work ...vboxsync2018-07-121-2/+2
* VMM: Added a bMainExecutionEngine member to the VM structure for use instead ...vboxsync2018-02-101-1/+1
* PDMDevice.cpp: Try instantiate devices in instance order, unless 'Priority' o...vboxsync2018-02-091-2/+6
* Fixed typo: Occurance -> Occurrence.vboxsync2017-12-081-10/+10
* (C) yearvboxsync2017-10-171-1/+1
* PDM: rip out the entire FakePCIBIOS support, no longer triggered from herevboxsync2017-06-281-15/+1
* Recompiler, VMM, Devices: Purge the old APIC and the VBOX_WITH_NEW_APIC define.vboxsync2016-11-101-5/+1
* PDM,Devices: Support for multiple PCI devices/function in a single PDM device.vboxsync2016-10-231-6/+3
* VMMR3: warningsvboxsync2016-07-281-1/+1
* (C) 2016vboxsync2016-07-221-1/+1
* PDM: Call pfnInitComplete after both ring-0 and raw-mode is fully initialized...vboxsync2016-04-081-1/+18
* VMM: APIC rewrite. Initial commit, work in progress.vboxsync2016-04-041-1/+12
* VMM: Made @param pVM more uniform and to the point.vboxsync2015-10-081-5/+5
* *: scm cleanup run.vboxsync2015-08-141-9/+9
* VMM: Log and assertion formatting fixes.vboxsync2015-07-181-2/+2
* VMM: Updated (C) year.vboxsync2015-06-091-1/+1
* PDM/Audio: Ignore old AudioSniffer device when loading older saved states.vboxsync2015-02-231-1/+1