Changeset 99775 in vbox for trunk/src/VBox/Devices/VirtIO
- Timestamp:
- May 12, 2023 12:21:58 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/VirtIO/VirtioCore.cpp
r98661 r99775 356 356 #ifdef IN_RING3 357 357 358 void virtioCoreR3FeatureDump(VIRTIOCORE *pVirtio, PCDBGFINFOHLP pHlp, const VIRTIO_FEATURES_LIST *s_aFeatures, int cFeatures, int fBanner)358 static void virtioCoreR3FeatureDump(VIRTIOCORE *pVirtio, PCDBGFINFOHLP pHlp, const VIRTIO_FEATURES_LIST *s_aFeatures, int cFeatures, int fBanner) 359 359 { 360 360 #define MAXLINE 80
Note:
See TracChangeset
for help on using the changeset viewer.