Home
last modified time | relevance | path

Searched hist:bc4fa8c3c9b5e2ad945617b667362b71b13495ad (Results 1 – 3 of 3) sorted by relevance

/qemu/target/i386/hvf/
H A Dhvf-i386.hbc4fa8c3c9b5e2ad945617b667362b71b13495ad Fri Feb 21 08:36:10 UTC 2025 Wei Liu <liuwe@linux.microsoft.com> target/i386/hvf: fix the declaration of hvf_handle_io

There is a conflicting declaration for hvf_handle_io in x86_emu.c. The type of
the first argument is wrong. There has never been a problem because the first
argument is not used in hvf_handle_io.

That being said, the code shouldn't contain such an error. Use the proper
declaration from hvf-i386.h.

Take the chance to change the first argument's type to be CPUState.

Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
Link: https://lore.kernel.org/r/1740126987-8483-3-git-send-email-liuwe@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
H A Dhvf.cbc4fa8c3c9b5e2ad945617b667362b71b13495ad Fri Feb 21 08:36:10 UTC 2025 Wei Liu <liuwe@linux.microsoft.com> target/i386/hvf: fix the declaration of hvf_handle_io

There is a conflicting declaration for hvf_handle_io in x86_emu.c. The type of
the first argument is wrong. There has never been a problem because the first
argument is not used in hvf_handle_io.

That being said, the code shouldn't contain such an error. Use the proper
declaration from hvf-i386.h.

Take the chance to change the first argument's type to be CPUState.

Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
Link: https://lore.kernel.org/r/1740126987-8483-3-git-send-email-liuwe@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
/qemu/target/i386/emulate/
H A Dx86_emu.cbc4fa8c3c9b5e2ad945617b667362b71b13495ad Fri Feb 21 08:36:10 UTC 2025 Wei Liu <liuwe@linux.microsoft.com> target/i386/hvf: fix the declaration of hvf_handle_io

There is a conflicting declaration for hvf_handle_io in x86_emu.c. The type of
the first argument is wrong. There has never been a problem because the first
argument is not used in hvf_handle_io.

That being said, the code shouldn't contain such an error. Use the proper
declaration from hvf-i386.h.

Take the chance to change the first argument's type to be CPUState.

Signed-off-by: Wei Liu <liuwe@linux.microsoft.com>
Link: https://lore.kernel.org/r/1740126987-8483-3-git-send-email-liuwe@linux.microsoft.com
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>