Home
last modified time | relevance | path

Searched refs:status_report (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/hyperv/
H A Dhv-balloon.c124 } status_report; member
1073 respCap.suppress_pressure_reports = !balloon->status_report.enabled; in hv_balloon_handle_caps_report()
1094 if (!balloon->status_report.enabled) { in hv_balloon_handle_status_report()
1098 balloon->status_report.committed = msgStatus->num_committed; in hv_balloon_handle_status_report()
1099 balloon->status_report.committed *= HV_BALLOON_PAGE_SIZE; in hv_balloon_handle_status_report()
1100 balloon->status_report.available = msgStatus->num_avail; in hv_balloon_handle_status_report()
1101 balloon->status_report.available *= HV_BALLOON_PAGE_SIZE; in hv_balloon_handle_status_report()
1102 balloon->status_report.received = true; in hv_balloon_handle_status_report()
1104 qapi_event_send_hv_balloon_status_report(balloon->status_report.committed, in hv_balloon_handle_status_report()
1105 balloon->status_report.available); in hv_balloon_handle_status_report()
[all …]