qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 1/4] target/i386: Refactored intercept checks into cpu_svm


From: Paolo Bonzini
Subject: Re: [PATCH v2 1/4] target/i386: Refactored intercept checks into cpu_svm_has_intercept
Date: Wed, 16 Jun 2021 14:59:08 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.10.1

On 16/06/21 14:39, Lara Lazier wrote:
  cpu_svm_check_intercept_param(CPUX86State *env1, uint32_t type,
                                uint64_t param, uintptr_t retaddr)
  { /* no-op */ }
+bool cpu_svm_has_intercept(CPUX86State *env, uint32_t type)
+{ return false; }

This needs to be declared "static inline", since it's in a header.

Paolo




reply via email to

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