commit | 2b3cb353e7af7a90eec22ba9720dcef2a80c7f6f | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Dec 08 17:46:26 2010 +0900 |
committer | Michael S. Tsirkin <mst@redhat.com> | Thu Dec 09 12:48:27 2010 +0200 |
tree | 1f2fcffe4c80f6c66e6ede0e05ed315992f71fd1 | |
parent | c3f33667a64a6de0b92106c862247d97d81490ef [diff] |
pci/aer: fix interrupt on config write config write handling for aer seems broken: For example, it won't clear a level interrupt when command register is set to 0. Make it match the spec: level should equal the logical or of enabled bits, msi only be sent when the logical or changes. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp>