Changeset 36002 in vbox for trunk/src/VBox
- Timestamp:
- Feb 16, 2011 9:21:51 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxShell/vboxshell.py
r35885 r36002 3155 3155 return 0 3156 3156 3157 cmdClosedVm(ctx, mach, 'guestlambda',lambda ctx,mach,a: mach.detachHostPciDevice(hostaddr))3157 cmdClosedVm(ctx, mach, lambda ctx,mach,a: mach.detachHostPciDevice(hostaddr)) 3158 3158 return 0 3159 3159
Note:
See TracChangeset
for help on using the changeset viewer.