All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL v2 0/8] target-mips queue
@ 2017-02-22  0:21 Yongbok Kim
  2017-02-22  0:21 ` [Qemu-devel] [PULL v2 1/8] hw/mips_cmgcr: allow GCR base to be moved Yongbok Kim
                   ` (8 more replies)
  0 siblings, 9 replies; 19+ messages in thread
From: Yongbok Kim @ 2017-02-22  0:21 UTC (permalink / raw)
  To: qemu-devel

Hi,

This is the v2 of the pull-req for target-mips.
The warning treated as error has been fixed and the file is now isolated for mips64el only.
Boston has further update to have default -drive to if=ide. 

Regards,
Yongbok

The following changes since commit 796b288f7be875045670f963ce99991b3c8e96ac:

  Merge remote-tracking branch 'remotes/cody/tags/block-pull-request' into staging (2017-02-21 15:48:22 +0000)

are available in the git repository at:

  git://github.com/yongbok/upstream-qemu.git tags/mips-20170222

for you to fetch changes up to d3473e147a754e999718bf6fcb015d9978c6a1ee:

  hw/mips: MIPS Boston board support (2017-02-21 23:49:30 +0000)

----------------------------------------------------------------
MIPS patches 2017-02-22

Changes:
* Add MIPS Boston board support

----------------------------------------------------------------

Paul Burton (8):
  hw/mips_cmgcr: allow GCR base to be moved
  hw/mips_gictimer: provide API for retrieving frequency
  hw/mips_gic: Update pin state on mask changes
  target-mips: Provide function to test if a CPU supports an ISA
  dtc: Update requirement to v1.4.2
  loader: Support Flattened Image Trees (FIT images)
  hw: xilinx-pcie: Add support for Xilinx AXI PCIe Controller
  hw/mips: MIPS Boston board support

 configure                            |   8 +-
 default-configs/mips64el-softmmu.mak |   3 +
 dtc                                  |   2 +-
 hw/core/Makefile.objs                |   1 +
 hw/core/loader-fit.c                 | 325 ++++++++++++++++++++
 hw/core/loader.c                     |   7 +-
 hw/intc/mips_gic.c                   |  56 ++--
 hw/mips/Makefile.objs                |   1 +
 hw/mips/boston.c                     | 577 +++++++++++++++++++++++++++++++++++
 hw/misc/mips_cmgcr.c                 |  17 ++
 hw/pci-host/Makefile.objs            |   1 +
 hw/pci-host/xilinx-pcie.c            | 328 ++++++++++++++++++++
 hw/timer/mips_gictimer.c             |   5 +
 include/hw/loader-fit.h              |  41 +++
 include/hw/loader.h                  |   6 +
 include/hw/misc/mips_cmgcr.h         |   3 +
 include/hw/pci-host/xilinx-pcie.h    |  68 +++++
 include/hw/timer/mips_gictimer.h     |   1 +
 target/mips/cpu.h                    |   1 +
 target/mips/translate.c              |  10 +
 20 files changed, 1425 insertions(+), 36 deletions(-)
 create mode 100644 hw/core/loader-fit.c
 create mode 100644 hw/mips/boston.c
 create mode 100644 hw/pci-host/xilinx-pcie.c
 create mode 100644 include/hw/loader-fit.h
 create mode 100644 include/hw/pci-host/xilinx-pcie.h

-- 
2.7.4

^ permalink raw reply	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2018-06-06 21:58 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-22  0:21 [Qemu-devel] [PULL v2 0/8] target-mips queue Yongbok Kim
2017-02-22  0:21 ` [Qemu-devel] [PULL v2 1/8] hw/mips_cmgcr: allow GCR base to be moved Yongbok Kim
2017-02-22  0:21 ` [Qemu-devel] [PULL v2 2/8] hw/mips_gictimer: provide API for retrieving frequency Yongbok Kim
2017-02-22  0:21 ` [Qemu-devel] [PULL v2 3/8] hw/mips_gic: Update pin state on mask changes Yongbok Kim
2017-02-22  0:21 ` [Qemu-devel] [PULL v2 4/8] target-mips: Provide function to test if a CPU supports an ISA Yongbok Kim
2017-02-22  0:21 ` [Qemu-devel] [PULL v2 5/8] dtc: Update requirement to v1.4.2 Yongbok Kim
2017-02-22  0:21 ` [Qemu-devel] [PULL v2 6/8] loader: Support Flattened Image Trees (FIT images) Yongbok Kim
2017-02-22  0:21 ` [Qemu-devel] [PULL v2 7/8] hw: xilinx-pcie: Add support for Xilinx AXI PCIe Controller Yongbok Kim
2018-06-04 10:29   ` Peter Maydell
2018-06-06 20:23     ` Paul Burton
2018-06-06 21:58       ` Peter Maydell
2017-02-22  0:21 ` [Qemu-devel] [PULL v2 8/8] hw/mips: MIPS Boston board support Yongbok Kim
2017-02-23 18:09   ` Peter Maydell
2017-02-24  0:25     ` Yongbok Kim
2017-02-24 10:13       ` Peter Maydell
2017-02-23 12:46 ` [Qemu-devel] [PULL v2 0/8] target-mips queue Peter Maydell
2017-03-16 15:03   ` Peter Maydell
2017-03-16 16:25     ` Yongbok Kim
2017-03-16 16:28       ` Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.