]> git.proxmox.com Git - qemu.git/commit
e1000: set E1000_ICR_INT_ASSERTED only for 8257x
authorJason Wang <jasowang@redhat.com>
Thu, 22 Mar 2012 10:02:34 +0000 (18:02 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 25 Apr 2012 07:53:48 +0000 (10:53 +0300)
commitf1219091edd20e3b92544025c2b6dd5e4d98b61b
treeeb1a9bca0afa76f476f598ca741876039825fc9d
parentb9d03e352cb6b31a66545763f6a1e20c9abf0c2c
e1000: set E1000_ICR_INT_ASSERTED only for 8257x

E1000_ICR_INT_ASSERTED were introduced only for 8257x, so we need to
check the E1000_DEVID before setting this bit in ICS.

Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/e1000.c