Re: [Qemu-devel] [PATCH] vfio/pci-quirks.c: Disable stolen memory for igd VFIO

2017-02-20 Thread Zhang, Xiong Y
> On Mon, 20 Feb 2017 19:42:54 +0800 > Xiong Zhang wrote: > > > From: XiongZhang > > > > If IGD isn't assigned at 00:02.0 in UPT and host bios enable stolen > > memory, seabios won't reseave stolen memory in E820 for guest. Then > > both Intel

Re: [Qemu-devel] [PATCH] vfio/pci-quirks.c: Disable stolen memory for igd VFIO

2017-02-20 Thread Zhang, Xiong Y
> > On Mon, 20 Feb 2017 19:42:54 +0800 > Xiong Zhang wrote: > > > From: XiongZhang > > > > If IGD isn't assigned at 00:02.0 in UPT and host bios enable stolen > > memory, seabios won't reseave stolen memory in E820 for guest. Then > > both

Re: [Qemu-devel] [PATCH] vfio/pci-quirks.c: Disable stolen memory for igd VFIO

2017-02-20 Thread Alex Williamson
On Mon, 20 Feb 2017 19:42:54 +0800 Xiong Zhang wrote: > From: XiongZhang > > If IGD isn't assigned at 00:02.0 in UPT and host bios enable stolen > memory, seabios won't reseave stolen memory in E820 for guest. Then > both Intel graphic driver

[Qemu-devel] [PATCH] vfio/pci-quirks.c: Disable stolen memory for igd VFIO

2017-02-19 Thread Xiong Zhang
From: XiongZhang If IGD isn't assigned at 00:02.0 in UPT and host bios enable stolen memory, seabios won't reseave stolen memory in E820 for guest. Then both Intel graphic driver and others in guest could use stolen memory, this will generate system hang. So we should

Re: [Qemu-devel] [PATCH] vfio/pci-quirks.c: Disable stolen memory for igd VFIO

2017-02-19 Thread no-reply
Hi, This series seems to have some coding style problems. See output below for more information: Type: series Subject: [Qemu-devel] [PATCH] vfio/pci-quirks.c: Disable stolen memory for igd VFIO Message-id: 20170220111716.10471-1-xiong.y.zh...@intel.com === TEST SCRIPT BEGIN === #!/bin/bash

[Qemu-devel] [PATCH] vfio/pci-quirks.c: Disable stolen memory for igd VFIO

2017-02-19 Thread Xiong Zhang
From: XiongZhang If IGD isn't assigned at 00:02.0 in UPT and host bios enable stolen memory, seabios won't reseave stolen memory in E820 for guest. Then both Intel graphic driver and others in guest could use stolen memory, this will generate system hang. So we should