diff options
| author | Jon Doron | 2020-04-24 14:34:39 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-06-10 18:09:39 +0200 |
| commit | d42cd96100724bc9fbac18cc17c5f5f9b9b2f181 (patch) | |
| tree | 5b871cf39afda2af58b4aeb86345e1b9d3768135 /include/hw/hyperv | |
| parent | Makefile: Let the 'help' target list the helper targets (diff) | |
| download | qemu-d42cd96100724bc9fbac18cc17c5f5f9b9b2f181.tar.gz qemu-d42cd96100724bc9fbac18cc17c5f5f9b9b2f181.tar.xz qemu-d42cd96100724bc9fbac18cc17c5f5f9b9b2f181.zip | |
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>
Diffstat (limited to 'include/hw/hyperv')
| -rw-r--r-- | include/hw/hyperv/hyperv.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/hyperv/hyperv.h b/include/hw/hyperv/hyperv.h index 597381cb01..a63ee0003c 100644 --- a/include/hw/hyperv/hyperv.h +++ b/include/hw/hyperv/hyperv.h @@ -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 |
