qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL v3 0/7] loongarch-to-apply queue
@ 2022-11-05  3:27 Song Gao
  2022-11-05 12:39 ` Stefan Hajnoczi
  0 siblings, 1 reply; 4+ messages in thread
From: Song Gao @ 2022-11-05  3:27 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson, stefanha

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(-)



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

* [PULL v3 0/7] loongarch-to-apply queue
@ 2022-11-05  3:28 Song Gao
  0 siblings, 0 replies; 4+ messages in thread
From: Song Gao @ 2022-11-05  3:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: richard.henderson, stefanha

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(-)



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

* Re: [PULL v3 0/7] loongarch-to-apply queue
  2022-11-05  3:27 [PULL v3 0/7] loongarch-to-apply queue Song Gao
@ 2022-11-05 12:39 ` Stefan Hajnoczi
  2022-11-05 21:20   ` Richard Henderson
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Hajnoczi @ 2022-11-05 12:39 UTC (permalink / raw)
  To: Song Gao; +Cc: qemu-devel, richard.henderson

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


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

* Re: [PULL v3 0/7] loongarch-to-apply queue
  2022-11-05 12:39 ` Stefan Hajnoczi
@ 2022-11-05 21:20   ` Richard Henderson
  0 siblings, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2022-11-05 21:20 UTC (permalink / raw)
  To: Stefan Hajnoczi, Song Gao; +Cc: qemu-devel

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~


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

end of thread, other threads:[~2022-11-05 21:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-05  3:27 [PULL v3 0/7] loongarch-to-apply queue Song Gao
2022-11-05 12:39 ` Stefan Hajnoczi
2022-11-05 21:20   ` Richard Henderson
  -- strict thread matches above, loose matches on Subject: below --
2022-11-05  3:28 Song Gao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).