[PULL 00/18] loongarch-to-apply queue

Bibo Mao posted 18 patches 3 months, 3 weeks ago
Only 12 patches received!
There is a newer version of this series
hw/intc/loongarch_pch_pic.c            | 106 +++++++++++----------------------
hw/intc/loongarch_pic_common.c         |  97 ++++++++++++++++++++++++++++++
hw/intc/meson.build                    |   2 +-
hw/loongarch/virt.c                    |   2 +-
include/hw/intc/loongarch_pch_pic.h    |  70 +++++-----------------
include/hw/intc/loongarch_pic_common.h |  82 +++++++++++++++++++++++++
6 files changed, 230 insertions(+), 129 deletions(-)
create mode 100644 hw/intc/loongarch_pic_common.c
create mode 100644 include/hw/intc/loongarch_pic_common.h
[PULL 00/18] loongarch-to-apply queue
Posted by Bibo Mao 3 months, 3 weeks ago
The following changes since commit a5ba0a7e4e150d1350a041f0d0ef9ca6c8d7c307:

  Merge tag 'pull-aspeed-20241211' of https://github.com/legoater/qemu into staging (2024-12-11 15:16:47 +0000)

are available in the Git repository at:

  https://gitlab.com/bibo-mao/qemu.git pull-loongarch-20241213

for you to fetch changes up to 78aa256571aa06f32001bd80635a1858187c609b:

  hw/intc/loongarch_pch: Code cleanup about loongarch_pch_pic (2024-12-13 14:39:39 +0800)

----------------------------------------------------------------
pull-loongarch-20241213

----------------------------------------------------------------
Bibo Mao (8):
      include: Add loongarch_pic_common header file
      include: Move struct LoongArchPCHPIC to loongarch_pic_common header file
      hw/intc/loongarch_pch: Merge instance_init() into realize()
      hw/intc/loongarch_pch: Rename LoongArchPCHPIC with LoongArchPICCommonState
      hw/intc/loongarch_pch: Move some functions to file loongarch_pic_common
      hw/intc/loongarch_pch: Inherit from loongarch_pic_common
      hw/intc/loongarch_pch: Add pre_save and post_load interfaces
      hw/intc/loongarch_pch: Code cleanup about loongarch_pch_pic

 hw/intc/loongarch_pch_pic.c            | 106 +++++++++++----------------------
 hw/intc/loongarch_pic_common.c         |  97 ++++++++++++++++++++++++++++++
 hw/intc/meson.build                    |   2 +-
 hw/loongarch/virt.c                    |   2 +-
 include/hw/intc/loongarch_pch_pic.h    |  70 +++++-----------------
 include/hw/intc/loongarch_pic_common.h |  82 +++++++++++++++++++++++++
 6 files changed, 230 insertions(+), 129 deletions(-)
 create mode 100644 hw/intc/loongarch_pic_common.c
 create mode 100644 include/hw/intc/loongarch_pic_common.h
Re: [PULL 00/18] loongarch-to-apply queue
Posted by Stefan Hajnoczi 3 months, 3 weeks ago
On Fri, 13 Dec 2024 at 04:42, Bibo Mao <maobibo@loongson.cn> wrote:
>
> The following changes since commit a5ba0a7e4e150d1350a041f0d0ef9ca6c8d7c307:
>
>   Merge tag 'pull-aspeed-20241211' of https://github.com/legoater/qemu into staging (2024-12-11 15:16:47 +0000)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bibo-mao/qemu.git pull-loongarch-20241213

This tag is not in the repository. Did you forget to push it?

Thanks,
Stefan

