quic / gunyah-hypervisor

Gunyah is a Type-1 hypervisor designed for strong security, performance and modularity.
Other
313 stars 58 forks source link

Where is the definition of trigger_vectors_* function? #28

Closed archersmind closed 5 months ago

archersmind commented 5 months ago

Hello gunyah team,

Where is the definition of the triggervectors* function? For example trigger_vectors_trap_data_abort_el2_event.

Thanks

quic-yvasi commented 5 months ago

These will be part of the generated files, like hyp/build/qemu/gunyah-rm-qemu/debug/events/src

Generated code/files glue all the modules with events dispatching appropriately.

archersmind commented 5 months ago

These will be part of the generated files, like hyp/build/qemu/gunyah-rm-qemu/debug/events/src

Generated code/files glue all the modules with events dispatching appropriately.

Thank you for your reply, I'll build the code for the first time.