Advertisement
jmoyerman

Xen

Nov 27th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.94 KB | None | 0 0
  1. [josh@genesis ~]$ sudo xl create windows.cfg
  2. Parsing config from windows.cfg
  3. libxl: error: libxl_dm.c:1371:device_model_spawn_outcome: domain 15 device model: spawn failed (rc=-3)
  4. libxl: error: libxl_create.c:1186:domcreate_devmodel_started: device model did not start: -3
  5. libxl: error: libxl_dm.c:1475:kill_device_model: Device Model already exited
  6. [josh@genesis ~]$ cat windows.cfg
  7. #kernel = "/usr/lib/xen-4.0/boot/hvmloader"
  8.  
  9. builder='hvm'
  10. memory = 4096
  11. vcpus=2
  12. name = "Windows"
  13. vif = ['bridge=xenbr0']
  14. disk = ['phy:/dev/mapper/StorageFive-lvs_ten,hda,w','file:/home/josh/X17-24281.iso,hdc:cdrom,r']
  15. on_poweroff = 'destroy'
  16. on_reboot = 'restart'
  17. on_crash = 'restart'
  18. acpi = 1
  19. #device_model = 'qemu-dm'
  20. boot='c'
  21. sdl=0
  22. serial='pty'
  23. vnc=1
  24. vnclisten=""
  25. vncpasswd=""
  26. #mouse tracking
  27. usbdevice='tablet'
  28. #GPU passthrough attempt:
  29. gfx_passthru=1
  30. pci=['01:00.0', '01:00.1']
  31. [josh@genesis ~]$ lspci
  32. 00:00.0 Host bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor DRAM Controller (rev 09)
  33. 00:01.0 PCI bridge: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor PCI Express Root Port (rev 09)
  34. 00:02.0 VGA compatible controller: Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller (rev 09)
  35. 00:14.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB xHCI Host Controller (rev 04)
  36. 00:16.0 Communication controller: Intel Corporation 7 Series/C210 Series Chipset Family MEI Controller #1 (rev 04)
  37. 00:1a.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
  38. 00:1b.0 Audio device: Intel Corporation 7 Series/C210 Series Chipset Family High Definition Audio Controller (rev 04)
  39. 00:1c.0 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 1 (rev c4)
  40. 00:1c.4 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c4)
  41. 00:1c.5 PCI bridge: Intel Corporation 7 Series/C210 Series Chipset Family PCI Express Root Port 6 (rev c4)
  42. 00:1d.0 USB controller: Intel Corporation 7 Series/C210 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
  43. 00:1f.0 ISA bridge: Intel Corporation Z75 Express Chipset LPC Controller (rev 04)
  44. 00:1f.2 RAID bus controller: Intel Corporation 82801 SATA Controller [RAID mode] (rev 04)
  45. 00:1f.3 SMBus: Intel Corporation 7 Series/C210 Series Chipset Family SMBus Controller (rev 04)
  46. 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti PRO [Radeon HD 7950/8950 OEM / R9 280]
  47. 01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Tahiti XT HDMI Audio [Radeon HD 7970 Series]
  48. 02:00.0 SATA controller: Marvell Technology Group Ltd. Device 9215 (rev 10)
  49. 03:00.0 PCI bridge: ASMedia Technology Inc. ASM1083/1085 PCIe to PCI Bridge (rev 03)
  50. 04:01.0 Ethernet controller: ADMtek NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)
  51. 05:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement