VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1378 - 1380 of 16363)

Ticket Resolution Summary Owner Reporter
#6508 worksforme look like undeleted , forgotten files qdb
Description
  1. create 1st machine and 1st hdd image. 2. create 2nd machine with same image. 3. delete second machine. 4. look in machines folder, there is undeleted 2nd machine's folder and snapshot in it.
#3565 invalid logical network interface not working Scott Fehrman
Description

Solaris logical interface was working with 2.0.6, fails with 2.1.4.

The Host OS (OpenSolaris 2008.11) has a logical interface cnfigured:

ifconfig nge0:1 plumb ifconfig nge0:1 192.168.100.100 netmask 255.255.255.0 up

The guest OS (OpenSolaris 2008.11) is configured to use Host Interface with a static IP address (192.168.100.101).

Everything worked great with 2.0.6. The host OS could access the quest OS. After upgrading, the host OS can not "see" the guest OS, no ping or anything.

Uninstalled 2.1.4 and re-installed 2.0.6 ... everything worked fine ???

#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)) {

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