qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 97eeef: MAINTAINERS: Add Huacai Chen as fuloo


From: Peter Maydell
Subject: [Qemu-commits] [qemu/qemu] 97eeef: MAINTAINERS: Add Huacai Chen as fuloong2e co-maint...
Date: Wed, 27 May 2020 08:15:29 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 97eeef8aeeac1c5fb64f6785bbcef2e57f7c62ce
      
https://github.com/qemu/qemu/commit/97eeef8aeeac1c5fb64f6785bbcef2e57f7c62ce
  Author: Huacai Chen <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer

I submitted the MIPS/fuloong2e support about ten years ago, and
after that I became a MIPS kernel developer. Last year, Philippe
Mathieu- Daudé asked me that whether I can be a reviewer of
MIPS/fuloong2e, and I promised that I will do some QEMU work in
the next year (i.e., 2020 and later). I think now (and also in
future) I can have some spare time, so I can finally do some real
work on QEMU/MIPS. And if possible, I hope I can be a co-maintainer
of MIPS/fuloong2e.

Cc: Jiaxun Yang <address@hidden>
Signed-off-by: Huacai Chen <address@hidden>
Message-Id: <address@hidden>
[PMD: Added Jiaxun Yang as reviewer]
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Aleksandar Markovic <address@hidden>
Message-Id: <address@hidden>


  Commit: abc82de356f636d70ac36e202c989a5e978dbae3
      
https://github.com/qemu/qemu/commit/abc82de356f636d70ac36e202c989a5e978dbae3
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M hw/mips/Kconfig
    M hw/pci-host/Kconfig
    M hw/pci-host/Makefile.objs

  Log Message:
  -----------
  hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge

Ease the kconfig selection by introducing CONFIG_PCI_BONITO to select
the Bonito North Bridge.

Reviewed-by: Aleksandar Markovic <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
Message-id: <address@hidden>
Reviewed-by: Huacai Chen <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 3d14264cceb005e6b2131082bfa202c701e7ffb6
      
https://github.com/qemu/qemu/commit/3d14264cceb005e6b2131082bfa202c701e7ffb6
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M hw/pci-host/bonito.c

  Log Message:
  -----------
  hw/pci-host/bonito: Fix DPRINTF() format strings

Reviewed-by: Huacai Chen <address@hidden>
Message-id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 86313bdc85a3ebc4817ffb29edd1c108c50afbe6
      
https://github.com/qemu/qemu/commit/86313bdc85a3ebc4817ffb29edd1c108c50afbe6
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M hw/pci-host/bonito.c

  Log Message:
  -----------
  hw/pci-host/bonito: Map peripheral using physical address

Peripherals are mapped at physical address on busses.
Only CPU/IOMMU can use virtual addresses.

Reviewed-by: Aleksandar Markovic <address@hidden>
Message-id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 25cca0a9b789244f89b24ed628b0dd6b0a169acc
      
https://github.com/qemu/qemu/commit/25cca0a9b789244f89b24ed628b0dd6b0a169acc
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M hw/pci-host/Kconfig
    M hw/pci-host/bonito.c

  Log Message:
  -----------
  hw/pci-host/bonito: Map all the Bonito64 I/O range

To ease following guest accesses to the Bonito64 chipset,
map its I/O range as UnimplementedDevice.
We can now see the accesses to unimplemented peripheral
using the '-d unimp' command line option.

Reviewed-by: Aleksandar Markovic <address@hidden>
Message-id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: a0b544c1c95df240629964636479fc113086d57b
      
https://github.com/qemu/qemu/commit/a0b544c1c95df240629964636479fc113086d57b
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M hw/pci-host/bonito.c

  Log Message:
  -----------
  hw/pci-host/bonito: Map the different PCI ranges more detailed

Better describe the Bonito64 MEM HI/LO and I/O PCI ranges,
add more PCI regions as unimplemented.

Reviewed-by: Aleksandar Markovic <address@hidden>
Message-id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 7a296990af3ae3a63e5397c9c1a9f26981815c1c
      