>
> for you to fetch changes up to 78aa256571aa06f32001bd80635a1858187c609b:
>
>   hw/intc/loongarch_pch: Code cleanup about loongarch_pch_pic (2024-12-13 14:39:39 +0800)
>
> ----------------------------------------------------------------
> pull-loongarch-20241213
>
> ----------------------------------------------------------------
> Bibo Mao (8):
>       include: Add loongarch_pic_common header file
>       include: Move struct LoongArchPCHPIC to loongarch_pic_common header file
>       hw/intc/loongarch_pch: Merge instance_init() into realize()
>       hw/intc/loongarch_pch: Rename LoongArchPCHPIC with LoongArchPICCommonState
>       hw/intc/loongarch_pch: Move some functions to file loongarch_pic_common
>       hw/intc/loongarch_pch: Inherit from loongarch_pic_common
>       hw/intc/loongarch_pch: Add pre_save and post_load interfaces
>       hw/intc/loongarch_pch: Code cleanup about loongarch_pch_pic
>
>  hw/intc/loongarch_pch_pic.c            | 106 +++++++++++----------------------
>  hw/intc/loongarch_pic_common.c         |  97 ++++++++++++++++++++++++++++++
>  hw/intc/meson.build                    |   2 +-
>  hw/loongarch/virt.c                    |   2 +-
>  include/hw/intc/loongarch_pch_pic.h    |  70 +++++-----------------
>  include/hw/intc/loongarch_pic_common.h |  82 +++++++++++++++++++++++++
>  6 files changed, 230 insertions(+), 129 deletions(-)
>  create mode 100644 hw/intc/loongarch_pic_common.c
>  create mode 100644 include/hw/intc/loongarch_pic_common.h
>
>
Re: [PULL 00/18] loongarch-to-apply queue
Posted by bibo mao 3 months, 3 weeks ago

On 2024/12/14 下午9:39, Stefan Hajnoczi wrote:
> On Fri, 13 Dec 2024 at 04:42, Bibo Mao <maobibo@loongson.cn> wrote:
>>
>> The following changes since commit a5ba0a7e4e150d1350a041f0d0ef9ca6c8d7c307:
>>
>>    Merge tag 'pull-aspeed-20241211' of https://github.com/legoater/qemu into staging (2024-12-11 15:16:47 +0000)
>>
>> are available in the Git repository at:
>>
>>    https://gitlab.com/bibo-mao/qemu.git pull-loongarch-20241213
> 
> This tag is not in the repository. Did you forget to push it?
Sorry for that.
Yes, I forget to push it :(, will submit the second version.

Regards
Bibo Mao
> 
> Thanks,
> Stefan
> 
>>
>> for you to fetch changes up to 78aa256571aa06f32001bd80635a1858187c609b:
>>
>>    hw/intc/loongarch_pch: Code cleanup about loongarch_pch_pic (2024-12-13 14:39:39 +0800)
>>
>> ----------------------------------------------------------------
>> pull-loongarch-20241213
>>
>> ----------------------------------------------------------------
>> Bibo Mao (8):
>>        include: Add loongarch_pic_common header file
>>        include: Move struct LoongArchPCHPIC to loongarch_pic_common header file
>>        hw/intc/loongarch_pch: Merge instance_init() into realize()
>>        hw/intc/loongarch_pch: Rename LoongArchPCHPIC with LoongArchPICCommonState
>>        hw/intc/loongarch_pch: Move some functions to file loongarch_pic_common
>>        hw/intc/loongarch_pch: Inherit from loongarch_pic_common
>>        hw/intc/loongarch_pch: Add pre_save and post_load interfaces
>>        hw/intc/loongarch_pch: Code cleanup about loongarch_pch_pic
>>
>>   hw/intc/loongarch_pch_pic.c            | 106 +++++++++++----------------------
>>   hw/intc/loongarch_pic_common.c         |  97 ++++++++++++++++++++++++++++++
>>   hw/intc/meson.build                    |   2 +-
>>   hw/loongarch/virt.c                    |   2 +-
>>   include/hw/intc/loongarch_pch_pic.h    |  70 +++++-----------------
>>   include/hw/intc/loongarch_pic_common.h |  82 +++++++++++++++++++++++++
>>   6 files changed, 230 insertions(+), 129 deletions(-)
>>   create mode 100644 hw/intc/loongarch_pic_common.c
>>   create mode 100644 include/hw/intc/loongarch_pic_common.h
>>
>>