Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-14 16:11 UTC
Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
Hi, I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. My host operating system is Ubuntu 13.04 amd64. I have installed Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. My Windows 8 HVM domU configuration file is as follows: # XL domain configuration file for Windows 8 64-bit English HVM domU # Please refer to "man xl.cfg" for further explanations. # See also docs/misc/xl-network-configuration.markdown and # docs/misc/xl-disk-configuration.txt # Written by Teo En Ming (Zhang Enming) # Email: teo.en.ming@gmail.com # Mobile Phone: +65-9117-5902 # Country: Singapore # Date: 14 July 2013 Sun device_model_version="qemu-xen-traditional" name="Windows8" builder="hvm" vcpus=4 memory=2048 on_poweroff="destroy" on_reboot="restart" on_crash="destroy" disk=[ ''format=raw, vdev=hda, access=rw, target=/etc/xen/images/windows8.img'', ''format=raw, vdev=hdc, access=ro, devtype=cdrom, target=/home/teo-en-ming/WIN8_RTM.ISO'' ] vif=[ ''bridge=virbr0,type=ioemu,model=e1000'' ] #boot=[c|d|n] #Selects the emulated virtual device to boot from. Options are hard disk (c), cd-rom (d) or network/PXE (n). #Multiple options can be given and will be attempted in the order they are given. e.g. to boot from cd-rom #but fallback to the hard disk you can give dc. The default is cd. boot="dc" acpi=1 #xen_platform_pci=1 #viridian=1 #stdvga=1 vnc=1 vnclisten="0.0.0.0" vncdisplay=0 vncunused=1 vncpasswd="" sdl=0 usb=1 usbdevice="tablet" # Enable Xen VGA Passthrough gfx_passthru=1 # VGA Passthrough Gigabyte Geforce GTX 560 1 GB GDDR5 PCI Express x16 VGA card. #pci = [ ''01:00.0'',''01:00.1'',''00:1b.0'',''00:1a.0'',''00:1a.1'',''00:1a.2'',''00:1a.7'',''00:1d.0'',''00:1d.1'',''00:1d.2'',''00:1d.7'' ] # PCI Passthrough Intel HD Audio Controller. #pci = [ ''00:1b.0'' ] # PCI Passthrough all the USB Controllers. # pci = [ ''00:1a.0'',''00:1a.1'',''00:1a.2'',''00:1a.7'',''00:1d.0'',''00:1d.1'',''00:1d.2'',''00:1d.7'' ] # Passthrough Intel HD Graphics 4600, audio controllers and USB controllers pci = [ ''00:02.0'',''00:03.0'',''00:14.0'',''00:1a.0'',''00:1b.0'',''00:1d.0'' ] #pci = [ ''00:02.0'' ] My VT-d capable computer hardware specifications are as follows: 1. Intel Core i5-4430 Quad Core @ 3.0 GHz with 6MB Cache VT-d capable 2. ASRock B85M Pro4 LGA1150 m-ATX Motherboard with UEFI BIOS flashed to version 1.50 VT-d capable 3. 32 GB (8GB X 4) Kingston DDR3-1600 CL 11 memory 4. Intel HD Graphics 4600 onboard 5. Gigabyte Geforce GTX 560 PCI Express x16 6. 2X 500GB Western Digital Harddisks SATA 7. 1X 160GB Hitachi Harddisk SATA 8. LG Blu-ray Writer Internal SATA 9. LG DVD Writer Internal SATA 10. Cooler Master Elite 311 ATX Casing with USB 3.0 port on the front panel 11. Dell 23" U2312HM LED Monitor w/ DVI port Now, in the Device Manager in Windows 8 HVM domU, the display adapter under Display adapters is "Microsoft Basic Display Adapter". Please refer to screenshot at http://i.imgur.com/XDqMisl.jpg When I try to install the Intel HD Graphics Display Driver, the installation software will try to detect the display adapter, and the LCD monitor will blink for 1-2 times. After that, the LCD monitor will go into Power Save mode *forever*, meaning blank screen. The installation of Intel HD Graphics Display Driver will *not* continue. Then I try to destroy the Windows 8 HVM domU domain and restart Windows 8 HVM domU. However, Windows 8 HVM domU fails to start after this. The LCD monitor will go into Power Save mode again, ie. blank screen forever. How can I overcome this problem and install the Intel HD Graphics Display Driver successfully? Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Still Considered Successful??? Please advise. PS. I have also attached my Linux kernel 3.10.0 configuration file. Xen log files are also attached. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming) _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-14 16:11 UTC
Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
Hi, I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. My host operating system is Ubuntu 13.04 amd64. I have installed Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. My Windows 8 HVM domU configuration file is as follows: # XL domain configuration file for Windows 8 64-bit English HVM domU # Please refer to "man xl.cfg" for further explanations. # See also docs/misc/xl-network-configuration.markdown and # docs/misc/xl-disk-configuration.txt # Written by Teo En Ming (Zhang Enming) # Email: teo.en.ming@gmail.com # Mobile Phone: +65-9117-5902 # Country: Singapore # Date: 14 July 2013 Sun device_model_version="qemu-xen-traditional" name="Windows8" builder="hvm" vcpus=4 memory=2048 on_poweroff="destroy" on_reboot="restart" on_crash="destroy" disk=[ ''format=raw, vdev=hda, access=rw, target=/etc/xen/images/windows8.img'', ''format=raw, vdev=hdc, access=ro, devtype=cdrom, target=/home/teo-en-ming/WIN8_RTM.ISO'' ] vif=[ ''bridge=virbr0,type=ioemu,model=e1000'' ] #boot=[c|d|n] #Selects the emulated virtual device to boot from. Options are hard disk (c), cd-rom (d) or network/PXE (n). #Multiple options can be given and will be attempted in the order they are given. e.g. to boot from cd-rom #but fallback to the hard disk you can give dc. The default is cd. boot="dc" acpi=1 #xen_platform_pci=1 #viridian=1 #stdvga=1 vnc=1 vnclisten="0.0.0.0" vncdisplay=0 vncunused=1 vncpasswd="" sdl=0 usb=1 usbdevice="tablet" # Enable Xen VGA Passthrough gfx_passthru=1 # VGA Passthrough Gigabyte Geforce GTX 560 1 GB GDDR5 PCI Express x16 VGA card. #pci = [ ''01:00.0'',''01:00.1'',''00:1b.0'',''00:1a.0'',''00:1a.1'',''00:1a.2'',''00:1a.7'',''00:1d.0'',''00:1d.1'',''00:1d.2'',''00:1d.7'' ] # PCI Passthrough Intel HD Audio Controller. #pci = [ ''00:1b.0'' ] # PCI Passthrough all the USB Controllers. # pci = [ ''00:1a.0'',''00:1a.1'',''00:1a.2'',''00:1a.7'',''00:1d.0'',''00:1d.1'',''00:1d.2'',''00:1d.7'' ] # Passthrough Intel HD Graphics 4600, audio controllers and USB controllers pci = [ ''00:02.0'',''00:03.0'',''00:14.0'',''00:1a.0'',''00:1b.0'',''00:1d.0'' ] #pci = [ ''00:02.0'' ] My VT-d capable computer hardware specifications are as follows: 1. Intel Core i5-4430 Quad Core @ 3.0 GHz with 6MB Cache VT-d capable 2. ASRock B85M Pro4 LGA1150 m-ATX Motherboard with UEFI BIOS flashed to version 1.50 VT-d capable 3. 32 GB (8GB X 4) Kingston DDR3-1600 CL 11 memory 4. Intel HD Graphics 4600 onboard 5. Gigabyte Geforce GTX 560 PCI Express x16 6. 2X 500GB Western Digital Harddisks SATA 7. 1X 160GB Hitachi Harddisk SATA 8. LG Blu-ray Writer Internal SATA 9. LG DVD Writer Internal SATA 10. Cooler Master Elite 311 ATX Casing with USB 3.0 port on the front panel 11. Dell 23" U2312HM LED Monitor w/ DVI port Now, in the Device Manager in Windows 8 HVM domU, the display adapter under Display adapters is "Microsoft Basic Display Adapter". Please refer to screenshot at http://i.imgur.com/XDqMisl.jpg When I try to install the Intel HD Graphics Display Driver, the installation software will try to detect the display adapter, and the LCD monitor will blink for 1-2 times. After that, the LCD monitor will go into Power Save mode *forever*, meaning blank screen. The installation of Intel HD Graphics Display Driver will *not* continue. Then I try to destroy the Windows 8 HVM domU domain and restart Windows 8 HVM domU. However, Windows 8 HVM domU fails to start after this. The LCD monitor will go into Power Save mode again, ie. blank screen forever. How can I overcome this problem and install the Intel HD Graphics Display Driver successfully? Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Still Considered Successful??? Please advise. PS. I have also attached my Linux kernel 3.10.0 configuration file. Xen log files are also attached. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-14 16:50 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 00:11, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> Hi, > > I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. > My host operating system is Ubuntu 13.04 amd64. I have installed > Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. > > My Windows 8 HVM domU configuration file is as follows: > > # XL domain configuration file for Windows 8 64-bit English HVM domU > # Please refer to "man xl.cfg" for further explanations. > # See also docs/misc/xl-network-configuration.markdown and > # docs/misc/xl-disk-configuration.txt > # Written by Teo En Ming (Zhang Enming) > # Email: teo.en.ming@gmail.com > # Mobile Phone: +65-9117-5902 > # Country: Singapore > # Date: 14 July 2013 Sun > device_model_version="qemu-xen-traditional" > name="Windows8" > builder="hvm" > vcpus=4 > memory=2048 > on_poweroff="destroy" > on_reboot="restart" > on_crash="destroy" > disk=[ ''format=raw, vdev=hda, access=rw, > target=/etc/xen/images/windows8.img'', ''format=raw, vdev=hdc, > access=ro, devtype=cdrom, target=/home/teo-en-ming/WIN8_RTM.ISO'' ] > vif=[ ''bridge=virbr0,type=ioemu,model=e1000'' ] > #boot=[c|d|n] > #Selects the emulated virtual device to boot from. Options are hard > disk (c), cd-rom (d) or network/PXE (n). > #Multiple options can be given and will be attempted in the order they > are given. e.g. to boot from cd-rom > #but fallback to the hard disk you can give dc. The default is cd. > boot="dc" > acpi=1 > #xen_platform_pci=1 > #viridian=1 > #stdvga=1 > vnc=1 > vnclisten="0.0.0.0" > vncdisplay=0 > vncunused=1 > vncpasswd="" > sdl=0 > usb=1 > usbdevice="tablet" > # Enable Xen VGA Passthrough > gfx_passthru=1 > # VGA Passthrough Gigabyte Geforce GTX 560 1 GB GDDR5 PCI Express x16 > VGA card. > #pci = [ > ''01:00.0'',''01:00.1'',''00:1b.0'',''00:1a.0'',''00:1a.1'',''00:1a.2'',''00:1a.7'',''00:1d.0'',''00:1d.1'',''00:1d.2'',''00:1d.7'' > ] > # PCI Passthrough Intel HD Audio Controller. > #pci = [ ''00:1b.0'' ] > # PCI Passthrough all the USB Controllers. > # pci = [ > ''00:1a.0'',''00:1a.1'',''00:1a.2'',''00:1a.7'',''00:1d.0'',''00:1d.1'',''00:1d.2'',''00:1d.7'' > ] > # Passthrough Intel HD Graphics 4600, audio controllers and USB > controllers > pci = [ ''00:02.0'',''00:03.0'',''00:14.0'',''00:1a.0'',''00:1b.0'',''00:1d.0'' ] > #pci = [ ''00:02.0'' ] > > My VT-d capable computer hardware specifications are as follows: > > 1. Intel Core i5-4430 Quad Core @ 3.0 GHz with 6MB Cache VT-d capable > > 2. ASRock B85M Pro4 LGA1150 m-ATX Motherboard with UEFI BIOS flashed > to version 1.50 VT-d capable > > 3. 32 GB (8GB X 4) Kingston DDR3-1600 CL 11 memory > > 4. Intel HD Graphics 4600 onboard > > 5. Gigabyte Geforce GTX 560 PCI Express x16 > > 6. 2X 500GB Western Digital Harddisks SATA > > 7. 1X 160GB Hitachi Harddisk SATA > > 8. LG Blu-ray Writer Internal SATA > > 9. LG DVD Writer Internal SATA > > 10. Cooler Master Elite 311 ATX Casing with USB 3.0 port on the front > panel > > 11. Dell 23" U2312HM LED Monitor w/ DVI port > > Now, in the Device Manager in Windows 8 HVM domU, the display adapter > under Display adapters is "Microsoft Basic Display Adapter". Please > refer to screenshot at http://i.imgur.com/XDqMisl.jpg > > When I try to install the Intel HD Graphics Display Driver, the > installation software will try to detect the display adapter, and the > LCD monitor will blink for 1-2 times. After that, the LCD monitor will > go into Power Save mode *forever*, meaning blank screen. > The installation of Intel HD Graphics Display Driver will *not* > continue. Then I try to destroy the Windows 8 HVM domU domain and > restart Windows 8 HVM domU. However, Windows 8 HVM domU fails to start > after this. The LCD monitor will go into Power Save mode > again, ie. blank screen forever. > > How can I overcome this problem and install the Intel HD Graphics > Display Driver successfully? > > Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 > Enterprise HVM domU Still Considered Successful??? > > Please advise. > > PS. I have also attached my Linux kernel 3.10.0 configuration file. > Xen log files are also attached. > >Attached /etc/grub.d/40_custom and /etc/xen/windows8. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming) _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-14 16:50 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 00:11, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> Hi, > > I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. > My host operating system is Ubuntu 13.04 amd64. I have installed > Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. > > My Windows 8 HVM domU configuration file is as follows: > > # XL domain configuration file for Windows 8 64-bit English HVM domU > # Please refer to "man xl.cfg" for further explanations. > # See also docs/misc/xl-network-configuration.markdown and > # docs/misc/xl-disk-configuration.txt > # Written by Teo En Ming (Zhang Enming) > # Email: teo.en.ming@gmail.com > # Mobile Phone: +65-9117-5902 > # Country: Singapore > # Date: 14 July 2013 Sun > device_model_version="qemu-xen-traditional" > name="Windows8" > builder="hvm" > vcpus=4 > memory=2048 > on_poweroff="destroy" > on_reboot="restart" > on_crash="destroy" > disk=[ ''format=raw, vdev=hda, access=rw, > target=/etc/xen/images/windows8.img'', ''format=raw, vdev=hdc, > access=ro, devtype=cdrom, target=/home/teo-en-ming/WIN8_RTM.ISO'' ] > vif=[ ''bridge=virbr0,type=ioemu,model=e1000'' ] > #boot=[c|d|n] > #Selects the emulated virtual device to boot from. Options are hard > disk (c), cd-rom (d) or network/PXE (n). > #Multiple options can be given and will be attempted in the order they > are given. e.g. to boot from cd-rom > #but fallback to the hard disk you can give dc. The default is cd. > boot="dc" > acpi=1 > #xen_platform_pci=1 > #viridian=1 > #stdvga=1 > vnc=1 > vnclisten="0.0.0.0" > vncdisplay=0 > vncunused=1 > vncpasswd="" > sdl=0 > usb=1 > usbdevice="tablet" > # Enable Xen VGA Passthrough > gfx_passthru=1 > # VGA Passthrough Gigabyte Geforce GTX 560 1 GB GDDR5 PCI Express x16 > VGA card. > #pci = [ > ''01:00.0'',''01:00.1'',''00:1b.0'',''00:1a.0'',''00:1a.1'',''00:1a.2'',''00:1a.7'',''00:1d.0'',''00:1d.1'',''00:1d.2'',''00:1d.7'' > ] > # PCI Passthrough Intel HD Audio Controller. > #pci = [ ''00:1b.0'' ] > # PCI Passthrough all the USB Controllers. > # pci = [ > ''00:1a.0'',''00:1a.1'',''00:1a.2'',''00:1a.7'',''00:1d.0'',''00:1d.1'',''00:1d.2'',''00:1d.7'' > ] > # Passthrough Intel HD Graphics 4600, audio controllers and USB > controllers > pci = [ ''00:02.0'',''00:03.0'',''00:14.0'',''00:1a.0'',''00:1b.0'',''00:1d.0'' ] > #pci = [ ''00:02.0'' ] > > My VT-d capable computer hardware specifications are as follows: > > 1. Intel Core i5-4430 Quad Core @ 3.0 GHz with 6MB Cache VT-d capable > > 2. ASRock B85M Pro4 LGA1150 m-ATX Motherboard with UEFI BIOS flashed > to version 1.50 VT-d capable > > 3. 32 GB (8GB X 4) Kingston DDR3-1600 CL 11 memory > > 4. Intel HD Graphics 4600 onboard > > 5. Gigabyte Geforce GTX 560 PCI Express x16 > > 6. 2X 500GB Western Digital Harddisks SATA > > 7. 1X 160GB Hitachi Harddisk SATA > > 8. LG Blu-ray Writer Internal SATA > > 9. LG DVD Writer Internal SATA > > 10. Cooler Master Elite 311 ATX Casing with USB 3.0 port on the front > panel > > 11. Dell 23" U2312HM LED Monitor w/ DVI port > > Now, in the Device Manager in Windows 8 HVM domU, the display adapter > under Display adapters is "Microsoft Basic Display Adapter". Please > refer to screenshot at http://i.imgur.com/XDqMisl.jpg > > When I try to install the Intel HD Graphics Display Driver, the > installation software will try to detect the display adapter, and the > LCD monitor will blink for 1-2 times. After that, the LCD monitor will > go into Power Save mode *forever*, meaning blank screen. > The installation of Intel HD Graphics Display Driver will *not* > continue. Then I try to destroy the Windows 8 HVM domU domain and > restart Windows 8 HVM domU. However, Windows 8 HVM domU fails to start > after this. The LCD monitor will go into Power Save mode > again, ie. blank screen forever. > > How can I overcome this problem and install the Intel HD Graphics > Display Driver successfully? > > Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 > Enterprise HVM domU Still Considered Successful??? > > Please advise. > > PS. I have also attached my Linux kernel 3.10.0 configuration file. > Xen log files are also attached. > >Attached /etc/grub.d/40_custom and /etc/xen/windows8. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming) _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Pasi Kärkkäinen
2013-Jul-14 20:50 UTC
Re: [Xen-devel] Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> Hi, > > I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. > My host operating system is Ubuntu 13.04 amd64. I have installed > Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >For IGD HD4600 GPU passthrough you need a couple of extra patches that are not yet merged to qemu-xen-traditional. See the xen-devel list archives from last 2 months to get the patches. -- Pasi
Pasi Kärkkäinen
2013-Jul-14 20:50 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> Hi, > > I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. > My host operating system is Ubuntu 13.04 amd64. I have installed > Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >For IGD HD4600 GPU passthrough you need a couple of extra patches that are not yet merged to qemu-xen-traditional. See the xen-devel list archives from last 2 months to get the patches. -- Pasi
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 03:49 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 04:50, Pasi Kärkkäinen wrote:> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote: >> Hi, >> >> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >> My host operating system is Ubuntu 13.04 amd64. I have installed >> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >> > For IGD HD4600 GPU passthrough you need a couple of extra patches that are not yet merged to qemu-xen-traditional. > > See the xen-devel list archives from last 2 months to get the patches. > > -- Pasi > >Dear Pasi, I couldn''t find the required patches. Could you point me to the relevant xen-devel thread? Thank you very much. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 03:49 UTC
Re: [Xen-devel] Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 04:50, Pasi Kärkkäinen wrote:> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote: >> Hi, >> >> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >> My host operating system is Ubuntu 13.04 amd64. I have installed >> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >> > For IGD HD4600 GPU passthrough you need a couple of extra patches that are not yet merged to qemu-xen-traditional. > > See the xen-devel list archives from last 2 months to get the patches. > > -- Pasi > >Dear Pasi, I couldn''t find the required patches. Could you point me to the relevant xen-devel thread? Thank you very much. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 07:13 UTC
Re: [Xen-devel] Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> On 15/07/2013 04:50, Pasi Kärkkäinen wrote: >> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. Teo >> En Ming (Zhang Enming) wrote: >>> Hi, >>> >>> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >>> My host operating system is Ubuntu 13.04 amd64. I have installed >>> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >>> >> For IGD HD4600 GPU passthrough you need a couple of extra patches >> that are not yet merged to qemu-xen-traditional. >> >> See the xen-devel list archives from last 2 months to get the patches. >> >> -- Pasi >> >> > > Dear Pasi, > > I couldn''t find the required patches. Could you point me to the > relevant xen-devel thread? > > Thank you very much. >Dear Pasi, Are these the correct xen-devel threads for Intel HD Graphics 4600 VGA Passthrough? http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html As for this thread: http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html I could not find the very first original thread. I hope you understand what I am talking about. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 07:13 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> On 15/07/2013 04:50, Pasi Kärkkäinen wrote: >> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. Teo >> En Ming (Zhang Enming) wrote: >>> Hi, >>> >>> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >>> My host operating system is Ubuntu 13.04 amd64. I have installed >>> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >>> >> For IGD HD4600 GPU passthrough you need a couple of extra patches >> that are not yet merged to qemu-xen-traditional. >> >> See the xen-devel list archives from last 2 months to get the patches. >> >> -- Pasi >> >> > > Dear Pasi, > > I couldn''t find the required patches. Could you point me to the > relevant xen-devel thread? > > Thank you very much. >Dear Pasi, Are these the correct xen-devel threads for Intel HD Graphics 4600 VGA Passthrough? http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html As for this thread: http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html I could not find the very first original thread. I hope you understand what I am talking about. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 11:40 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 15:13, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang Enming) > wrote: >> On 15/07/2013 04:50, Pasi Kärkkäinen wrote: >>> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. Teo >>> En Ming (Zhang Enming) wrote: >>>> Hi, >>>> >>>> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >>>> My host operating system is Ubuntu 13.04 amd64. I have installed >>>> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >>>> >>> For IGD HD4600 GPU passthrough you need a couple of extra patches >>> that are not yet merged to qemu-xen-traditional. >>> >>> See the xen-devel list archives from last 2 months to get the patches. >>> >>> -- Pasi >>> >>> >> >> Dear Pasi, >> >> I couldn''t find the required patches. Could you point me to the >> relevant xen-devel thread? >> >> Thank you very much. >> > > Dear Pasi, > > Are these the correct xen-devel threads for Intel HD Graphics 4600 VGA > Passthrough? > > http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 > > http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html > > http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html > > http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html > > As for this thread: > > http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html > > I could not find the very first original thread. I hope you understand > what I am talking about. > >Hi Pasi, Are you available? I am eagerly awaiting your reply. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 11:40 UTC
Re: [Xen-devel] Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 15:13, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang Enming) > wrote: >> On 15/07/2013 04:50, Pasi Kärkkäinen wrote: >>> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. Teo >>> En Ming (Zhang Enming) wrote: >>>> Hi, >>>> >>>> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >>>> My host operating system is Ubuntu 13.04 amd64. I have installed >>>> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >>>> >>> For IGD HD4600 GPU passthrough you need a couple of extra patches >>> that are not yet merged to qemu-xen-traditional. >>> >>> See the xen-devel list archives from last 2 months to get the patches. >>> >>> -- Pasi >>> >>> >> >> Dear Pasi, >> >> I couldn''t find the required patches. Could you point me to the >> relevant xen-devel thread? >> >> Thank you very much. >> > > Dear Pasi, > > Are these the correct xen-devel threads for Intel HD Graphics 4600 VGA > Passthrough? > > http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 > > http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html > > http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html > > http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html > > As for this thread: > > http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html > > I could not find the very first original thread. I hope you understand > what I am talking about. > >Hi Pasi, Are you available? I am eagerly awaiting your reply. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 11:55 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 19:40, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> On 15/07/2013 15:13, Singapore Citizen Mr. Teo En Ming (Zhang Enming) > wrote: >> On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang Enming) >> wrote: >>> On 15/07/2013 04:50, Pasi Kärkkäinen wrote: >>>> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. Teo >>>> En Ming (Zhang Enming) wrote: >>>>> Hi, >>>>> >>>>> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >>>>> My host operating system is Ubuntu 13.04 amd64. I have installed >>>>> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >>>>> >>>> For IGD HD4600 GPU passthrough you need a couple of extra patches >>>> that are not yet merged to qemu-xen-traditional. >>>> >>>> See the xen-devel list archives from last 2 months to get the patches. >>>> >>>> -- Pasi >>>> >>>> >>> >>> Dear Pasi, >>> >>> I couldn''t find the required patches. Could you point me to the >>> relevant xen-devel thread? >>> >>> Thank you very much. >>> >> >> Dear Pasi, >> >> Are these the correct xen-devel threads for Intel HD Graphics 4600 >> VGA Passthrough? >> >> http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 >> >> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html >> >> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html >> >> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >> >> As for this thread: >> >> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >> >> I could not find the very first original thread. I hope you >> understand what I am talking about. >> >> > > Hi Pasi, > > Are you available? I am eagerly awaiting your reply. >Hi Pasi, I''ve collected all the links for Intel IGD VGA Passthrough patches. Please refer to the following links. 1. Patch series for IGD passthrough Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not clear all MSI flags Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html 3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA bridge for IGD passthrough Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html 4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose vendor specific pci cap on host bridge. Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html Please confirm whether these are the patches I should use for Intel HD Graphics 4600 IGD VGA Passthrough. Thank you very much. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 11:55 UTC
Re: [Xen-devel] Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 19:40, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> On 15/07/2013 15:13, Singapore Citizen Mr. Teo En Ming (Zhang Enming) > wrote: >> On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang Enming) >> wrote: >>> On 15/07/2013 04:50, Pasi Kärkkäinen wrote: >>>> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. Teo >>>> En Ming (Zhang Enming) wrote: >>>>> Hi, >>>>> >>>>> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >>>>> My host operating system is Ubuntu 13.04 amd64. I have installed >>>>> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >>>>> >>>> For IGD HD4600 GPU passthrough you need a couple of extra patches >>>> that are not yet merged to qemu-xen-traditional. >>>> >>>> See the xen-devel list archives from last 2 months to get the patches. >>>> >>>> -- Pasi >>>> >>>> >>> >>> Dear Pasi, >>> >>> I couldn''t find the required patches. Could you point me to the >>> relevant xen-devel thread? >>> >>> Thank you very much. >>> >> >> Dear Pasi, >> >> Are these the correct xen-devel threads for Intel HD Graphics 4600 >> VGA Passthrough? >> >> http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 >> >> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html >> >> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html >> >> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >> >> As for this thread: >> >> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >> >> I could not find the very first original thread. I hope you >> understand what I am talking about. >> >> > > Hi Pasi, > > Are you available? I am eagerly awaiting your reply. >Hi Pasi, I''ve collected all the links for Intel IGD VGA Passthrough patches. Please refer to the following links. 1. Patch series for IGD passthrough Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not clear all MSI flags Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html 3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA bridge for IGD passthrough Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html 4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose vendor specific pci cap on host bridge. Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html Please confirm whether these are the patches I should use for Intel HD Graphics 4600 IGD VGA Passthrough. Thank you very much. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 12:00 UTC
Re: [Xen-devel] Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 19:55, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> On 15/07/2013 19:40, Singapore Citizen Mr. Teo En Ming (Zhang Enming) > wrote: >> On 15/07/2013 15:13, Singapore Citizen Mr. Teo En Ming (Zhang Enming) >> wrote: >>> On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang >>> Enming) wrote: >>>> On 15/07/2013 04:50, Pasi Kärkkäinen wrote: >>>>> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. >>>>> Teo En Ming (Zhang Enming) wrote: >>>>>> Hi, >>>>>> >>>>>> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >>>>>> My host operating system is Ubuntu 13.04 amd64. I have installed >>>>>> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >>>>>> >>>>> For IGD HD4600 GPU passthrough you need a couple of extra patches >>>>> that are not yet merged to qemu-xen-traditional. >>>>> >>>>> See the xen-devel list archives from last 2 months to get the >>>>> patches. >>>>> >>>>> -- Pasi >>>>> >>>>> >>>> >>>> Dear Pasi, >>>> >>>> I couldn''t find the required patches. Could you point me to the >>>> relevant xen-devel thread? >>>> >>>> Thank you very much. >>>> >>> >>> Dear Pasi, >>> >>> Are these the correct xen-devel threads for Intel HD Graphics 4600 >>> VGA Passthrough? >>> >>> http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 >>> >>> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html >>> >>> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html >>> >>> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >>> >>> As for this thread: >>> >>> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >>> >>> I could not find the very first original thread. I hope you >>> understand what I am talking about. >>> >>> >> >> Hi Pasi, >> >> Are you available? I am eagerly awaiting your reply. >> > > Hi Pasi, > > I''ve collected all the links for Intel IGD VGA Passthrough patches. > Please refer to the following links. > > 1. Patch series for IGD passthrough > Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 > > 2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not clear > all MSI flags > Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html > > 3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA > bridge for IGD passthrough > Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html > > 4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose > vendor specific pci cap on host bridge. > Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html > > Please confirm whether these are the patches I should use for Intel HD > Graphics 4600 IGD VGA Passthrough. > > Thank you very much. >One more link: 5. [Xen-devel] Patch series for IGD passthrough Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00535.html -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 12:00 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 19:55, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> On 15/07/2013 19:40, Singapore Citizen Mr. Teo En Ming (Zhang Enming) > wrote: >> On 15/07/2013 15:13, Singapore Citizen Mr. Teo En Ming (Zhang Enming) >> wrote: >>> On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang >>> Enming) wrote: >>>> On 15/07/2013 04:50, Pasi Kärkkäinen wrote: >>>>> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore Citizen Mr. >>>>> Teo En Ming (Zhang Enming) wrote: >>>>>> Hi, >>>>>> >>>>>> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >>>>>> My host operating system is Ubuntu 13.04 amd64. I have installed >>>>>> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >>>>>> >>>>> For IGD HD4600 GPU passthrough you need a couple of extra patches >>>>> that are not yet merged to qemu-xen-traditional. >>>>> >>>>> See the xen-devel list archives from last 2 months to get the >>>>> patches. >>>>> >>>>> -- Pasi >>>>> >>>>> >>>> >>>> Dear Pasi, >>>> >>>> I couldn''t find the required patches. Could you point me to the >>>> relevant xen-devel thread? >>>> >>>> Thank you very much. >>>> >>> >>> Dear Pasi, >>> >>> Are these the correct xen-devel threads for Intel HD Graphics 4600 >>> VGA Passthrough? >>> >>> http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 >>> >>> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html >>> >>> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html >>> >>> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >>> >>> As for this thread: >>> >>> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >>> >>> I could not find the very first original thread. I hope you >>> understand what I am talking about. >>> >>> >> >> Hi Pasi, >> >> Are you available? I am eagerly awaiting your reply. >> > > Hi Pasi, > > I''ve collected all the links for Intel IGD VGA Passthrough patches. > Please refer to the following links. > > 1. Patch series for IGD passthrough > Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 > > 2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not clear > all MSI flags > Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html > > 3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA > bridge for IGD passthrough > Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html > > 4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose > vendor specific pci cap on host bridge. > Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html > > Please confirm whether these are the patches I should use for Intel HD > Graphics 4600 IGD VGA Passthrough. > > Thank you very much. >One more link: 5. [Xen-devel] Patch series for IGD passthrough Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00535.html -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Pasi Kärkkäinen
2013-Jul-15 15:30 UTC
Re: [Xen-devel] Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On Mon, Jul 15, 2013 at 08:00:21PM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> On 15/07/2013 19:55, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote: > >On 15/07/2013 19:40, Singapore Citizen Mr. Teo En Ming (Zhang > >Enming) wrote: > >>On 15/07/2013 15:13, Singapore Citizen Mr. Teo En Ming (Zhang > >>Enming) wrote: > >>>On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang > >>>Enming) wrote: > >>>>On 15/07/2013 04:50, Pasi Kärkkäinen wrote: > >>>>>On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore > >>>>>Citizen Mr. Teo En Ming (Zhang Enming) wrote: > >>>>>>Hi, > >>>>>> > >>>>>>I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. > >>>>>>My host operating system is Ubuntu 13.04 amd64. I have installed > >>>>>>Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. > >>>>>> > >>>>>For IGD HD4600 GPU passthrough you need a couple of extra > >>>>>patches that are not yet merged to qemu-xen-traditional. > >>>>> > >>>>>See the xen-devel list archives from last 2 months to get > >>>>>the patches. > >>>>> > >>>>>-- Pasi > >>>>> > >>>>> > >>>> > >>>>Dear Pasi, > >>>> > >>>>I couldn''t find the required patches. Could you point me to > >>>>the relevant xen-devel thread? > >>>> > >>>>Thank you very much. > >>>> > >>> > >>>Dear Pasi, > >>> > >>>Are these the correct xen-devel threads for Intel HD Graphics > >>>4600 VGA Passthrough? > >>> > >>>http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 > >>> > >>>http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html > >>> > >>>http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html > >>> > >>>http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html > >>> > >>>As for this thread: > >>> > >>>http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html > >>> > >>>I could not find the very first original thread. I hope you > >>>understand what I am talking about. > >>> > >>> > >> > >>Hi Pasi, > >> > >>Are you available? I am eagerly awaiting your reply. > >> > > > >Hi Pasi, > > > >I''ve collected all the links for Intel IGD VGA Passthrough > >patches. Please refer to the following links. > > > >1. Patch series for IGD passthrough > >Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 > > > >2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not > >clear all MSI flags > >Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html > > > >3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA > >bridge for IGD passthrough > >Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html > > > >4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose > >vendor specific pci cap on host bridge. > >Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html > > > >Please confirm whether these are the patches I should use for > >Intel HD Graphics 4600 IGD VGA Passthrough. > > > >Thank you very much. > > > > One more link: > > 5. [Xen-devel] Patch series for IGD passthrough > Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00535.html >The patch links you posted are from February. There was a repost recently, so you probably should use those more recent versions instead. -- Pasi
Pasi Kärkkäinen
2013-Jul-15 15:30 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On Mon, Jul 15, 2013 at 08:00:21PM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> On 15/07/2013 19:55, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote: > >On 15/07/2013 19:40, Singapore Citizen Mr. Teo En Ming (Zhang > >Enming) wrote: > >>On 15/07/2013 15:13, Singapore Citizen Mr. Teo En Ming (Zhang > >>Enming) wrote: > >>>On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang > >>>Enming) wrote: > >>>>On 15/07/2013 04:50, Pasi Kärkkäinen wrote: > >>>>>On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore > >>>>>Citizen Mr. Teo En Ming (Zhang Enming) wrote: > >>>>>>Hi, > >>>>>> > >>>>>>I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. > >>>>>>My host operating system is Ubuntu 13.04 amd64. I have installed > >>>>>>Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. > >>>>>> > >>>>>For IGD HD4600 GPU passthrough you need a couple of extra > >>>>>patches that are not yet merged to qemu-xen-traditional. > >>>>> > >>>>>See the xen-devel list archives from last 2 months to get > >>>>>the patches. > >>>>> > >>>>>-- Pasi > >>>>> > >>>>> > >>>> > >>>>Dear Pasi, > >>>> > >>>>I couldn''t find the required patches. Could you point me to > >>>>the relevant xen-devel thread? > >>>> > >>>>Thank you very much. > >>>> > >>> > >>>Dear Pasi, > >>> > >>>Are these the correct xen-devel threads for Intel HD Graphics > >>>4600 VGA Passthrough? > >>> > >>>http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 > >>> > >>>http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html > >>> > >>>http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html > >>> > >>>http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html > >>> > >>>As for this thread: > >>> > >>>http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html > >>> > >>>I could not find the very first original thread. I hope you > >>>understand what I am talking about. > >>> > >>> > >> > >>Hi Pasi, > >> > >>Are you available? I am eagerly awaiting your reply. > >> > > > >Hi Pasi, > > > >I''ve collected all the links for Intel IGD VGA Passthrough > >patches. Please refer to the following links. > > > >1. Patch series for IGD passthrough > >Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 > > > >2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not > >clear all MSI flags > >Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html > > > >3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA > >bridge for IGD passthrough > >Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html > > > >4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose > >vendor specific pci cap on host bridge. > >Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html > > > >Please confirm whether these are the patches I should use for > >Intel HD Graphics 4600 IGD VGA Passthrough. > > > >Thank you very much. > > > > One more link: > > 5. [Xen-devel] Patch series for IGD passthrough > Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00535.html >The patch links you posted are from February. There was a repost recently, so you probably should use those more recent versions instead. -- Pasi
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 15:40 UTC
Re: [Xen-devel] Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 23:30, Pasi Kärkkäinen wrote:> On Mon, Jul 15, 2013 at 08:00:21PM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote: >> On 15/07/2013 19:55, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote: >>> On 15/07/2013 19:40, Singapore Citizen Mr. Teo En Ming (Zhang >>> Enming) wrote: >>>> On 15/07/2013 15:13, Singapore Citizen Mr. Teo En Ming (Zhang >>>> Enming) wrote: >>>>> On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang >>>>> Enming) wrote: >>>>>> On 15/07/2013 04:50, Pasi Kärkkäinen wrote: >>>>>>> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore >>>>>>> Citizen Mr. Teo En Ming (Zhang Enming) wrote: >>>>>>>> Hi, >>>>>>>> >>>>>>>> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >>>>>>>> My host operating system is Ubuntu 13.04 amd64. I have installed >>>>>>>> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >>>>>>>> >>>>>>> For IGD HD4600 GPU passthrough you need a couple of extra >>>>>>> patches that are not yet merged to qemu-xen-traditional. >>>>>>> >>>>>>> See the xen-devel list archives from last 2 months to get >>>>>>> the patches. >>>>>>> >>>>>>> -- Pasi >>>>>>> >>>>>>> >>>>>> Dear Pasi, >>>>>> >>>>>> I couldn''t find the required patches. Could you point me to >>>>>> the relevant xen-devel thread? >>>>>> >>>>>> Thank you very much. >>>>>> >>>>> Dear Pasi, >>>>> >>>>> Are these the correct xen-devel threads for Intel HD Graphics >>>>> 4600 VGA Passthrough? >>>>> >>>>> http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 >>>>> >>>>> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html >>>>> >>>>> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html >>>>> >>>>> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >>>>> >>>>> As for this thread: >>>>> >>>>> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >>>>> >>>>> I could not find the very first original thread. I hope you >>>>> understand what I am talking about. >>>>> >>>>> >>>> Hi Pasi, >>>> >>>> Are you available? I am eagerly awaiting your reply. >>>> >>> Hi Pasi, >>> >>> I''ve collected all the links for Intel IGD VGA Passthrough >>> patches. Please refer to the following links. >>> >>> 1. Patch series for IGD passthrough >>> Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 >>> >>> 2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not >>> clear all MSI flags >>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html >>> >>> 3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA >>> bridge for IGD passthrough >>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html >>> >>> 4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose >>> vendor specific pci cap on host bridge. >>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html >>> >>> Please confirm whether these are the patches I should use for >>> Intel HD Graphics 4600 IGD VGA Passthrough. >>> >>> Thank you very much. >>> >> One more link: >> >> 5. [Xen-devel] Patch series for IGD passthrough >> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00535.html >> > The patch links you posted are from February. There was a repost recently, > so you probably should use those more recent versions instead. > > > -- Pasi > >Dear Pasi, Could you post me the links? Thank you very much. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 15:40 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 23:30, Pasi Kärkkäinen wrote:> On Mon, Jul 15, 2013 at 08:00:21PM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote: >> On 15/07/2013 19:55, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote: >>> On 15/07/2013 19:40, Singapore Citizen Mr. Teo En Ming (Zhang >>> Enming) wrote: >>>> On 15/07/2013 15:13, Singapore Citizen Mr. Teo En Ming (Zhang >>>> Enming) wrote: >>>>> On 15/07/2013 11:49, Singapore Citizen Mr. Teo En Ming (Zhang >>>>> Enming) wrote: >>>>>> On 15/07/2013 04:50, Pasi Kärkkäinen wrote: >>>>>>> On Mon, Jul 15, 2013 at 12:11:36AM +0800, Singapore >>>>>>> Citizen Mr. Teo En Ming (Zhang Enming) wrote: >>>>>>>> Hi, >>>>>>>> >>>>>>>> I am using Xen-unstable 4.4 changeset 27214 and Linux kernel 3.10.0. >>>>>>>> My host operating system is Ubuntu 13.04 amd64. I have installed >>>>>>>> Windows 8 Enterprise 64-bit 90-day Evaluation as a HVM domU. >>>>>>>> >>>>>>> For IGD HD4600 GPU passthrough you need a couple of extra >>>>>>> patches that are not yet merged to qemu-xen-traditional. >>>>>>> >>>>>>> See the xen-devel list archives from last 2 months to get >>>>>>> the patches. >>>>>>> >>>>>>> -- Pasi >>>>>>> >>>>>>> >>>>>> Dear Pasi, >>>>>> >>>>>> I couldn''t find the required patches. Could you point me to >>>>>> the relevant xen-devel thread? >>>>>> >>>>>> Thank you very much. >>>>>> >>>>> Dear Pasi, >>>>> >>>>> Are these the correct xen-devel threads for Intel HD Graphics >>>>> 4600 VGA Passthrough? >>>>> >>>>> http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 >>>>> >>>>> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html >>>>> >>>>> http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html >>>>> >>>>> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >>>>> >>>>> As for this thread: >>>>> >>>>> http://lists.xen.org/archives/html/xen-devel/2013-06/msg01890.html >>>>> >>>>> I could not find the very first original thread. I hope you >>>>> understand what I am talking about. >>>>> >>>>> >>>> Hi Pasi, >>>> >>>> Are you available? I am eagerly awaiting your reply. >>>> >>> Hi Pasi, >>> >>> I''ve collected all the links for Intel IGD VGA Passthrough >>> patches. Please refer to the following links. >>> >>> 1. Patch series for IGD passthrough >>> Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 >>> >>> 2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not >>> clear all MSI flags >>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html >>> >>> 3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA >>> bridge for IGD passthrough >>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html >>> >>> 4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose >>> vendor specific pci cap on host bridge. >>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html >>> >>> Please confirm whether these are the patches I should use for >>> Intel HD Graphics 4600 IGD VGA Passthrough. >>> >>> Thank you very much. >>> >> One more link: >> >> 5. [Xen-devel] Patch series for IGD passthrough >> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00535.html >> > The patch links you posted are from February. There was a repost recently, > so you probably should use those more recent versions instead. > > > -- Pasi > >Dear Pasi, Could you post me the links? Thank you very much. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Pasi Kärkkäinen
2013-Jul-15 15:44 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On Mon, Jul 15, 2013 at 11:40:00PM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> >>>> > >>>Hi Pasi, > >>> > >>>I''ve collected all the links for Intel IGD VGA Passthrough > >>>patches. Please refer to the following links. > >>> > >>>1. Patch series for IGD passthrough > >>>Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 > >>> > >>>2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not > >>>clear all MSI flags > >>>Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html > >>> > >>>3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA > >>>bridge for IGD passthrough > >>>Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html > >>> > >>>4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose > >>>vendor specific pci cap on host bridge. > >>>Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html > >>> > >>>Please confirm whether these are the patches I should use for > >>>Intel HD Graphics 4600 IGD VGA Passthrough. > >>> > >>>Thank you very much. > >>> > >>One more link: > >> > >>5. [Xen-devel] Patch series for IGD passthrough > >>Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00535.html > >> > >The patch links you posted are from February. There was a repost recently, > >so you probably should use those more recent versions instead. > > > > > >-- Pasi > > > > > Dear Pasi, > > Could you post me the links? >"[PATCH 2/3] V4 qemu-xen-trad: Correctly expose PCH ISA bridge for IGD passthrough": http://lists.xenproject.org/archives/html/xen-devel/2013-06/msg01720.html You also need the "[PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose vendor specific pci cap on host bridge", but I think the latest version of that is older, from February perhaps. -- Pasi
Pasi Kärkkäinen
2013-Jul-15 15:44 UTC
Re: [Xen-devel] Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On Mon, Jul 15, 2013 at 11:40:00PM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> >>>> > >>>Hi Pasi, > >>> > >>>I''ve collected all the links for Intel IGD VGA Passthrough > >>>patches. Please refer to the following links. > >>> > >>>1. Patch series for IGD passthrough > >>>Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 > >>> > >>>2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not > >>>clear all MSI flags > >>>Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html > >>> > >>>3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA > >>>bridge for IGD passthrough > >>>Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html > >>> > >>>4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose > >>>vendor specific pci cap on host bridge. > >>>Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html > >>> > >>>Please confirm whether these are the patches I should use for > >>>Intel HD Graphics 4600 IGD VGA Passthrough. > >>> > >>>Thank you very much. > >>> > >>One more link: > >> > >>5. [Xen-devel] Patch series for IGD passthrough > >>Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00535.html > >> > >The patch links you posted are from February. There was a repost recently, > >so you probably should use those more recent versions instead. > > > > > >-- Pasi > > > > > Dear Pasi, > > Could you post me the links? >"[PATCH 2/3] V4 qemu-xen-trad: Correctly expose PCH ISA bridge for IGD passthrough": http://lists.xenproject.org/archives/html/xen-devel/2013-06/msg01720.html You also need the "[PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose vendor specific pci cap on host bridge", but I think the latest version of that is older, from February perhaps. -- Pasi
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 16:08 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 23:44, Pasi Kärkkäinen wrote:> On Mon, Jul 15, 2013 at 11:40:00PM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote: >>>>> Hi Pasi, >>>>> >>>>> I''ve collected all the links for Intel IGD VGA Passthrough >>>>> patches. Please refer to the following links. >>>>> >>>>> 1. Patch series for IGD passthrough >>>>> Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 >>>>> >>>>> 2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not >>>>> clear all MSI flags >>>>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html >>>>> >>>>> 3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA >>>>> bridge for IGD passthrough >>>>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html >>>>> >>>>> 4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose >>>>> vendor specific pci cap on host bridge. >>>>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html >>>>> >>>>> Please confirm whether these are the patches I should use for >>>>> Intel HD Graphics 4600 IGD VGA Passthrough. >>>>> >>>>> Thank you very much. >>>>> >>>> One more link: >>>> >>>> 5. [Xen-devel] Patch series for IGD passthrough >>>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00535.html >>>> >>> The patch links you posted are from February. There was a repost recently, >>> so you probably should use those more recent versions instead. >>> >>> >>> -- Pasi >>> >>> >> Dear Pasi, >> >> Could you post me the links? >> > "[PATCH 2/3] V4 qemu-xen-trad: Correctly expose PCH ISA bridge for IGD passthrough": > http://lists.xenproject.org/archives/html/xen-devel/2013-06/msg01720.html > > You also need the "[PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose vendor specific pci cap on host bridge", > but I think the latest version of that is older, from February perhaps. > > -- Pasi > >Dear Pasi, Could you post me the links to [PATCH 1/3] and [PATCH 3/3] as well? Thank you very much. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Singapore Citizen Mr. Teo En Ming (Zhang Enming)
2013-Jul-15 16:08 UTC
Re: [Xen-devel] Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On 15/07/2013 23:44, Pasi Kärkkäinen wrote:> On Mon, Jul 15, 2013 at 11:40:00PM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote: >>>>> Hi Pasi, >>>>> >>>>> I''ve collected all the links for Intel IGD VGA Passthrough >>>>> patches. Please refer to the following links. >>>>> >>>>> 1. Patch series for IGD passthrough >>>>> Link: http://comments.gmane.org/gmane.comp.emulators.xen.devel/150117 >>>>> >>>>> 2. [Xen-devel] [PATCH 1/3] qemu-xen-trad/pt_msi_disable: do not >>>>> clear all MSI flags >>>>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00537.html >>>>> >>>>> 3. [Xen-devel] [PATCH 2/3] qemu-xen-trad: Correctly expose PCH ISA >>>>> bridge for IGD passthrough >>>>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00536.html >>>>> >>>>> 4. [Xen-devel] [PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose >>>>> vendor specific pci cap on host bridge. >>>>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00538.html >>>>> >>>>> Please confirm whether these are the patches I should use for >>>>> Intel HD Graphics 4600 IGD VGA Passthrough. >>>>> >>>>> Thank you very much. >>>>> >>>> One more link: >>>> >>>> 5. [Xen-devel] Patch series for IGD passthrough >>>> Link: http://lists.xen.org/archives/html/xen-devel/2013-02/msg00535.html >>>> >>> The patch links you posted are from February. There was a repost recently, >>> so you probably should use those more recent versions instead. >>> >>> >>> -- Pasi >>> >>> >> Dear Pasi, >> >> Could you post me the links? >> > "[PATCH 2/3] V4 qemu-xen-trad: Correctly expose PCH ISA bridge for IGD passthrough": > http://lists.xenproject.org/archives/html/xen-devel/2013-06/msg01720.html > > You also need the "[PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose vendor specific pci cap on host bridge", > but I think the latest version of that is older, from February perhaps. > > -- Pasi > >Dear Pasi, Could you post me the links to [PATCH 1/3] and [PATCH 3/3] as well? Thank you very much. -- Yours sincerely, Singapore Citizen Mr. Teo En Ming (Zhang Enming)
Pasi Kärkkäinen
2013-Jul-15 16:25 UTC
Re: [Xen-devel] Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On Tue, Jul 16, 2013 at 12:08:41AM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> >>>> > >>>The patch links you posted are from February. There was a repost recently, > >>>so you probably should use those more recent versions instead. > >>> > >>> > >>>-- Pasi > >>> > >>> > >>Dear Pasi, > >> > >>Could you post me the links? > >> > >"[PATCH 2/3] V4 qemu-xen-trad: Correctly expose PCH ISA bridge for IGD passthrough": > >http://lists.xenproject.org/archives/html/xen-devel/2013-06/msg01720.html > > > >You also need the "[PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose vendor specific pci cap on host bridge", > >but I think the latest version of that is older, from February perhaps. > > > >-- Pasi > > > > > > Dear Pasi, > > Could you post me the links to [PATCH 1/3] and [PATCH 3/3] as well? >1/3 is already applied, so it''s part of the qemu-traditional tree in 4.3 and unstable/master aswell. "[PATCH 2/3] V4 qemu-xen-trad: Correctly expose PCH ISA bridge for IGD passthrough": http://lists.xenproject.org/archives/html/xen-devel/2013-06/msg01720.html "[PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose vendor specific pci cap on host bridge": http://lists.xenproject.org/archives/html/xen-devel/2013-02/msg00538.html -- Pasi
Pasi Kärkkäinen
2013-Jul-15 16:25 UTC
Re: Is my VGA Passthrough of Intel HD Graphics 4600 IGD to Windows 8 Enterprise HVM domU Considered Successful???
On Tue, Jul 16, 2013 at 12:08:41AM +0800, Singapore Citizen Mr. Teo En Ming (Zhang Enming) wrote:> >>>> > >>>The patch links you posted are from February. There was a repost recently, > >>>so you probably should use those more recent versions instead. > >>> > >>> > >>>-- Pasi > >>> > >>> > >>Dear Pasi, > >> > >>Could you post me the links? > >> > >"[PATCH 2/3] V4 qemu-xen-trad: Correctly expose PCH ISA bridge for IGD passthrough": > >http://lists.xenproject.org/archives/html/xen-devel/2013-06/msg01720.html > > > >You also need the "[PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose vendor specific pci cap on host bridge", > >but I think the latest version of that is older, from February perhaps. > > > >-- Pasi > > > > > > Dear Pasi, > > Could you post me the links to [PATCH 1/3] and [PATCH 3/3] as well? >1/3 is already applied, so it''s part of the qemu-traditional tree in 4.3 and unstable/master aswell. "[PATCH 2/3] V4 qemu-xen-trad: Correctly expose PCH ISA bridge for IGD passthrough": http://lists.xenproject.org/archives/html/xen-devel/2013-06/msg01720.html "[PATCH 3/3] qemu-xen-trad: IGD passthrough: Expose vendor specific pci cap on host bridge": http://lists.xenproject.org/archives/html/xen-devel/2013-02/msg00538.html -- Pasi