qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PULL] e1000, eepro100, virtio


From: Michael S. Tsirkin
Subject: [Qemu-devel] [PULL] e1000, eepro100, virtio
Date: Wed, 25 Apr 2012 12:39:11 +0300

The following changes since commit cf36b31db209a261ee3bc2737e788e1ced0a1bec:

  Limit ptimer rate to something achievable (2012-04-24 09:50:31 -0500)

are available in the git repository at:

  git://git.kernel.org/pub/scm/virt/kvm/mst/qemu.git refs/tags/for_anthony

for you to fetch changes up to f1219091edd20e3b92544025c2b6dd5e4d98b61b:

  e1000: set E1000_ICR_INT_ASSERTED only for 8257x (2012-04-25 10:53:48 +0300)

----------------------------------------------------------------
e1000, eepro100, virtio

This pull includes virtio memory ordering fixes, finally
fixing bugs on which I have been working, on and off,
for several weeks.

There's a partial revert of Jason's eepro100 cleanup,
blessed by both Jason and Stefan since that broke multicast.

Additionally there are e1000 enhancements by Jason:
they have been on the list for a while and work fine for me.

Signed-off-by: Michael S. Tsirkin <address@hidden>

----------------------------------------------------------------
Jason Wang (7):
      e1000: introduce bits of PHY control register
      e1000: conditionally raise irq at the end of MDI cycle
      e1000: PHY loopback mode support
      e1000: introduce helpers to manipulate link status
      e1000: introduce bit for debugging PHY emulation
      e1000: link auto-negotiation emulation
      e1000: set E1000_ICR_INT_ASSERTED only for 8257x

Michael S. Tsirkin (4):
      e1000: move reset function earlier in file
      virtio: add missing mb() on notification
      virtio: add missing mb() on enable notification
      virtio: order index/descriptor reads

Stefan Weil (1):
      eepro100: Fix multicast regression

 hw/e1000.c     |  167 +++++++++++++++++++++++++++++++++++++++-----------------
 hw/e1000_hw.h  |   12 ++++
 hw/eepro100.c  |   28 +++++++++-
 hw/virtio.c    |   11 ++++
 qemu-barrier.h |   35 ++++++++++-
 5 files changed, 197 insertions(+), 56 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]