Re: [Qemu-devel] [RFC][PATCH 08/45] Introduce MSIMessage structure

2011-10-18 Thread Jan Kiszka
On 2011-10-17 15:01, Michael S. Tsirkin wrote: > On Mon, Oct 17, 2011 at 02:09:46PM +0200, Jan Kiszka wrote: >> On 2011-10-17 14:04, Michael S. Tsirkin wrote: >>> On Mon, Oct 17, 2011 at 01:51:00PM +0200, Jan Kiszka wrote: On 2011-10-17 13:46, Michael S. Tsirkin wrote: > On Mon, Oct 17, 20

Re: [Qemu-devel] [RFC][PATCH 08/45] Introduce MSIMessage structure

2011-10-17 Thread Michael S. Tsirkin
On Mon, Oct 17, 2011 at 02:09:46PM +0200, Jan Kiszka wrote: > On 2011-10-17 14:04, Michael S. Tsirkin wrote: > > On Mon, Oct 17, 2011 at 01:51:00PM +0200, Jan Kiszka wrote: > >> On 2011-10-17 13:46, Michael S. Tsirkin wrote: > >>> On Mon, Oct 17, 2011 at 11:27:42AM +0200, Jan Kiszka wrote: > W

Re: [Qemu-devel] [RFC][PATCH 08/45] Introduce MSIMessage structure

2011-10-17 Thread Jan Kiszka
On 2011-10-17 14:04, Michael S. Tsirkin wrote: > On Mon, Oct 17, 2011 at 01:51:00PM +0200, Jan Kiszka wrote: >> On 2011-10-17 13:46, Michael S. Tsirkin wrote: >>> On Mon, Oct 17, 2011 at 11:27:42AM +0200, Jan Kiszka wrote: Will be used for generating and distributing MSI messages, both in

Re: [Qemu-devel] [RFC][PATCH 08/45] Introduce MSIMessage structure

2011-10-17 Thread Michael S. Tsirkin
On Mon, Oct 17, 2011 at 01:51:00PM +0200, Jan Kiszka wrote: > On 2011-10-17 13:46, Michael S. Tsirkin wrote: > > On Mon, Oct 17, 2011 at 11:27:42AM +0200, Jan Kiszka wrote: > >> Will be used for generating and distributing MSI messages, both in > >> emulation mode and under KVM. > >> > >> Signed-of

Re: [Qemu-devel] [RFC][PATCH 08/45] Introduce MSIMessage structure

2011-10-17 Thread Jan Kiszka
On 2011-10-17 13:46, Michael S. Tsirkin wrote: > On Mon, Oct 17, 2011 at 11:27:42AM +0200, Jan Kiszka wrote: >> Will be used for generating and distributing MSI messages, both in >> emulation mode and under KVM. >> >> Signed-off-by: Jan Kiszka > > I would add > > uint64_t msix_get_address(dev, v

Re: [Qemu-devel] [RFC][PATCH 08/45] Introduce MSIMessage structure

2011-10-17 Thread Michael S. Tsirkin
On Mon, Oct 17, 2011 at 11:27:42AM +0200, Jan Kiszka wrote: > Will be used for generating and distributing MSI messages, both in > emulation mode and under KVM. > > Signed-off-by: Jan Kiszka I would add uint64_t msix_get_address(dev, vector) uint64_t msix_get_data(dev, vector) and same for msi