Changeset 26164 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Feb 2, 2010 7:44:51 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 57178
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPcArch.c
r26160 r26164 264 264 "PC Architecture Device", 265 265 /* fFlags */ 266 PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_ 32,266 PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT, 267 267 /* fClass */ 268 268 PDM_DEVREG_CLASS_ARCH, -
trunk/src/VBox/Devices/VMMDev/VMMDev.cpp
r26160 r26164 2743 2743 "VirtualBox VMM Device\n", 2744 2744 /* fFlags */ 2745 PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_ 32,2745 PDM_DEVREG_FLAGS_HOST_BITS_DEFAULT | PDM_DEVREG_FLAGS_GUEST_BITS_DEFAULT, 2746 2746 /* fClass */ 2747 2747 PDM_DEVREG_CLASS_VMM_DEV,
Note:
See TracChangeset
for help on using the changeset viewer.