]> git.ipfire.org Git - thirdparty/qemu.git/commit
e1000: Don't muck with PCI commmand register
authorAnthony Liguori <aliguori@us.ibm.com>
Fri, 18 Dec 2009 19:58:56 +0000 (13:58 -0600)
committerAnthony Liguori <aliguori@us.ibm.com>
Sat, 19 Dec 2009 14:26:28 +0000 (08:26 -0600)
commiteb41f58a4e971f630e37a1e10a25fa491e881430
tree311fca8486b27bfa222c89076212efc9d299767d
parent5543b41167c1677a6a3d44c1ca727531c3315128
e1000: Don't muck with PCI commmand register

Otherwise, the driver does not work in Linux after the INT_DISABLE changes in
PCI.

Michael Tsirkin had a patch to do this, I'm not sure what happened to it.

Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
(cherry picked from commit 17a7a5c59c4d72dd1d5666f348b010be6b10163c)
hw/e1000.c