Re: [vbox-dev] ICH9 MSI handling

2015-12-29 Thread Michal Necasek
I can't say much without seeing exactly what you changed. But just two questions: - Do you call pciDevSetMsi64Capable() anywhere? Perhaps MsiInit() should be doing that. - Did you set pMsiReg->fMsi64bit before registering the MSI capability? It is entirely possible that the 64-bit MSI

[vbox-dev] Windows 10 guest additions video driver problem

2015-12-29 Thread Anna Fischer
Hi, I run Virtualbox 5.0.10 on Gentoo Linux. I run different guest operating systems, one of them Windows 10 64-bit. All my guests have 5.0.10 guest additions installed. All guests work fine except the Windows 10 guest: when I suspend the system (e.g. the host OS goes into hibernation / suspend

[vbox-dev] Problem building Solaris Additions with current GCC

2015-12-29 Thread pK
There isn't much to say. I want to build the combined Guest Additions package for Solaris, but the compilation fails when I set KBUILD_TARGET_ARCH to x86 (see the attached log -- tested on Oracle Solaris 11.3). Also, building the Shared Folder Driver for Solaris 10 (vboxfs_s10) fails regardless

Re: [vbox-dev] ICH9 MSI handling

2015-12-29 Thread Ananth Pallapothu
2 things that I do 1) Directly write to control config register for 64 bit using *setbyte or *setword function calls 2) I set "pMsiReg->fMsi64bit" during MSI registration. I presume changes might help other users, so would be glad to submit changes. Never submitted patches before, what is the proc

[vbox-dev] Changing settings using VBoxManage failed

2015-12-29 Thread xiekunming
hi, i am try to debug video wddm driver. i follow https://www.virtualbox.org/wiki/VBoxLogging try to Change log settings, but it occurs error, C:\Program Files\Oracle\VirtualBox>VBoxManage.exe debugvm "win7-32" logflags --debug VBoxManage.exe: error: Failed to create the VirtualBox object! VBox