https://github.com/qemu/qemu/commit/7a296990af3ae3a63e5397c9c1a9f26981815c1c
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M hw/pci-host/bonito.c

  Log Message:
  -----------
  hw/pci-host/bonito: Better describe the I/O CS regions

Better describe the I/O CS regions, add the ROMCS region.

Reviewed-by: Aleksandar Markovic <address@hidden>
Message-id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 1f8a6c8b3c3a9c6ea0b215a764a1c4f1d6141078
      
https://github.com/qemu/qemu/commit/1f8a6c8b3c3a9c6ea0b215a764a1c4f1d6141078
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M hw/pci-host/bonito.c

  Log Message:
  -----------
  hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32

Describe some bits of the Config registers fields with the
registerfields API. Use the FIELD_DP32() macro to set the
BONGENCFG register bits at reset.

Reviewed-by: Aleksandar Markovic <address@hidden>
Message-id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 3e5fe8dd1fcb6aa3acd3e5b719bd0b9e69ddee6b
      
https://github.com/qemu/qemu/commit/3e5fe8dd1fcb6aa3acd3e5b719bd0b9e69ddee6b
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M hw/mips/mips_fulong2e.c

  Log Message:
  -----------
  hw/mips/fuloong2e: Move code and update a comment

Move the RAM-related call closer to the RAM creation block,
rename the ROM comment.

Reviewed-by: Huacai Chen <address@hidden>
Message-id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: c3a09ff68ddffd1efd57612706484aa386826518
      
https://github.com/qemu/qemu/commit/c3a09ff68ddffd1efd57612706484aa386826518
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M MAINTAINERS
    M default-configs/mips64el-softmmu.mak
    M docs/system/deprecated.rst
    M docs/system/target-mips.rst
    M hw/isa/vt82c686.c
    M hw/mips/Kconfig
    M hw/mips/Makefile.objs
    A hw/mips/fuloong2e.c
    R hw/mips/mips_fulong2e.c
    M hw/pci-host/bonito.c
    M tests/qtest/endianness-test.c

  Log Message:
  -----------
  hw/mips/fuloong2e: Fix typo in Fuloong machine name

We always miswrote the Fuloong machine... Fix its name.
Add an machine alias to the previous name for backward
compatibility.

Suggested-by: Aleksandar Markovic <address@hidden>
Reviewed-by: Aleksandar Markovic <address@hidden>
Message-id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 5298722edad2d40baac9c2326c6d492ad2b0211a
      
https://github.com/qemu/qemu/commit/5298722edad2d40baac9c2326c6d492ad2b0211a
  Author: Aleksandar Markovic <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M MAINTAINERS
    M hw/mips/Makefile.objs
    A hw/mips/jazz.c
    A hw/mips/malta.c
    R hw/mips/mips_jazz.c
    R hw/mips/mips_malta.c
    R hw/mips/mips_mipssim.c
    R hw/mips/mips_r4k.c
    A hw/mips/mipssim.c
    A hw/mips/r4k.c

  Log Message:
  -----------
  hw/mips: Rename malta/mipssim/r4k/jazz files

Machine file names should not have prefix "mips_".

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>
Message-id: <address@hidden>
[PMD: Fixed Fuloong line conflict due to rebase]
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: c707f06fb1d9b09e5d442e72f6f3dcd021671a90
      
https://github.com/qemu/qemu/commit/c707f06fb1d9b09e5d442e72f6f3dcd021671a90
  Author: Aleksandar Markovic <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M hw/mips/malta.c

  Log Message:
  -----------
  hw/mips/malta: Add some logging for bad register offset cases

Log the cases where a guest attempts read or write using bad
register offset.

Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>
Message-id: <address@hidden>
[PMD: Replaced TARGET_FMT_lx by HWADDR_PRIX]
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 56b92eeeac8074501858e15b7658ec6099456f04
      
https://github.com/qemu/qemu/commit/56b92eeeac8074501858e15b7658ec6099456f04
  Author: Philippe Mathieu-Daudé <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M hw/mips/mips_int.c

  Log Message:
  -----------
  hw/mips/mips_int: De-duplicate KVM interrupt delivery

