VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (232 - 234 of 16363)

Ticket Resolution Summary Owner Reporter
#3049 duplicate USB still no go from non-root account yk
Description

I just downloaded and installed VirtualBox 2.1.0, RHEL5. Same issue as with earlier versions: USB devices in a non-root account show up but greyed-out and non-activatable. The device in question is seen and mounted by the Linux side, and when the device is umounted by Linux (manually), it still is not activatable from a non-root account. I generally do not run any VM (particularly one running within it an MS OS) as root -- too dangerous. Note that VMware workstation does NOT have this problem -- VMware workstation detects that the device is Linux-side mounted and then asks if one wants to de-attach the device from Linux-side and re-attach to the VM side, which VMware then does upon confirmation.

Please reply if possible.

#21238 fixed logical error in DBGFR3BpSetInt3Ex => fixed in SVN/next 7.0.x maintenance yjh-styx
Description

Incorrect behavior when call DBGFR3BpSetInt3Ex for 'ALREADY_EXIST'adress, but without DBGF_BP_F_ENABLED in fFlags.

Minimal fixed patch is: --- VirtualBox-7.0.2/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp.orig Wed Oct 19 21:29:54 2022 +++ VirtualBox-7.0.2/src/VBox/VMM/VMMR3/DBGFR3Bp.cpp Thu Nov 03 19:44:32 2022 @@ -2197,7 +2197,7 @@

&& pBp->Pub.u.Int3.PhysAddr == GCPhysBpAddr)

{

rc = VINF_SUCCESS;

  • if (!DBGF_BP_PUB_IS_ENABLED(&pBp->Pub))

+ if (!DBGF_BP_PUB_IS_ENABLED(&pBp->Pub) && (fFlags & DBGF_BP_F_ENABLED))

rc = dbgfR3BpArm(pUVM, hBp, pBp);

if (RT_SUCCESS(rc)) {

#14927 fixed Ctrl-Break unimplemented in BIOS yjh
Description
  1. Ctrl-Break not work in DOS and Win9x (it unimplemented in BIOS :);
  2. QT ui (VirtualBox)send incorrect sequence on

Input->Keyboard->Send Ctrl-Break request

--- This BUG's corrected with attached patch

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

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