VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (817 - 819 of 16363)

Ticket Resolution Summary Owner Reporter
#1409 fixed "pcnetGetMac" error in source code xasm
Description

Hi,

I found a bug on the input parameter for a function in source code(maybe a "clerical error"),Although the function hasn't been used as yet , I think it will cause the problem if it is used. here are the information for the bug:

function name:pcnetGetMac,

file:/src/vbox/devices/network/devpcnet.cpp static DECLCALLBACK(int) pcnetGetMac(PPDMINETWORKCONFIG pInterface, PPDMMAC *pMac) {

PCNetState *pData = INETWORKCONFIG_2_DATA(pInterface); memcpy(pMac, pData->aPROM, sizeof(*pMac)); return VINF_SUCCESS;

}

file:/include/vbox/pdmifs.h typedef PDMMAC *PPDMMAC; DECLR3CALLBACKMEMBER(int, pfnGetMac,(PPDMINETWORKCONFIG pInterface, PPDMMAC *pMac));

the purpose on function is to output MAC address(6 Bytes), but pay attention to the second input parameter, the type is "PPDMMAC *" (double pointer), after execute "memcpy(pMac, pData->aPROM, sizeof(*pMac))", obviously it can't get result that we want.

so,it should change the type for input parameter from "PPDMMAC *" to "PPDMMAC".

#1411 fixed When using VBoxSDL, going fullscreen does not change resolultion of guest => Fixed in SVN ugemkow
Description

We are using VBoxSDL to start a Windows XP guest VM on a linux host.

When going fullscreen (either by using the host key + f or by using the -fullscreen option) the guest does not change its resolution to the fullscreen's resolution. Instead the last used resolution is used and black borders are displayed around this. When using the qt GUI this works with the same VM and guest.

This is the 1.5.6 OSE edition with guest additions r28266 installed.

#1412 fixed Failed to create the VirtualBox COM object Ivo
Description

When starting up a Critical Error box appears showing the following message:


Invalid image file path: '/media/WD Passport/Office.iso' (VERR_ACCESS_DENIED).

Result Code: 0x80004005 Component: DVDImage Interface: IDVDImage {140fff03-e479-4194-8562-abc4f8171009}


It worked before with not problem OS: Linux Ubuntu Hardy Heron Virtualbox version: the non-free ubuntu Gutsy Gibbon package

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