Re: [Qemu-devel] [RFC][PATCH 22/45] qemu-kvm: msix: Fire mask notifier on global mask changes

2011-10-18 Thread Jan Kiszka
On 2011-10-17 14:16, Michael S. Tsirkin wrote: > On Mon, Oct 17, 2011 at 11:27:56AM +0200, Jan Kiszka wrote: >> Also invoke the mask notifier if the global MSI-X mask is modified. For >> this purpose, we push the notifier call from the per-vector mask update >> to the central msix_handle_mask_updat

Re: [Qemu-devel] [RFC][PATCH 22/45] qemu-kvm: msix: Fire mask notifier on global mask changes

2011-10-18 Thread Michael S. Tsirkin
On Tue, Oct 18, 2011 at 02:45:58PM +0200, Jan Kiszka wrote: > On 2011-10-18 14:40, Michael S. Tsirkin wrote: > > On Mon, Oct 17, 2011 at 09:00:12PM +0200, Jan Kiszka wrote: > >> On 2011-10-17 14:16, Michael S. Tsirkin wrote: > >>> On Mon, Oct 17, 2011 at 11:27:56AM +0200, Jan Kiszka wrote: > A

Re: [Qemu-devel] [RFC][PATCH 22/45] qemu-kvm: msix: Fire mask notifier on global mask changes

2011-10-18 Thread Jan Kiszka
On 2011-10-18 14:40, Michael S. Tsirkin wrote: > On Mon, Oct 17, 2011 at 09:00:12PM +0200, Jan Kiszka wrote: >> On 2011-10-17 14:16, Michael S. Tsirkin wrote: >>> On Mon, Oct 17, 2011 at 11:27:56AM +0200, Jan Kiszka wrote: Also invoke the mask notifier if the global MSI-X mask is modified. For

Re: [Qemu-devel] [RFC][PATCH 22/45] qemu-kvm: msix: Fire mask notifier on global mask changes

2011-10-18 Thread Michael S. Tsirkin
On Mon, Oct 17, 2011 at 09:00:12PM +0200, Jan Kiszka wrote: > On 2011-10-17 14:16, Michael S. Tsirkin wrote: > > On Mon, Oct 17, 2011 at 11:27:56AM +0200, Jan Kiszka wrote: > >> Also invoke the mask notifier if the global MSI-X mask is modified. For > >> this purpose, we push the notifier call from

Re: [Qemu-devel] [RFC][PATCH 22/45] qemu-kvm: msix: Fire mask notifier on global mask changes

2011-10-17 Thread Michael S. Tsirkin
On Mon, Oct 17, 2011 at 11:27:56AM +0200, Jan Kiszka wrote: > Also invoke the mask notifier if the global MSI-X mask is modified. For > this purpose, we push the notifier call from the per-vector mask update > to the central msix_handle_mask_update. > > Signed-off-by: Jan Kiszka This is a bugfix

[Qemu-devel] [RFC][PATCH 22/45] qemu-kvm: msix: Fire mask notifier on global mask changes

2011-10-17 Thread Jan Kiszka
Also invoke the mask notifier if the global MSI-X mask is modified. For this purpose, we push the notifier call from the per-vector mask update to the central msix_handle_mask_update. Signed-off-by: Jan Kiszka --- hw/msix.c | 16 +--- 1 files changed, 9 insertions(+), 7 deletions(-