Article · Wikipedia archive · Last revised Jun 1, 2026

Virtual Machine Communication Facility

The IBM Virtual Machine Communication Facility (VMCF) is a feature of the VM/370 operating system introduced in Release 3 in 1976. It "provides a method of communication and data transfer between virtual machines operating under the same VM/370 system."

Last revised
Jun 1, 2026
Read time
≈ 1 min
Length
292 w
Citations
2
Source

The IBM Virtual Machine Communication Facility (VMCF) is a feature of the VM/370 operating system introduced in Release 3 in 1976. It "provides a method of communication and data transfer between virtual machines operating under the same VM/370 system."1

VMCF uses paravirtualization through the diagnose instruction VMCF SEND function to send data, in blocks of up to 2048 bytes, from one virtual machine to another. The receiving virtual machine accesses the data thru the diagnose RECEIVE function. It provides a simpler interface and greater performance than the prior use of virtual channel-to-channel adapters for the same purpose.2

VMCF was superseded by the Inter User Communication Vehicle (IUCV), introduced in 1980 with VM/SP.

References

References

  1. IBM Corporation (October 1976). IBM Virtual Machine Facility/370: Introduction, Release 3 PLC 8 (PDF). p. nn. Retrieved Aug 17, 2019.
  2. Jensen, R.M. (1979). "A formal approach for communication between logically isolated virtual machines". IBM Systems Journal. 18 (1): 71–92. CiteSeerX 10.1.1.91.1907. doi:10.1147/sj.181.0071.
External links