[PULL v3 0/7] loongarch-to-apply queue

Song Gao posted 7 patches 1 year, 6 months ago
Only 0 patches received!
There is a newer version of this series
hw/intc/loongarch_extioi.c      | 41 ++++++++++++++++-------------
hw/intc/trace-events            |  3 +--
hw/loongarch/acpi-build.c       | 51 +++++++++++++++++++++++++++++++++++-
hw/loongarch/virt.c             | 53 ++++++++++++++++++++++++++++++++-----
include/hw/loongarch/virt.h     |  3 ---
include/hw/pci-host/ls7a.h      |  1 +
target/loongarch/cpu.c          |  8 ++++--
target/loongarch/cpu.h          | 58 ++++++++++++++++++++++-------------------
target/loongarch/iocsr_helper.c | 19 ++++++++------
target/loongarch/tlb_helper.c   |  5 ++--
10 files changed, 172 insertions(+), 70 deletions(-)
[PULL v3 0/7] loongarch-to-apply queue
Posted by Song Gao 1 year, 6 months ago
The following changes since commit ece5f8374d0416a339f0c0a9399faa2c42d4ad6f:

  Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-11-03 10:55:05 -0400)

are available in the Git repository at:

  https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20221105

for you to fetch changes up to 6a284614d485f36af6467ce0925df0042aca7a1f:

  target/loongarch: Fix raise_mmu_exception() set wrong exception_index (2022-11-05 10:52:19 +0800)

----------------------------------------------------------------
pull-loongarch-20221105

V3:
- According to Richard's latest comments, drop patch 8, 9.

v2:
 - fix win32/win64 complie error;
 - Add Rui Wang' patches.

----------------------------------------------------------------
Song Gao (2):
      target/loongarch: Add exception subcode
      target/loongarch: Fix raise_mmu_exception() set wrong exception_index

Xiaojuan Yang (5):
      hw/intc: Convert the memops to with_attrs in LoongArch extioi
      hw/intc: Fix LoongArch extioi coreisr accessing
      hw/loongarch: Load FDT table into dram memory space
      hw/loongarch: Improve fdt for LoongArch virt machine
      hw/loongarch: Add TPM device for LoongArch virt machine

 hw/intc/loongarch_extioi.c      | 41 ++++++++++++++++-------------
 hw/intc/trace-events            |  3 +--
 hw/loongarch/acpi-build.c       | 51 +++++++++++++++++++++++++++++++++++-
 hw/loongarch/virt.c             | 53 ++++++++++++++++++++++++++++++++-----
 include/hw/loongarch/virt.h     |  3 ---
 include/hw/pci-host/ls7a.h      |  1 +
 target/loongarch/cpu.c          |  8 ++++--
 target/loongarch/cpu.h          | 58 ++++++++++++++++++++++-------------------
 target/loongarch/iocsr_helper.c | 19 ++++++++------
 target/loongarch/tlb_helper.c   |  5 ++--
 10 files changed, 172 insertions(+), 70 deletions(-)
Re: [PULL v3 0/7] loongarch-to-apply queue
Posted by Stefan Hajnoczi 1 year, 6 months ago
On Fri, 4 Nov 2022 at 23:28, Song Gao <gaosong@loongson.cn> wrote:
>
> The following changes since commit ece5f8374d0416a339f0c0a9399faa2c42d4ad6f:
>
>   Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-11-03 10:55:05 -0400)
>
> are available in the Git repository at:
>
>   https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20221105
>
> for you to fetch changes up to 6a284614d485f36af6467ce0925df0042aca7a1f:
>
>   target/loongarch: Fix raise_mmu_exception() set wrong exception_index (2022-11-05 10:52:19 +0800)
>
> ----------------------------------------------------------------
> pull-loongarch-20221105
>
> V3:
> - According to Richard's latest comments, drop patch 8, 9.

v2 has already been merged.

I was going to revert the commits manually but couldn't find Richard's
comments on qemu-devel.

Please send a new pull request with more information about why these
commits should be reverted. You can use git-revert(1) and state the
reasoning in the commit description.

Thanks,
Stefan
Re: [PULL v3 0/7] loongarch-to-apply queue
Posted by Richard Henderson 1 year, 6 months ago
On 11/5/22 23:39, Stefan Hajnoczi wrote:
> On Fri, 4 Nov 2022 at 23:28, Song Gao <gaosong@loongson.cn> wrote:
>>
>> The following changes since commit ece5f8374d0416a339f0c0a9399faa2c42d4ad6f:
>>
>>    Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_vivier/qemu into staging (2022-11-03 10:55:05 -0400)
>>
>> are available in the Git repository at:
>>
>>    https://gitlab.com/gaosong/qemu.git tags/pull-loongarch-20221105
>>
>> for you to fetch changes up to 6a284614d485f36af6467ce0925df0042aca7a1f:
>>
>>    target/loongarch: Fix raise_mmu_exception() set wrong exception_index (2022-11-05 10:52:19 +0800)
>>
>> ----------------------------------------------------------------
>> pull-loongarch-20221105
>>
>> V3:
>> - According to Richard's latest comments, drop patch 8, 9.
> 
> v2 has already been merged.
> 
> I was going to revert the commits manually but couldn't find Richard's
> comments on qemu-devel.
> 
> Please send a new pull request with more information about why these
> commits should be reverted. You can use git-revert(1) and state the
> reasoning in the commit description.

Don't revert, just send a follow-up patch.


r~