qemu-devel
[Top][All Lists]
Advanced

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

Re: [PULL 2/3] target/loongarch: Fix tlb huge page loading issue


From: Michael Tokarev
Subject: Re: [PULL 2/3] target/loongarch: Fix tlb huge page loading issue
Date: Thu, 21 Mar 2024 20:10:39 +0300
User-agent: Mozilla Thunderbird

20.03.2024 05:40, Song Gao :
From: Xianglai Li <lixianglai@loongson.cn>


+    if (unlikely((level == 0) || (level > 4))) {
+        qemu_log_mask(LOG_GUEST_ERROR,
+                      "Attepted LDDIR with level %"PRId64"\n", level);

Attempted.  FWIW, it's applied already.

/mjt



reply via email to

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