mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
system/kvm: make kvm_flush_coalesced_mmio_buffer() accessible for common code
This function is used by system/physmem.c will be turn into common code in next commit. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20250317183417.285700-11-pierrick.bouvier@linaro.org>
This commit is contained in:
parent
ede39130af
commit
d21be2b619
1 changed files with 2 additions and 2 deletions
|
@ -210,11 +210,11 @@ bool kvm_arm_supports_user_irq(void);
|
|||
int kvm_on_sigbus_vcpu(CPUState *cpu, int code, void *addr);
|
||||
int kvm_on_sigbus(int code, void *addr);
|
||||
|
||||
void kvm_flush_coalesced_mmio_buffer(void);
|
||||
|
||||
#ifdef COMPILING_PER_TARGET
|
||||
#include "cpu.h"
|
||||
|
||||
void kvm_flush_coalesced_mmio_buffer(void);
|
||||
|
||||
/**
|
||||
* kvm_update_guest_debug(): ensure KVM debug structures updated
|
||||
* @cs: the CPUState for this cpu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue