[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] How to switch VGA passthrough live
On Fri, 4 Jun 2010, ääè wrote: > > Hi, > > I want to switch video card live between two HVMs. My simplest idea is that > when the HVM has the permission toÂaccess > passthrough video card, and another HVM will be paused. If switch from A to > B, execute commands : > > xm pause A ; > > xm pci-detach AÂ 00:00:02.0 ; > > xm pci-attach B 00:00:02.0 ; > > xm unpause B. > > Â > > I have a try, but failed. The pseudo-code is as below. Can you give me some > ideas? Any suggestions will be thankful. > pci-detach needs cooperation from the guest, how the guest is supposed to handle the acpi interrupt if it is paused? _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |