mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-24 10:17:28 +00:00
HV: coding style cleanup for TRACE_2L & TRACE_4I usage
to align the data type of parameters Signed-off-by: Yonghua Huang <yonghua.huang@intel.com>
This commit is contained in:
@@ -73,8 +73,8 @@ int io_instr_vmexit_handler(struct vcpu *vcpu)
|
||||
direction = VM_EXIT_IO_INSTRUCTION_ACCESS_DIRECTION(exit_qual);
|
||||
mask = 0xfffffffful >> (32 - 8 * sz);
|
||||
|
||||
TRACE_4I(TRACE_VMEXIT_IO_INSTRUCTION, port, direction, sz,
|
||||
cur_context_idx);
|
||||
TRACE_4I(TRACE_VMEXIT_IO_INSTRUCTION, port, (uint32_t)direction, sz,
|
||||
(uint32_t)cur_context_idx);
|
||||
|
||||
for (handler = vm->arch_vm.io_handler;
|
||||
handler; handler = handler->next) {
|
||||
|
Reference in New Issue
Block a user