Custom Query (16363 matches)
Results (1378 - 1380 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1409 | fixed | "pcnetGetMac" error in source code | ||
| Description |
Hi,
function name:pcnetGetMac, file:/src/vbox/devices/network/devpcnet.cpp static DECLCALLBACK(int) pcnetGetMac(PPDMINETWORKCONFIG pInterface, PPDMMAC *pMac) {
} 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". |
|||
| #1410 | obsolete | clipboard host->guest copy/paste fails if rdp active => Fixed in 1.6.6 | ||
| Description |
I have virtualbox-1.5.6-28266_Ubuntu_gutsy (on an Ubuntu 7.10 Gutsy host, naturally) and a Freshly installed CentOS 5.0 guest with Linux guest additions. I've enabled the bidirectional clipboard and it works fine. However, copy/pasting from the host to the guest does not work in rdp sessions (I'm using rdesktop). The menu item and keyboard shortcut for paste simply don't do anything. Copy/pasting from the guest to the host works fine. Also, when an rdp session is opened in addition to VirtualBox's own guest window, copy/pasting ceases to work in VirtualBox's own guest window. When the rdp session is closed, copy/paste resumes to work correctly. So far I've used only local rdp sessions. |
|||
| #1411 | fixed | When using VBoxSDL, going fullscreen does not change resolultion of guest => Fixed in SVN | ||
| 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. |
|||

