qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL] qemu-sparc updates


From: Mark Cave-Ayland
Subject: [Qemu-devel] [PULL] qemu-sparc updates
Date: Thu, 21 Sep 2017 08:51:34 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Hi Peter,

This contains the code for the new Sun HME (Happy Meal Ethernet) card and 
switches the sun4u machine
over to use it as the default. Please pull.


ATB,

Mark.


The following changes since commit b62b7ed0fc9c58e373b8946c9bd2e193be98dae6:

  Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging 
(2017-09-20 20:33:48 +0100)

are available in the git repository at:


  https://github.com/mcayland/qemu.git tags/qemu-sparc-signed

for you to fetch changes up to 8d9329719cc0996e5837fb466ca4d7be8030f8c9:

  sun4u: use sunhme as default on-board NIC (2017-09-21 08:38:42 +0100)

----------------------------------------------------------------
qemu-sparc update

----------------------------------------------------------------
Mark Cave-Ayland (2):
      net: add Sun HME (Happy Meal Ethernet) on-board NIC
      sun4u: use sunhme as default on-board NIC

 default-configs/sparc64-softmmu.mak |    1 +
 hw/net/Makefile.objs                |    1 +
 hw/net/sunhme.c                     |  978 +++++++++++++++++++++++++++++++++++
 hw/net/trace-events                 |   29 ++
 hw/sparc64/sun4u.c                  |   25 +-
 include/hw/net/mii.h                |    4 +
 include/hw/pci/pci_ids.h            |    1 +
 7 files changed, 1035 insertions(+), 4 deletions(-)
 create mode 100644 hw/net/sunhme.c



reply via email to

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