Refactor duplicated code in a single place.

Reviewed-by: Thomas Huth <address@hidden>
Message-Id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 97d8974620053db5754af808583de70380f73a10
      
https://github.com/qemu/qemu/commit/97d8974620053db5754af808583de70380f73a10
  Author: Aleksandar Markovic <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M .mailmap
    M MAINTAINERS

  Log Message:
  -----------
  MAINTAINERS: Change Aleksandar Rikalo's email address

Aleksandar Rikalo wants to use a different email address from
now on.

Reviewed-by: Aleksandar Rikalo <address@hidden>
Reviewed-by: Philippe Mathieu-Daudé <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>
Signed-off-by: Aleksandar Markovic <address@hidden>
Message-id: <address@hidden>
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>


  Commit: 06539ebc76b8625587aa78d646a9d8d5fddf84f3
      
https://github.com/qemu/qemu/commit/06539ebc76b8625587aa78d646a9d8d5fddf84f3
  Author: Peter Maydell <address@hidden>
  Date:   2020-05-26 (Tue, 26 May 2020)

  Changed paths:
    M .mailmap
    M MAINTAINERS
    M default-configs/mips64el-softmmu.mak
    M docs/system/deprecated.rst
    M docs/system/target-mips.rst
    M hw/isa/vt82c686.c
    M hw/mips/Kconfig
    M hw/mips/Makefile.objs
    A hw/mips/fuloong2e.c
    A hw/mips/jazz.c
    A hw/mips/malta.c
    R hw/mips/mips_fulong2e.c
    M hw/mips/mips_int.c
    R hw/mips/mips_jazz.c
    R hw/mips/mips_malta.c
    R hw/mips/mips_mipssim.c
    R hw/mips/mips_r4k.c
    A hw/mips/mipssim.c
    A hw/mips/r4k.c
    M hw/pci-host/Kconfig
    M hw/pci-host/Makefile.objs
    M hw/pci-host/bonito.c
    M tests/qtest/endianness-test.c

  Log Message:
  -----------
  Merge remote-tracking branch 
'remotes/philmd-gitlab/tags/mips-hw-next-20200526' into staging

MIPS hardware updates

- MAINTAINERS updated to welcome Huacai Chen and Jiaxun Yang,
  and update Aleksandar Rikalo's email address,
- Trivial improvements in the Bonito64 North Bridge and the
  Fuloong 2e machine,
- MIPS Machines names unified without 'mips_' prefix.

CI: https://travis-ci.org/github/philmd/qemu/builds/691247975

# gpg: Signature made Tue 26 May 2020 14:32:08 BST
# gpg:                using RSA key FAABE75E12917221DCFD6BB2E3E32C2CDEADC0DE
# gpg: Good signature from "Philippe Mathieu-Daudé (F4BUG) <address@hidden>" 
[full]
# Primary key fingerprint: FAAB E75E 1291 7221 DCFD  6BB2 E3E3 2C2C DEAD C0DE

* remotes/philmd-gitlab/tags/mips-hw-next-20200526:
  MAINTAINERS: Change Aleksandar Rikalo's email address
  hw/mips/mips_int: De-duplicate KVM interrupt delivery
  hw/mips/malta: Add some logging for bad register offset cases
  hw/mips: Rename malta/mipssim/r4k/jazz files
  hw/mips/fuloong2e: Fix typo in Fuloong machine name
  hw/mips/fuloong2e: Move code and update a comment
  hw/pci-host/bonito: Set the Config register reset value with FIELD_DP32
  hw/pci-host/bonito: Better describe the I/O CS regions
  hw/pci-host/bonito: Map the different PCI ranges more detailed
  hw/pci-host/bonito: Map all the Bonito64 I/O range
  hw/pci-host/bonito: Map peripheral using physical address
  hw/pci-host/bonito: Fix DPRINTF() format strings
  hw/pci-host: Use CONFIG_PCI_BONITO to select the Bonito North Bridge
  MAINTAINERS: Add Huacai Chen as fuloong2e co-maintainer

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/ddc760832fa8...06539ebc76b8



reply via email to

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