qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 3ff179: hw/loongarch: Remove vga device when


From: Paolo Bonzini
Subject: [Qemu-commits] [qemu/qemu] 3ff179: hw/loongarch: Remove vga device when loongarch init
Date: Mon, 19 Sep 2022 09:54:47 -0700

  Branch: refs/heads/staging
  Home:   https://github.com/qemu/qemu
  Commit: 3ff17902c48bfb4e7ce20acf6f00c33fb6e0ed60
      
https://github.com/qemu/qemu/commit/3ff17902c48bfb4e7ce20acf6f00c33fb6e0ed60
  Author: Xiaojuan Yang <yangxiaojuan@loongson.cn>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M hw/loongarch/Kconfig
    M hw/loongarch/virt.c

  Log Message:
  -----------
  hw/loongarch: Remove vga device when loongarch init

Remove the vga device when loongarch machine init and
we will support other display device in the future.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220908094623.73051-2-yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>


  Commit: feae45dc427ed8e0cf01e4730f2f798374536137
      
https://github.com/qemu/qemu/commit/feae45dc427ed8e0cf01e4730f2f798374536137
  Author: Xiaojuan Yang <yangxiaojuan@loongson.cn>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M hw/loongarch/Kconfig
    M hw/loongarch/fw_cfg.c
    M hw/loongarch/virt.c

  Log Message:
  -----------
  hw/loongarch: Support fw_cfg dma function

Support fw_cfg dma function for LoongArch virt machine.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220908094623.73051-3-yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>


  Commit: 13be410daca1ce101107958325596d4f21575350
      
https://github.com/qemu/qemu/commit/13be410daca1ce101107958325596d4f21575350
  Author: Xiaojuan Yang <yangxiaojuan@loongson.cn>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M hw/loongarch/virt.c

  Log Message:
  -----------
  hw/loongarch: Add interrupt information to FDT table

Add interrupt information to FDT table, such as interrupt
controller info, compatiable info, etc.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220908094623.73051-4-yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>


  Commit: 1b0d6e2c9153ead7e3fcb709bfc454b63303e029
      
https://github.com/qemu/qemu/commit/1b0d6e2c9153ead7e3fcb709bfc454b63303e029
  Author: Xiaojuan Yang <yangxiaojuan@loongson.cn>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M hw/loongarch/Kconfig
    M hw/loongarch/virt.c
    M include/hw/loongarch/virt.h
    M include/hw/pci-host/ls7a.h

  Log Message:
  -----------
  hw/loongarch: Add platform bus support

Add platform bus support and add the bus information such as address,
size, irq number to FDT table.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220908094623.73051-5-yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>


  Commit: 67cd5d09559a9126944192cd323988201e701c61
      
https://github.com/qemu/qemu/commit/67cd5d09559a9126944192cd323988201e701c61
  Author: Xiaojuan Yang <yangxiaojuan@loongson.cn>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M hw/loongarch/virt.c

  Log Message:
  -----------
  hw/loongarch: Add hotplug handler for machine

Add hotplug handler for LoongArch virt machine and now only support
the dynamic sysbus device.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220908094623.73051-6-yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>


  Commit: d3d49d2beff0ac80d39597b8300ee3f0603c8745
      
https://github.com/qemu/qemu/commit/d3d49d2beff0ac80d39597b8300ee3f0603c8745
  Author: Xiaojuan Yang <yangxiaojuan@loongson.cn>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M hw/loongarch/virt.c

  Log Message:
  -----------
  hw/loongarch: Add RAMFB to dynamic_sysbus_devices list

Add RAMFB device to dynamic_sysbus_devices list so that it can be
hotpluged to the machine.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220908094623.73051-7-yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>


  Commit: dcfb2559376b0d551c771b9f770a31fcbbcd7290
      
https://github.com/qemu/qemu/commit/dcfb2559376b0d551c771b9f770a31fcbbcd7290
  Author: Xiaojuan Yang <yangxiaojuan@loongson.cn>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M hw/loongarch/acpi-build.c

  Log Message:
  -----------
  hw/loongarch: Fix acpi ged irq number in dsdt table

In dsdt, acpi ged irq should use gsi number, and the
VIRT_SCI_IRQ means it.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220908094623.73051-8-yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>


  Commit: aba0125e446d5aff66d7f7f8561cb341e12fec50
      
https://github.com/qemu/qemu/commit/aba0125e446d5aff66d7f7f8561cb341e12fec50
  Author: Xiaojuan Yang <yangxiaojuan@loongson.cn>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M hw/loongarch/Kconfig
    M hw/loongarch/acpi-build.c
    M hw/loongarch/virt.c

  Log Message:
  -----------
  hw/loongarch: Support memory hotplug

Add hotplug/unplug interface for memory device.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220908094623.73051-9-yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>


  Commit: c06bc455a0ac03123548ac9a2a76e5887f9b9a89
      
https://github.com/qemu/qemu/commit/c06bc455a0ac03123548ac9a2a76e5887f9b9a89
  Author: Xiaojuan Yang <yangxiaojuan@loongson.cn>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M hw/loongarch/acpi-build.c
    M hw/loongarch/virt.c
    M include/hw/loongarch/virt.h

  Log Message:
  -----------
  hw/loongarch: Improve acpi dsdt table

Cleanup the previous pci information in acpi dsdt table.
And using the common acpi_dsdt_add_gpex function to build
the gpex and pci information.

Signed-off-by: Xiaojuan Yang <yangxiaojuan@loongson.cn>
Acked-by: Song Gao <gaosong@loongson.cn>
Message-Id: <20220908094623.73051-10-yangxiaojuan@loongson.cn>
Signed-off-by: Song Gao <gaosong@loongson.cn>


  Commit: 912aa36d0403a3f806202e65081f3d237c9505c7
      
https://github.com/qemu/qemu/commit/912aa36d0403a3f806202e65081f3d237c9505c7
  Author: Stefan Hajnoczi <stefanha@redhat.com>
  Date:   2022-09-19 (Mon, 19 Sep 2022)

  Changed paths:
    M hw/loongarch/Kconfig
    M hw/loongarch/acpi-build.c
    M hw/loongarch/fw_cfg.c
    M hw/loongarch/virt.c
    M include/hw/loongarch/virt.h
    M include/hw/pci-host/ls7a.h

  Log Message:
  -----------
  Merge tag 'pull-loongarch-20220919' of https://gitlab.com/gaosong/qemu into 
staging

pull-loongarch

# -----BEGIN PGP SIGNATURE-----
#
# iLMEAAEIAB0WIQS4/x2g0v3LLaCcbCxAov/yOSY+3wUCYyhgTgAKCRBAov/yOSY+
# 31LJA/9JC3xSRitV2ZRSH8gC3qlJBtYCm6NrA24B9FhCwoi40dGYGZJ35DQES93X
# n+3ACOrsCBzJpWe32aAkfWlAPlAWaypjEacWA1uWgqGH/0ucEGFP1s0LZTFLS06Y
# QWiltU85HSMXCw6RMKzFWlie2w5P8ZRAcCc7cw0PYS3Cwe/94Q==
# =woTw
# -----END PGP SIGNATURE-----
# gpg: Signature made Mon 19 Sep 2022 08:27:58 EDT
# gpg:                using RSA key B8FF1DA0D2FDCB2DA09C6C2C40A2FFF239263EDF
# gpg: Can't check signature: No public key

* tag 'pull-loongarch-20220919' of https://gitlab.com/gaosong/qemu:
  hw/loongarch: Improve acpi dsdt table
  hw/loongarch: Support memory hotplug
  hw/loongarch: Fix acpi ged irq number in dsdt table
  hw/loongarch: Add RAMFB to dynamic_sysbus_devices list
  hw/loongarch: Add hotplug handler for machine
  hw/loongarch: Add platform bus support
  hw/loongarch: Add interrupt information to FDT table
  hw/loongarch: Support fw_cfg dma function
  hw/loongarch: Remove vga device when loongarch init

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>


Compare: https://github.com/qemu/qemu/compare/d29201ff34a1...912aa36d0403



reply via email to

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