Re: [PATCH 3/4 v3] xen-pciback: use pci device flag operation helper function

2014-07-29 Thread Ethan Zhao
On Tue, Jul 29, 2014 at 6:07 PM, David Vrabel wrote: > On 29/07/14 05:06, Ethan Zhao wrote: >> Use pci device flag operation helper functions when set device >> to assigned or deassigned state. >> >> Signed-off-by: Ethan Zhao > > Konrad already reviewed this but you've not included his reviewed-b

Re: [PATCH 3/4 v3] xen-pciback: use pci device flag operation helper function

2014-07-29 Thread Ethan Zhao
> 在 2014年7月29日,下午6:07,David Vrabel 写道: > >> On 29/07/14 05:06, Ethan Zhao wrote: >> Use pci device flag operation helper functions when set device >> to assigned or deassigned state. >> >> Signed-off-by: Ethan Zhao > > Konrad already reviewed this but you've not included his reviewed-by tag.

Re: [PATCH 3/4 v3] xen-pciback: use pci device flag operation helper function

2014-07-29 Thread David Vrabel
On 29/07/14 05:06, Ethan Zhao wrote: > Use pci device flag operation helper functions when set device > to assigned or deassigned state. > > Signed-off-by: Ethan Zhao Konrad already reviewed this but you've not included his reviewed-by tag. I don't understand why we bother with this flag on Xen

[PATCH 3/4 v3] xen-pciback: use pci device flag operation helper function

2014-07-28 Thread Ethan Zhao
Use pci device flag operation helper functions when set device to assigned or deassigned state. Signed-off-by: Ethan Zhao --- v3: amend helper functions naming. drivers/xen/xen-pciback/pci_stub.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/xen/xen-pciback