mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-10 19:14:58 -06:00
hw/xen: Implement EVTCHNOP_status
This adds the basic structure for maintaining the port table and reporting the status of ports therein. Signed-off-by: David Woodhouse <dwmw@amazon.co.uk> Reviewed-by: Paul Durrant <paul@xen.org>
This commit is contained in:
parent
27d4075dd8
commit
4858ba2065
3 changed files with 125 additions and 2 deletions
|
@ -15,4 +15,7 @@
|
|||
void xen_evtchn_create(void);
|
||||
int xen_evtchn_set_callback_param(uint64_t param);
|
||||
|
||||
struct evtchn_status;
|
||||
int xen_evtchn_status_op(struct evtchn_status *status);
|
||||
|
||||
#endif /* QEMU_XEN_EVTCHN_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue