qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 9865f3: tests/Makefile: Fix description of "m


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 9865f3: tests/Makefile: Fix description of "make check"
Date: Mon, 01 Jun 2020 06:45:29 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 9865f39db06d6c7c634d06684981861035412a48
      
https://github.com/qemu/qemu/commit/9865f39db06d6c7c634d06684981861035412a48
  Author: Huacai Chen <zltjiangshi@gmail.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M tests/Makefile.include

  Log Message:
  -----------
  tests/Makefile: Fix description of "make check"

The description of "make check" is out-of-date, so fix it by adding
block and softfloat.

Reviewed-by: Claudio Fontana <cfontana@suse.de>
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-Id: <1588674291-6486-1-git-send-email-chenhc@lemote.com>


  Commit: aa2953fd169c98c6ef44feb9c7e44eaad7f2808b
      
https://github.com/qemu/qemu/commit/aa2953fd169c98c6ef44feb9c7e44eaad7f2808b
  Author: Huacai Chen <zltjiangshi@gmail.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M configure

  Log Message:
  -----------
  configure: Add KVM target support for MIPS64

Preparing for Loongson-3 virtualization, add KVM target support for
MIPS64 in configure script.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Co-developed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-Id: <1588501221-1205-2-git-send-email-chenhc@lemote.com>


  Commit: c3173a35bc2a759dbfac4e76e9a7695b1d44e97a
      
https://github.com/qemu/qemu/commit/c3173a35bc2a759dbfac4e76e9a7695b1d44e97a
  Author: Huacai Chen <zltjiangshi@gmail.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M hw/mips/mips_int.c

  Log Message:
  -----------
  hw/mips: Add CPU IRQ3 delivery for KVM

Currently, KVM/MIPS only deliver I/O interrupt via IP2, this patch add
IP3 delivery as well, because Loongson-3 based machine use both IRQ2
(CPU's IP2) and IRQ3 (CPU's IP3).

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Co-developed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-Id: <1588501221-1205-4-git-send-email-chenhc@lemote.com>


  Commit: 7e0896b0e134f5023107d8b4454c020ba51f2d42
      
https://github.com/qemu/qemu/commit/7e0896b0e134f5023107d8b4454c020ba51f2d42
  Author: Huacai Chen <zltjiangshi@gmail.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M target/mips/kvm.c
    M target/mips/machine.c

  Log Message:
  -----------
  target/mips: Add more CP0 register for save/restore

Add more CP0 register for save/restore, including: EBase, XContext,
PageGrain, PWBase, PWSize, PWField, PWCtl, Config*, KScratch1~KScratch6.

Signed-off-by: Huacai Chen <chenhc@lemote.com>
Co-developed-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-Id: <1588501221-1205-6-git-send-email-chenhc@lemote.com>


  Commit: ee3863b9d414f0b4a59a88f2a79b496a99d4f6dd
      
https://github.com/qemu/qemu/commit/ee3863b9d414f0b4a59a88f2a79b496a99d4f6dd
  Author: Huacai Chen <chenhc@lemote.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M target/mips/cpu-param.h

  Log Message:
  -----------
  target/mips: Support variable page size

Traditionally, MIPS use 4KB page size, but Loongson prefer 16KB page
size in system emulator. So, let's define TARGET_PAGE_BITS_VARY and
TARGET_PAGE_BITS_MIN to support variable page size.

Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-Id: <1586337380-25217-1-git-send-email-chenhc@lemote.com>


  Commit: a08d60bc6c2b6469368fff3d38dd5ddd16dd36be
      
https://github.com/qemu/qemu/commit/a08d60bc6c2b6469368fff3d38dd5ddd16dd36be
  Author: Huacai Chen <chenhc@lemote.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M hw/mips/fuloong2e.c

  Log Message:
  -----------
  hw/mips: fuloong2e: Set preferred page size to 16KB

Loongson processor prefers 16KB page size in system emulator, so let's
define mc->minimum_page_bits to 14.

Cc: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Huacai Chen <chenhc@lemote.com>
Reviewed-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Signed-off-by: Aleksandar Markovic <aleksandar.qemu.devel@gmail.com>
Message-Id: <1586337380-25217-2-git-send-email-chenhc@lemote.com>


  Commit: 7ea32024c6b3ad9c88d6200e73dbf76c8e160024
      
https://github.com/qemu/qemu/commit/7ea32024c6b3ad9c88d6200e73dbf76c8e160024
  Author: Peter Maydell <peter.maydell@linaro.org>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M configure
    M hw/mips/fuloong2e.c
    M hw/mips/mips_int.c
    M target/mips/cpu-param.h
    M target/mips/kvm.c
    M target/mips/machine.c
    M tests/Makefile.include

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/amarkovic/tags/mips-queue-june-01-2020' 
into staging

MIPS queue for June 1st, 2020

# gpg: Signature made Mon 01 Jun 2020 12:29:25 BST
# gpg:                using RSA key D4972A8967F75A65
# gpg: Good signature from "Aleksandar Markovic <amarkovic@wavecomp.com>" [full]
# Primary key fingerprint: 8526 FBF1 5DA3 811F 4A01  DD75 D497 2A89 67F7 5A65

* remotes/amarkovic/tags/mips-queue-june-01-2020:
  hw/mips: fuloong2e: Set preferred page size to 16KB
  target/mips: Support variable page size
  target/mips: Add more CP0 register for save/restore
  hw/mips: Add CPU IRQ3 delivery for KVM
  configure: Add KVM target support for MIPS64
  tests/Makefile: Fix description of "make check"

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>


Compare: https://github.com/qemu/qemu/compare/b73f417aaeee...7ea32024c6b3



reply via email to

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