[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] VGA Passthrough of AMD HD8670D IGP to HVM Win7 results in "Code 43"
Hi Gustav, First, some more references: - [Official Kernel Docs](http://wiki.xen.org/wiki/Mainline_Linux_Kernel_Configs)
- [Official Compiling Xen Docs](http://wiki.xen.org/wiki/Compiling_Xen_From_Source) While they do not include steps for patching they may supplement David's guide.
--- Second, I reviewed your DomU config, under the assumption that you are using the `xl` toolstack and have some questions: - What is `firmware_override`?
- What is `xen_extended_power_mgmt`? - What is `monitor`? - What is `audio`? - Why set `extra` for an HVM? - Why override the device model paths? - Why use `shadow_memory` when you have HAP?
- Why set `serial` for a Windows VM? - Why set `on_poweroff` to its default value? - Why set `on_reboot` to its default value? - Why set `sdl` to its default value?
- Why set `acpi` to its default value? - Why set `apic` to its default value? According to the Xen Man Pages, the xl configuration does not have a `firmware_override`, `monitor`, `audio` or a `xen_extended_power_mgmt` option. ÂThe `firmware_override` option is for PV guests, aimed at linux (nouveau being a linux nvidia driver?). ÂYou can omit options instead of setting them to their default value.
AFAIK the 2GB RAM limit applies to qemu upstream and you have set your device model to traditional, so you _should not_ be subject to this limitation (I can't speak for all cases, but I have never had the memory problem with traditional).
Integrated isn't great for gaming, but should be perfectly fine for Dom0 to use when you pass the discrete cards to VM's. As Gordon has mentioned, AMD cards do work without patches to Xen source, but not as primary and they also experience performance degredation. ÂSince moving to upstream qemu I have encountered the RAM limit and the ejection trick no-longer works the same. ÂWhen I eject it does not automatically reinitialize, instead it disappears from the DomU (and puts errors in my qemu logs), but if I eject before shutting down or restarting I can shutdown from VNC or SDL and the card works without the degredation when started back up. ÂOtherwise the whole machine has to be restarted to resolve performance problems.
I am still finding 4.3 to be buggy, so I haven't nailed down my own steps to share, but I hope this information is helpful. ~Casey On Thu, Jul 11, 2013 at 9:49 AM, Gordan Bobic <gordan@xxxxxxxxxx> wrote:
_______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |