aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2025-02-26 07:35:55 +0800
committerStefan Hajnoczi <stefanha@redhat.com>2025-02-26 07:35:56 +0800
commit50d38b8921837827ea397d4b20c8bc5efe186e53 (patch)
tree6e420a1c1acd5edafa3f89b4b945ece9cd933715 /hw
parentb69801dd6b1eb4d107f7c2f643adf0a4e3ec9124 (diff)
parentdb369c11c90b35f3a6ab59ad78564aea5b30c3da (diff)
downloadqemu-50d38b8921837827ea397d4b20c8bc5efe186e53.zip
qemu-50d38b8921837827ea397d4b20c8bc5efe186e53.tar.gz
qemu-50d38b8921837827ea397d4b20c8bc5efe186e53.tar.bz2
Merge tag 'pull-loongarch-20250225' of https://gitlab.com/bibo-mao/qemu into staging
loongarch queue # -----BEGIN PGP SIGNATURE----- # # iHUEABYKAB0WIQQNhkKjomWfgLCz0aQfewwSUazn0QUCZ7156AAKCRAfewwSUazn # 0T2AAQDW4zr8ECab5FH+udeCtGOv2I6gtTT8CwjwhCdHNzsAAgEAxi0JJOjTIMrK # z657Q4MTeKbTyzi48niXBbI9hKvyhQM= # =g4Wx # -----END PGP SIGNATURE----- # gpg: Signature made Tue 25 Feb 2025 16:06:00 HKT # gpg: using EDDSA key 0D8642A3A2659F80B0B3D1A41F7B0C1251ACE7D1 # gpg: Good signature from "bibo mao <maobibo@loongson.cn>" [unknown] # gpg: WARNING: This key is not certified with a trusted signature! # gpg: There is no indication that the signature belongs to the owner. # Primary key fingerprint: 7044 3A00 19C0 E97A 31C7 13C4 8E86 8FB7 A176 9D4C # Subkey fingerprint: 0D86 42A3 A265 9F80 B0B3 D1A4 1F7B 0C12 51AC E7D1 * tag 'pull-loongarch-20250225' of https://gitlab.com/bibo-mao/qemu: target/loongarch: Enable virtual extioi feature target/loongarch: Add kvm steal time feature detection target/loongarch: Add vCPU property for kvm steal time feature target/loongarch: Enable paravirt ipi feature target/loongarch: Add paravirt ipi feature detection target/loongarch: Add vCPU property for paravirt ipi feature target/loongarch: Move kvm specified vCPU property to kvm directory target/loongarch: Add post init function for kvm mode target/loongarch: Correct maximum physical address in KVM mode target/loongarch/gdbstub: Fix gdbstub incorrectly handling some registers target/loongarch: fix vcpu reset command word issue Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw')
-rw-r--r--hw/loongarch/virt.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/hw/loongarch/virt.c b/hw/loongarch/virt.c
index f2aa0a9..59533b0 100644
--- a/hw/loongarch/virt.c
+++ b/hw/loongarch/virt.c
@@ -45,14 +45,6 @@
#include "hw/virtio/virtio-iommu.h"
#include "qemu/error-report.h"
-static bool virt_is_veiointc_enabled(LoongArchVirtMachineState *lvms)
-{
- if (lvms->veiointc == ON_OFF_AUTO_OFF) {
- return false;
- }
- return true;
-}
-
static void virt_get_veiointc(Object *obj, Visitor *v, const char *name,
void *opaque, Error **errp)
{