Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-19 Thread Michael S. Tsirkin
On Fri, Jul 20, 2012 at 12:50:26AM +1000, Alexey Kardashevskiy wrote: > On 20/07/12 00:43, Michael S. Tsirkin wrote: > > On Fri, Jul 20, 2012 at 12:24:05AM +1000, Alexey Kardashevskiy wrote: > >> One comment below. > >> > >> > >> On 19/07/12 19:27, Michael S. Tsirkin wrote: > >>> On Thu, Jul 19,

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-19 Thread Alexey Kardashevskiy
On 20/07/12 00:43, Michael S. Tsirkin wrote: > On Fri, Jul 20, 2012 at 12:24:05AM +1000, Alexey Kardashevskiy wrote: >> One comment below. >> >> >> On 19/07/12 19:27, Michael S. Tsirkin wrote: >>> On Thu, Jul 19, 2012 at 10:32:40AM +1000, Alexey Kardashevskiy >>> wrote: On 19/07/12 01:23, Mi

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-19 Thread Michael S. Tsirkin
On Fri, Jul 20, 2012 at 12:24:05AM +1000, Alexey Kardashevskiy wrote: > One comment below. > > > On 19/07/12 19:27, Michael S. Tsirkin wrote: > > On Thu, Jul 19, 2012 at 10:32:40AM +1000, Alexey Kardashevskiy wrote: > >> On 19/07/12 01:23, Michael S. Tsirkin wrote: > >>> On Wed, Jul 18, 2012 at 1

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-19 Thread Alexey Kardashevskiy
One comment below. On 19/07/12 19:27, Michael S. Tsirkin wrote: > On Thu, Jul 19, 2012 at 10:32:40AM +1000, Alexey Kardashevskiy wrote: >> On 19/07/12 01:23, Michael S. Tsirkin wrote: >>> On Wed, Jul 18, 2012 at 11:17:12PM +1000, Alexey Kardashevskiy wrote: On 18/07/12 22:43, Michael S. Tsir

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-19 Thread Michael S. Tsirkin
On Thu, Jul 19, 2012 at 10:35:07AM +1000, Alexey Kardashevskiy wrote: > Added (msi|msix)_set_message() function for whoever might > want to use them. > > Currently msi_notify()/msix_notify() write to these vectors to > signal the guest about an interrupt so the correct values have to > written the

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-19 Thread Michael S. Tsirkin
On Thu, Jul 19, 2012 at 10:32:40AM +1000, Alexey Kardashevskiy wrote: > On 19/07/12 01:23, Michael S. Tsirkin wrote: > > On Wed, Jul 18, 2012 at 11:17:12PM +1000, Alexey Kardashevskiy wrote: > >> On 18/07/12 22:43, Michael S. Tsirkin wrote: > >>> On Thu, Jun 21, 2012 at 09:39:10PM +1000, Alexey Kar

[Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-18 Thread Alexey Kardashevskiy
Added (msi|msix)_set_message() function for whoever might want to use them. Currently msi_notify()/msix_notify() write to these vectors to signal the guest about an interrupt so the correct values have to written there by the guest or QEMU. For example, POWER guest never initializes MSI/MSIX vect

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-18 Thread Alexey Kardashevskiy
On 19/07/12 01:23, Michael S. Tsirkin wrote: > On Wed, Jul 18, 2012 at 11:17:12PM +1000, Alexey Kardashevskiy wrote: >> On 18/07/12 22:43, Michael S. Tsirkin wrote: >>> On Thu, Jun 21, 2012 at 09:39:10PM +1000, Alexey Kardashevskiy wrote: Added (msi|msix)_set_message() functions. Cur

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-18 Thread Michael S. Tsirkin
On Wed, Jul 18, 2012 at 11:17:12PM +1000, Alexey Kardashevskiy wrote: > On 18/07/12 22:43, Michael S. Tsirkin wrote: > > On Thu, Jun 21, 2012 at 09:39:10PM +1000, Alexey Kardashevskiy wrote: > >> Added (msi|msix)_set_message() functions. > >> > >> Currently msi_notify()/msix_notify() write to these

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-18 Thread Alexey Kardashevskiy
On 18/07/12 22:43, Michael S. Tsirkin wrote: > On Thu, Jun 21, 2012 at 09:39:10PM +1000, Alexey Kardashevskiy wrote: >> Added (msi|msix)_set_message() functions. >> >> Currently msi_notify()/msix_notify() write to these vectors to >> signal the guest about an interrupt so the correct values have to

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-18 Thread Michael S. Tsirkin
On Thu, Jun 21, 2012 at 09:39:10PM +1000, Alexey Kardashevskiy wrote: > Added (msi|msix)_set_message() functions. > > Currently msi_notify()/msix_notify() write to these vectors to > signal the guest about an interrupt so the correct values have to > written there by the guest or QEMU. > > For ex

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-11 Thread Alexander Graf
On 06.07.2012, at 17:58, Jan Kiszka wrote: > On 2012-07-06 17:36, Alexander Graf wrote: >> >> On 02.07.2012, at 09:24, Jan Kiszka wrote: >> >>> On 2012-07-02 06:28, Alexey Kardashevskiy wrote: Ping? On 22/06/12 11:15, Alexey Kardashevskiy wrote: > Added (msi|msix)_set_

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-06 Thread Jan Kiszka
On 2012-07-06 17:36, Alexander Graf wrote: > > On 02.07.2012, at 09:24, Jan Kiszka wrote: > >> On 2012-07-02 06:28, Alexey Kardashevskiy wrote: >>> Ping? >>> >>> >>> On 22/06/12 11:15, Alexey Kardashevskiy wrote: Added (msi|msix)_set_message() function for whoever might want to use them

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-06 Thread Alexander Graf
On 02.07.2012, at 09:24, Jan Kiszka wrote: > On 2012-07-02 06:28, Alexey Kardashevskiy wrote: >> Ping? >> >> >> On 22/06/12 11:15, Alexey Kardashevskiy wrote: >>> Added (msi|msix)_set_message() function for whoever might >>> want to use them. >>> >>> Currently msi_notify()/msix_notify() write

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-02 Thread Jan Kiszka
On 2012-07-02 06:28, Alexey Kardashevskiy wrote: > Ping? > > > On 22/06/12 11:15, Alexey Kardashevskiy wrote: >> Added (msi|msix)_set_message() function for whoever might >> want to use them. >> >> Currently msi_notify()/msix_notify() write to these vectors to >> signal the guest about an interru

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-07-01 Thread Alexey Kardashevskiy
Ping? On 22/06/12 11:15, Alexey Kardashevskiy wrote: > Added (msi|msix)_set_message() function for whoever might > want to use them. > > Currently msi_notify()/msix_notify() write to these vectors to > signal the guest about an interrupt so the correct values have to > written there by the guest

[Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-06-21 Thread Alexey Kardashevskiy
Added (msi|msix)_set_message() function for whoever might want to use them. Currently msi_notify()/msix_notify() write to these vectors to signal the guest about an interrupt so the correct values have to written there by the guest or QEMU. For example, POWER guest never initializes MSI/MSIX vect

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-06-21 Thread Alexey Kardashevskiy
On 21/06/12 21:49, Jan Kiszka wrote: > On 2012-06-21 13:39, Alexey Kardashevskiy wrote: >> Added (msi|msix)_set_message() functions. >> >> Currently msi_notify()/msix_notify() write to these vectors to >> signal the guest about an interrupt so the correct values have to >> written there by the gues

Re: [Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-06-21 Thread Jan Kiszka
On 2012-06-21 13:39, Alexey Kardashevskiy wrote: > Added (msi|msix)_set_message() functions. > > Currently msi_notify()/msix_notify() write to these vectors to > signal the guest about an interrupt so the correct values have to > written there by the guest or QEMU. > > For example, POWER guest ne

[Qemu-devel] [PATCH] msi/msix: added API to set MSI message address and data

2012-06-21 Thread Alexey Kardashevskiy
Added (msi|msix)_set_message() functions. Currently msi_notify()/msix_notify() write to these vectors to signal the guest about an interrupt so the correct values have to written there by the guest or QEMU. For example, POWER guest never initializes MSI/MSIX vectors, instead it uses RTAS hypercal