[PATCH 2/4] KVM: use pci device flag operation helper functions

2014-08-07 Thread Ethan Zhao
Use helper function instead of direct operation to pci device flag when set device to assigned or deassigned. Acked-by: Paolo Bonzini Signed-off-by: Ethan Zhao --- virt/kvm/assigned-dev.c |2 +- virt/kvm/iommu.c|4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --gi

Re: [PATCH 2/4] KVM: use pci device flag operation helper functions

2014-07-24 Thread Paolo Bonzini
Il 22/07/2014 18:19, Ethan Zhao ha scritto: > Use helper function instead of direct operation to pci device > flag when set device to assigned or deassigned. > > Signed-off-by: Ethan Zhao > --- > virt/kvm/assigned-dev.c |2 +- > virt/kvm/iommu.c|4 ++-- > 2 files changed, 3 inser

[PATCH 2/4] KVM: use pci device flag operation helper functions

2014-07-22 Thread Ethan Zhao
Use helper function instead of direct operation to pci device flag when set device to assigned or deassigned. Signed-off-by: Ethan Zhao --- virt/kvm/assigned-dev.c |2 +- virt/kvm/iommu.c|4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/virt/kvm/assigned-dev