[Xen-devel] Completing a modprobe on xen-netback.ko

2016-09-16 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Hi, ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel

[Xen-devel] Completing a modprobe on xen-netback.ko

2016-09-16 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Hi, Sorry for the blank email previously. I am trying to modify netback.c in the Linux Kernel and Observe the changes. I've cloned the latest Linux Kernel with Git, checked out version 4.7.0 and compiled it with the config options listed here: https://wiki.xenproject.org/wiki/Mainlin

[Xen-devel] Reading network data going into a VM from netback.c

2017-01-16 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Hi all, Recently, I’ve been trying to modify netback.c to print network data that is going into the VM. For example, I’m doing an SSL handshake with the VM as the server, and I send the following hexadecimal string from the client to the VM: 160302002f012b03026161616161616161616161616161616

[Xen-devel] Reading network data going into a VM from netback.c

2017-01-16 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Hi all, Recently, I’ve been trying to modify netback.c to print network data that is going into the VM. For example, I’m doing an SSL handshake with the VM as the server, and I send the following hexadecimal string from the client to the VM: 160302002f012b03026161616161616161616161616161616

[Xen-devel] Reading network data going into a VM from netback.c

2017-01-16 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Hi all, Recently, I’ve been trying to modify netback.c to print network data that is going into the VM. For example, I’m doing an SSL handshake with the VM as the server, and I send the following hexadecimal string from the client to the VM: 160302002f012b03026161616161616161616161616161616

[Xen-devel] Reading network data from netback.c

2017-02-04 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Hi all, Recently, I’ve been trying to modify netback.c to print network data that is going into the VM. For example, I’m doing an SSL handshake with the VM as the server, and I send the following hexadecimal string from the client to the VM: 160302002f012b03026161616161616161616161616161616

[Xen-devel] Network card in newly created VM

2016-10-04 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Hi, I had created a VM in my xen installation with the following command: sudo xen-create-image --hostname=test --memory=512mb --vcpus=2 --lvm=vg0 --dhcp --pygrub —dist=wheezy I have booted in to the VM with the following command: sudo xl create -c /etc/xen/test.cfg Now when I run ifconfig i

[Xen-devel] Modifying netback.c to produce logs

2016-10-18 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Hi, I’ve been playing around with the netback.c file in order to produce some log statements with dimes to better understand when each function in the file is called and I was having some trouble actually getting them to show up. I’ve written log statements in the following functions using the p

[Xen-devel] Modifying netback.c to produce logs

2016-10-18 Thread #PATHANGI JANARDHANAN JATINSHRAVAN#
Hi, I've been playing around with the netback.c file in order to produce some log statements with dimes to better understand when each function in the file is called and I was having some trouble actually getting them to show up. I've written log statements in the following functions using the