| Submitter | Stefan Hajnoczi |
|---|---|
| Date | Nov. 1, 2012, 11:10 a.m. |
| Message ID | <1351768218-21466-1-git-send-email-stefanha@redhat.com> |
| Download | mbox |
| Permalink | /patch/196160/ |
| State | New |
| Headers | show |
Pull-request
git://github.com/stefanha/qemu.git netComments
Stefan Hajnoczi <stefanha@redhat.com> writes: > The following changes since commit 286d52ebfc0d0d53c2a878e454292fea14bad41b: > > target-mips: don't flush extra TLB on permissions upgrade (2012-10-31 22:20:49 +0100) > > are available in the git repository at: > > git://github.com/stefanha/qemu.git net > > for you to fetch changes up to 372254c6e5c078fb13b236bb648d2b9b2b0c70f1: > > e1000: pre-initialize RAH/RAL registers (2012-11-01 12:02:17 +0100) > > ---------------------------------------------------------------- > Dmitry Fleytman (1): > e1000: drop check_rxov, always treat RX ring with RDH == RDT as empty > > Gabriel L. Somlo (1): > e1000: pre-initialize RAH/RAL registers > > Lei Li (1): > net: use "socket" model name for UDP sockets > > Stefan Hajnoczi (1): > net: Reject non-netdevs in qmp_netdev_del() > Pulled. Thanks. Regards, Anthony Liguori > hw/e1000.c | 17 ++++++++++++----- > net.c | 9 ++++++++- > net/socket.c | 2 +- > 3 files changed, 21 insertions(+), 7 deletions(-) > > -- > 1.7.12.1
The following changes since commit 286d52ebfc0d0d53c2a878e454292fea14bad41b: target-mips: don't flush extra TLB on permissions upgrade (2012-10-31 22:20:49 +0100) are available in the git repository at: git://github.com/stefanha/qemu.git net for you to fetch changes up to 372254c6e5c078fb13b236bb648d2b9b2b0c70f1: e1000: pre-initialize RAH/RAL registers (2012-11-01 12:02:17 +0100) ---------------------------------------------------------------- Dmitry Fleytman (1): e1000: drop check_rxov, always treat RX ring with RDH == RDT as empty Gabriel L. Somlo (1): e1000: pre-initialize RAH/RAL registers Lei Li (1): net: use "socket" model name for UDP sockets Stefan Hajnoczi (1): net: Reject non-netdevs in qmp_netdev_del() hw/e1000.c | 17 ++++++++++++----- net.c | 9 ++++++++- net/socket.c | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-)