VirtualBox

Ignore:
Timestamp:
Aug 27, 2020 9:35:47 AM (4 years ago)
Author:
vboxsync
Message:

Devices/Audio/HDA: Don't return VINF_IOM_R3_MMIO_WRITE in R3 or PGM trips + a todo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Audio/DevHDA.cpp

    r83812 r85899  
    11111111        {
    11121112            RT_ZERO(pThis->au32CorbBuf);
     1113#ifndef IN_RING3 /** @todo r=aeichner Why is this necessary at all? Can't see anything which would require this. */
    11131114            return VINF_IOM_R3_MMIO_WRITE;
     1115#else
     1116            return VINF_SUCCESS;
     1117#endif
    11141118        }
    11151119
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette