Searched refs:vmsrh (Results 1 – 1 of 1) sorted by relevance
285 VMSRHelperClient *vmsrh; in accept_client() local293 vmsrh = g_new(VMSRHelperClient, 1); in accept_client()294 vmsrh->ioc = cioc; in accept_client()295 vmsrh->co = qemu_coroutine_create(vh_co_entry, vmsrh); in accept_client()296 qemu_coroutine_enter(vmsrh->co); in accept_client()