Displaying 3 results from an estimated 3 matches for "2886,12".
Did you mean:
5886,12
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running
on the host or in a separate VM, to control the execution of other VM-s
(pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.),
alter the page access bits in the shadow page tables (only for the hardware
backed ones, eg. Intel's EPT) and receive notifications when events of
interest have taken place
2019 Aug 09
117
[RFC PATCH v6 00/92] VM introspection
The KVM introspection subsystem provides a facility for applications running
on the host or in a separate VM, to control the execution of other VM-s
(pause, resume, shutdown), query the state of the vCPUs (GPRs, MSRs etc.),
alter the page access bits in the shadow page tables (only for the hardware
backed ones, eg. Intel's EPT) and receive notifications when events of
interest have taken place
2003 Dec 01
0
No subject
...re name over 12
chars is truncated, and against Windows 2000 the share name limit
becomes 127 chars and a share name over 127 chars is also truncated.
----- Cut Here for Samba 2.0.10 -----
--- param/loadparm.c.org Sat Apr 22 02:43:12 2000
+++ param/loadparm.c Wed Jun 27 03:40:54 2001
@@ -2886,12 +2886,16 @@
***************************************************************************/
int lp_servicenumber(char *pszServiceName)
{
- int iService;
-
- for (iService = iNumServices - 1; iService >= 0; iService--)
- if (VALID(iService) &&
- strequal(lp_servicename...