commit | c3f33667a64a6de0b92106c862247d97d81490ef | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Dec 08 17:46:25 2010 +0900 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 09 12:48:26 2010 +0200 |
tree | 508fe4cb02ac8d22f93551d13d50c85e1ca5c1d4 | |
parent | 624c716cc576ec5e6bed50da3deb45aa9537cacd [diff] |
pci/aer: fix error injection Fix the injection logic upon aer message to follow 6.2.4.1.2 more closely: specifically only send an msi interrupt when the logical or of the enabled bits changed, not when a bit which was previously clear becomes set. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>