]> git.proxmox.com Git - qemu.git/commit
rtl8139: preserve link state across device reset
authorAmos Kong <akong@redhat.com>
Fri, 28 Dec 2012 09:29:11 +0000 (17:29 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Mon, 7 Jan 2013 09:43:21 +0000 (10:43 +0100)
commit83f58e570f21c3e7227e7fbef1fc0e18b5ed7ea9
tree7d0ebcbdf98049a093b9d32fd7d61bd74a25607c
parent84dd2120247a7d25ff1bb337de21c0e76816ad2d
rtl8139: preserve link state across device reset

A device reset does not affect the link state, only set_link does.

Signed-off-by: Amos Kong <akong@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
hw/rtl8139.c