[Qemu-devel] [PULL v1 00/17] Xilinx queue

Edgar E. Iglesias posted 17 patches 6 years, 9 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
disas/microblaze.c            | 18 ++++------
hw/display/xlnx_dp.c          |  3 ++
target/microblaze/cpu.c       | 39 ++++++++++++++--------
target/microblaze/cpu.h       |  7 ++++
target/microblaze/translate.c | 77 ++++++++++++++++++++++++++++++-------------
5 files changed, 96 insertions(+), 48 deletions(-)
[Qemu-devel] [PULL v1 00/17] Xilinx queue
Posted by Edgar E. Iglesias 6 years, 9 months ago
From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>

The following changes since commit fd479c60f5766f7fb247ad146b9e3c33d03d2055:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170603' into staging (2017-07-03 09:54:32 +0100)

are available in the git repository at:

  git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next.for-upstream

for you to fetch changes up to 31cf950ea2a010c33e5384aaba91f01dc27c1599:

  xilinx-dp: Add support for the yuy2 video format (2017-07-04 09:22:20 +0200)

----------------------------------------------------------------
edgar/xilinx-next.for-upstream

----------------------------------------------------------------
Edgar E. Iglesias (16):
      target-microblaze: Correct bit shift for the PVR0 version field
      target-microblaze: Don't hard code 0xb as initial MB version
      target-microblaze: Add CPU versions 9.4, 9.5 and 9.6
      target-microblaze: Introduce a use-barrel property
      target-microblaze: Introduce a use-div property
      target-microblaze: Introduce a use-hw-mul property
      target-microblaze: Introduce a use-msr-instr property
      target-microblaze: Introduce a use-pcmp-instr property
      target-microblaze: dec_barrel: Use bool instead of unsigned int
      target-microblaze: dec_barrel: Use extract32
      target-microblaze: dec_barrel: Add braces around if-statements
      target-microblaze: dec_barrel: Plug TCG temp leak
      target-microblaze: dec_barrel: Add BSEFI
      target-microblaze: dec_barrel: Add BSIFI
      target-microblaze: Add CPU version 10.0
      xilinx-dp: Add support for the yuy2 video format

Stefan Weil (1):
      disas/microblaze: Add missing 'const' attributes

 disas/microblaze.c            | 18 ++++------
 hw/display/xlnx_dp.c          |  3 ++
 target/microblaze/cpu.c       | 39 ++++++++++++++--------
 target/microblaze/cpu.h       |  7 ++++
 target/microblaze/translate.c | 77 ++++++++++++++++++++++++++++++-------------
 5 files changed, 96 insertions(+), 48 deletions(-)

Re: [Qemu-devel] [PULL v1 00/17] Xilinx queue
Posted by Peter Maydell 6 years, 9 months ago
On 4 July 2017 at 10:54, Edgar E. Iglesias <edgar.iglesias@gmail.com> wrote:
> From: "Edgar E. Iglesias" <edgar.iglesias@xilinx.com>
>
> The following changes since commit fd479c60f5766f7fb247ad146b9e3c33d03d2055:
>
>   Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170603' into staging (2017-07-03 09:54:32 +0100)
>
> are available in the git repository at:
>
>   git@github.com:edgarigl/qemu.git tags/edgar/xilinx-next.for-upstream
>
> for you to fetch changes up to 31cf950ea2a010c33e5384aaba91f01dc27c1599:
>
>   xilinx-dp: Add support for the yuy2 video format (2017-07-04 09:22:20 +0200)
>
> ----------------------------------------------------------------
> edgar/xilinx-next.for-upstream
>
> ----------------------------------------------------------------
> Edgar E. Iglesias (16):
>       target-microblaze: Correct bit shift for the PVR0 version field
>       target-microblaze: Don't hard code 0xb as initial MB version
>       target-microblaze: Add CPU versions 9.4, 9.5 and 9.6
>       target-microblaze: Introduce a use-barrel property
>       target-microblaze: Introduce a use-div property
>       target-microblaze: Introduce a use-hw-mul property
>       target-microblaze: Introduce a use-msr-instr property
>       target-microblaze: Introduce a use-pcmp-instr property
>       target-microblaze: dec_barrel: Use bool instead of unsigned int
>       target-microblaze: dec_barrel: Use extract32
>       target-microblaze: dec_barrel: Add braces around if-statements
>       target-microblaze: dec_barrel: Plug TCG temp leak
>       target-microblaze: dec_barrel: Add BSEFI
>       target-microblaze: dec_barrel: Add BSIFI
>       target-microblaze: Add CPU version 10.0
>       xilinx-dp: Add support for the yuy2 video format
>
> Stefan Weil (1):
>       disas/microblaze: Add missing 'const' attributes


Applied, thanks.

-- PMM