search for: vmlock

Displaying 4 results from an estimated 4 matches for "vmlock".

Did you mean: mlock
2020 May 11
0
[PATCH for QEMU v2] hw/vfio: Add VMD Passthrough Quirk
...lspci listing from the host to see how this works would be useful. > VMD device 28C0 natively assists passthrough by providing the Host > Physical Address in shadow registers accessible to the guest for bridge > window assignment. The shadow registers are valid if bit 1 is set in VMD > VMLOCK config register 0x70. Future VMDs will also support this feature. > Existing VMDs have config register 0x70 reserved, and will return 0 on > reads. So these shadow registers are simply exposing the host BAR2 & BAR4 addresses into the guest, so the quirk is dependent on reading those valu...
2020 May 13
0
[PATCH for QEMU v2] hw/vfio: Add VMD Passthrough Quirk
...assigned > > > > > > VMD device 28C0 natively assists passthrough by providing the Host > > > Physical Address in shadow registers accessible to the guest for bridge > > > window assignment. The shadow registers are valid if bit 1 is set in VMD > > > VMLOCK config register 0x70. Future VMDs will also support this feature. > > > Existing VMDs have config register 0x70 reserved, and will return 0 on > > > reads. > > > > So these shadow registers are simply exposing the host BAR2 & BAR4 > > addresses into the gu...
2004 Jun 23
0
UPDATE Patch for postgres enabled app_voicemail.c
...} } ast_destroy(cfg); + #ifndef USEMYSQLVM + /* + * JMD + * 6/23/2004 + * If we are using a database then reload the data from there + * + * Important : Make sure we have a valid database handle + */ + if (NULL == dbhandler) sql_init(); + sql_append_mailboxes(); + #endif ast_mutex_unlock(&vmlock); return 0; } else { *************** *** 3443,3448 **** --- 3557,3563 ---- ast_log(LOG_WARNING, "SQL init\n"); return res; } + #ifndef USEMYSQLVM ast_cli_register(&show_voicemail_users_cli); ast_cli_register(&show_voicemail_zones_cli);
2004 Jun 23
0
Patch for postgres enabled app_voicemail.c
...} } ast_destroy(cfg); + #ifndef USEMYSQLVM + /* + * JMD + * 6/23/2004 + * If we are using a database then reload the data from there + * + * Important : Make sure we have a valid database handle + */ + if (NULL == dbhandler) sql_init(); + sql_append_mailboxes(); + #endif ast_mutex_unlock(&vmlock); return 0; } else { *************** *** 3443,3448 **** --- 3562,3568 ---- ast_log(LOG_WARNING, "SQL init\n"); return res; } + #ifndef USEMYSQLVM ast_cli_register(&show_voicemail_users_cli); ast_cli_register(&show_voicemail_zones_cli);