qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL] Standard SD host controller model


From: Peter A. G. Crosthwaite
Subject: [Qemu-devel] [PULL] Standard SD host controller model
Date: Tue, 26 Jun 2012 15:13:08 +1000

  target-ppc: Fix 2nd parameter for tcg_gen_shri_tl (2012-06-24 22:52:11 +0200)

are available in the git repository at:
  git://developer.petalogix.com/public/qemu.git third-party/igor-sdhci.next

Igor Mitsyanko (2):
      hw: introduce standard SD host controller
      exynos4210: Added SD host controller model

Peter A. G. Crosthwaite (2):
      vl.c: allow for repeated -sd arguments
      xilinx_zynq: Added SD controllers

 default-configs/arm-softmmu.mak |    1 +
 hw/Makefile.objs                |    1 +
 hw/arm/Makefile.objs            |    1 +
 hw/exynos4210.c                 |   20 +
 hw/exynos4210_sdhci.c           |  438 +++++++++++++
 hw/sdhci.c                      | 1306 +++++++++++++++++++++++++++++++++++++++
 hw/sdhci.h                      |  310 +++++++++
 hw/xilinx_zynq.c                |   12 +
 vl.c                            |    2 +-
 9 files changed, 2090 insertions(+), 1 deletions(-)
 create mode 100644 hw/exynos4210_sdhci.c
 create mode 100644 hw/sdhci.c
 create mode 100644 hw/sdhci.h



reply via email to

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