[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Xen with VGA Passthrough on desktop Ubuntu system
Upon further inspection it just may be possible! I was successfully able to load and unload the radeon module after unbinding it from the PCI device. I was also successful at binding the PCI device (AMD Radeon 6550 integrated in AMD A8-3870K APU) with pciback. I still have a problem. sudo -s stop lightdm cd /sys/bus/pci/drivers/radeon echo 0000:00:01.0 > unbind rmmod radeon modprobe xen-pciback cd /sys/bus/pci/drivers/pciback echo 0000:00:01.0 > new_slot echo 0000:00:01.0 > bind Now to check to see if the device is seen: xl pci-list-assignable-devices 0000:00:01.0 It is! That's a good sign, right? xl create /etc/xen/xenwin.cfg Parsing config file /etc/xen/xenwin.cfg xc: info: VIRTUAL MEMORY ARRANGEMENT: Loader: 0000000000100000->000000000017c510 TOTAL: 0000000000000000->000000003f800000 ENTRY ADDRESS: 00000000001015a0 xc: info: PHYSICAL MEMORY ALLOCATION: 4KB PAGES: 0x0000000000000200 2MB PAGES: 0x00000000000001fb 1GB PAGES: 0x0000000000000000 libxl: error: libxl_pci.c:712:do_pci_add xc_assign_device failed Daemon running with PID 4222 So what happened here? The device was not assigned despite being 'assignable'. The Windows install CD boots but there is no display (only can tell by hard disk LED activity). Here is my /etc/xen/xenwin.cfg: kernel = "/usr/lib/xen-4.1/boot/hvmloader" builder='hvm' memory = 1024 # Should be at least 2KB per MB of domain memory, plus a few MB per vcpu. shadow_memory = 8 name = "xenwin7" vif = [ 'type=ioemu, bridge=xenbr0' ] acpi = 1 apic = 1 disk = [ 'file:/etc/xen/xenwin.img,hda,w', 'file:/media/RAID5/Software/Operatin...(nano cut off here)...windows7.iso'] device_model = '/usr/lib/xen-4.1/bin/qemu-dm' boot="dc" xen_platform_pci=1 pci=['00:01.0'] serial='pty' usbdevice='tablet' I have tried using gfx_passthrough=1 as well, same result. Please help, can't stand being so close and still stuck :( Thanks, Adam Honse On Tue, Jul 17, 2012 at 2:21 AM, David Erickson <halcyon1981@xxxxxxxxx> wrote: Your best bet is to have two video cards, one for dom0 and another you _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |