Hi Sean, On 1/8/2024 2:30 PM, Dan Wu wrote:
+struct kvm_vcpu_pv_apf_data { + /* Used for 'page not present' events delivered via #PF */ + uint32_t flags; + + /* Used for 'page ready' events delivered via interrupt notification */ + uint32_t token; + + uint8_t pad[56]; + uint32_t enabled;
Cloud you please help cleanup the 'enabled' field when applying? since it has been removed.
+} apf_reason __attribute__((aligned(64)));