Changeset 26055 in vbox for trunk/src/VBox
- Timestamp:
- Jan 26, 2010 9:44:13 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 56972
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevVirtioNet.cpp
r26029 r26055 333 333 { 334 334 Log(("%s vnetGetConfig: Read beyond the config structure is attempted (port=%RTiop cb=%x).\n", INSTANCE(pState), port, cb)); 335 memset(data, 0xFF, cb); 336 return VINF_SUCCESS; 335 return VERR_IOM_IOPORT_UNUSED; 337 336 } 338 337 memcpy(data, ((uint8_t*)&pState->config) + port, cb);
Note:
See TracChangeset
for help on using the changeset viewer.