/* * Ports and connections are hypervisor struct used for inter-partition * communication. Port represents the source and connection represents * the destination. Partitions are responsible for managing the port and * connection ids. *
*/
#define PORTID_MIN 1 #define PORTID_MAX INT_MAX
static DEFINE_IDR(port_table_idr);
void
mshv_port_table_fini(void)
{ struct port_table_info *port_info; unsignedlong i, tmp;
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.