Add Linux hypercall driver.
commitbb9a25a76f8917c2d867f7cd800f9f10d2bd1808
authorDor Laor <dor@qumranet.com>
Mon, 29 Jan 2007 14:08:27 +0000 (29 14:08 +0000)
committerDor Laor <dor@qumranet.com>
Mon, 29 Jan 2007 14:08:27 +0000 (29 14:08 +0000)
tree4781b99fb77b56a47b3ff9626670e8287825f65a
parentfb1d9f9a2713e4a03c8864a63181a407ee542bcb
Add Linux hypercall driver.
It's a device that will match the emulation in Qemu.
The motivation is to have a communication channel between the host and the guest.
The driver uses PCI in order to be loaded automatically by the OS.

Soon a balloon driver will be added and will use this mechanism.
kvm/drivers/Kbuild [new file with mode: 0644]
kvm/drivers/Makefile [new file with mode: 0644]
kvm/drivers/hypercall.c [new file with mode: 0644]