mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
hyperv: expose API to determine if synic is enabled
Signed-off-by: Jon Doron <arilou@gmail.com> Message-Id: <20200424123444.3481728-2-arilou@gmail.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
fdbff6bd14
commit
d42cd96100
2 changed files with 9 additions and 0 deletions
|
@ -79,5 +79,6 @@ void hyperv_synic_add(CPUState *cs);
|
|||
void hyperv_synic_reset(CPUState *cs);
|
||||
void hyperv_synic_update(CPUState *cs, bool enable,
|
||||
hwaddr msg_page_addr, hwaddr event_page_addr);
|
||||
bool hyperv_is_synic_enabled(void);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue