Removed. Thanks.
- Original Message -
> From: "Greg KH"
> To: "Andrew Stiegmann (stieg)"
> Cc: linux-kernel@vger.kernel.org, virtualizat...@lists.linux-foundation.org,
> pv-driv...@vmware.com,
> vm-crosst...@vmware.com, csch...@vmware.com
> Se
Must have missed it. Will look into it.
- Original Message -
> From: "Greg KH"
> To: "Andrew Stiegmann (stieg)"
> Cc: linux-kernel@vger.kernel.org, virtualizat...@lists.linux-foundation.org,
> pv-driv...@vmware.com,
> vm-crosst...@vmware.com, csch..
Hi Sam,
- Original Message -
> From: "Sam Ravnborg"
> To: "Andrew Stiegmann (stieg)"
> Cc: linux-kernel@vger.kernel.org, virtualizat...@lists.linux-foundation.org,
> pv-driv...@vmware.com,
> vm-crosst...@vmware.com, csch...@vmware.com, gre...@linuxfou
- Original Message -
> From: "Greg KH"
> To: "Andrew Stiegmann"
> Cc: "Sam Ravnborg" , linux-kernel@vger.kernel.org,
> virtualizat...@lists.linux-foundation.org,
> pv-driv...@vmware.com, vm-crosst...@vmware.com, csch...@vmware.com
> S
- Original Message -
> From: "Sam Ravnborg"
> To: "Andrew Stiegmann"
> Cc: linux-kernel@vger.kernel.org, virtualizat...@lists.linux-foundation.org,
> pv-driv...@vmware.com,
> vm-crosst...@vmware.com, csch...@vmware.com, gre...@linuxfoundation.org
>
Code that manages event handlers and handles callbacks when
specific events fire.
Signed-off-by: Andrew Stiegmann (stieg)
---
drivers/misc/vmw_vmci/vmci_event.c | 451
drivers/misc/vmw_vmci/vmci_event.h | 29 +++
2 files changed, 480 insertions(+), 0
t are combined in a single kernel
module.
For additional information about the use of VMCI and in particular
VMCI Sockets, please refer to the VMCI Socket Programming Guide
available at https://www.vmware.com/support/developer/vmci-sdk/.
Andrew Stiegmann (stieg) (11):
Apply VMCI context code
Doorbell code allows for notifcations between host and guest.
Signed-off-by: Andrew Stiegmann (stieg)
---
drivers/misc/vmw_vmci/vmci_doorbell.c | 751 +
drivers/misc/vmw_vmci/vmci_doorbell.h | 57 +++
2 files changed, 808 insertions(+), 0 deletions(-)
create
Implements a hash table for VMCI's use.
Signed-off-by: Andrew Stiegmann (stieg)
---
drivers/misc/vmw_vmci/vmci_hash_table.c | 332 +++
drivers/misc/vmw_vmci/vmci_hash_table.h | 56 +
2 files changed, 388 insertions(+), 0 deletions(-)
create mode 1
Implements datagrams to allow data to be sent between host
and guest.
Signed-off-by: Andrew Stiegmann (stieg)
---
drivers/misc/vmw_vmci/vmci_datagram.c | 586 +
drivers/misc/vmw_vmci/vmci_datagram.h | 56
2 files changed, 642 insertions(+), 0 deletions
Tracks all used resources within the vmci code.
Signed-off-by: Andrew Stiegmann (stieg)
---
drivers/misc/vmw_vmci/vmci_resource.c | 194 +
drivers/misc/vmw_vmci/vmci_resource.h | 62 +++
2 files changed, 256 insertions(+), 0 deletions(-)
create mode
Context code maintains state for vmci and allows the driver
to communicate with multiple VMs.
Signed-off-by: Andrew Stiegmann (stieg)
---
drivers/misc/vmw_vmci/vmci_context.c | 1269 ++
drivers/misc/vmw_vmci/vmci_context.h | 161 +
2 files changed, 1430
This code adds support for dynamic arrays that will grow if they
need to.
Signed-off-by: Andrew Stiegmann (stieg)
---
drivers/misc/vmw_vmci/vmci_handle_array.c | 174 +
drivers/misc/vmw_vmci/vmci_handle_array.h | 50
2 files changed, 224 insertions(+), 0
This code is responsible for routing between various hosts/guests as
well as routing in nested scenarios.
Signed-off-by: Andrew Stiegmann (stieg)
---
drivers/misc/vmw_vmci/vmci_route.c | 241
drivers/misc/vmw_vmci/vmci_route.h | 34 +
2 files changed
Adds all the necessary files to enable building of the VMCI module
with the Linux Makefiles and Kconfig systems. Also adds the header
files used for building modules against the driver.
Signed-off-by: Andrew Stiegmann (stieg)
---
drivers/misc/Kconfig|1 +
drivers/misc
15 matches
Mail list logo