Re: [Qemu-devel] [PATCH v2 2/3] msix: trace control bit write op

2017-05-10 Thread Michael S. Tsirkin
On Tue, May 09, 2017 at 02:00:43PM +0800, Peter Xu wrote: > Meanwhile, abstract a function to detect msix masked bit. > > Signed-off-by: Peter Xu Reviewed-by: Michael S. Tsirkin > --- > hw/pci/msix.c | 11 +-- > hw/pci/trace-events | 3 +++ > 2 files changed, 12 insertions(+),

Re: [Qemu-devel] [PATCH v2 2/3] msix: trace control bit write op

2017-05-10 Thread Michael S. Tsirkin
On Tue, May 09, 2017 at 02:00:43PM +0800, Peter Xu wrote: > Meanwhile, abstract a function to detect msix masked bit. > > Signed-off-by: Peter Xu Acked-by: Michael S. Tsirkin > --- > hw/pci/msix.c | 11 +-- > hw/pci/trace-events | 3 +++ > 2 files changed, 12 insertions(+), 2

Re: [Qemu-devel] [PATCH v2 2/3] msix: trace control bit write op

2017-05-10 Thread Philippe Mathieu-Daudé
On 05/09/2017 03:00 AM, Peter Xu wrote: Meanwhile, abstract a function to detect msix masked bit. Signed-off-by: Peter Xu Reviewed-by: Philippe Mathieu-Daudé --- hw/pci/msix.c | 11 +-- hw/pci/trace-events | 3 +++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --g

[Qemu-devel] [PATCH v2 2/3] msix: trace control bit write op

2017-05-08 Thread Peter Xu
Meanwhile, abstract a function to detect msix masked bit. Signed-off-by: Peter Xu --- hw/pci/msix.c | 11 +-- hw/pci/trace-events | 3 +++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/hw/pci/msix.c b/hw/pci/msix.c index bb54e8b..fc5fe51 100644 --- a/hw/pci/msix.