[Xen-devel] Request for XEN source code

2016-04-14 Thread Zakirasafi
Dear all I need XEN hyper-visor source code. Kindly send me *Thanks and Regards,* Zakira Inayat Ph.D Scholar in University of Malaya, Malaysia ___ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel

[Xen-devel] Side channel attack

2016-04-15 Thread Zakirasafi
Dear All The following code is for side channel attack on xen hypevisor. In this code I am having problem in understanding the highlighted red line. In the line what ".byte 15, byte 49" do??? #include #include #include #include unsigned int timestamp(void) { unsigned int bottom; unsigned int

[Xen-devel] Creation of Virtual machine

2016-07-24 Thread Zakirasafi
* I want to create virtual machine on xenHypervisor. I have created 3 VM before. Now want to create the 4th virtual machine. I have followed all the steps. step: xen-create-image --hostname=tutorial-pv-guest --memory=512mb --vcpus=2 --lvm=vg0 --dhcp --pygrub \* *the output of the ab

Re: [Xen-devel] Creation of Virtual machine

2016-07-24 Thread Zakirasafi
I need your help.* *Thanks and Regards,* Zakira Inayat Ph.D Scholar in University of Malaya, Malaysia On Mon, Jul 25, 2016 at 1:27 PM, Zakirasafi wrote: > > > > > * I want to create virtual machine on xenHypervisor. I have created 3 VM > before. Now want to crea

[Xen-devel] Sharing memory between two virtual machine on XEN Hypervisor

2016-03-14 Thread Zakirasafi
*Dear All* *I have installed two virtual machine on XEN hyper-visor. Now I want two write a program which share the memory between two virtual machine. Could any help me please.* *Thanks and Regards,* Zakira Inayat Ph.D Scholar in University of Malaya, Malaysia _

[Xen-devel] How to solve the error undefined reference to private_aes_encrypt

2016-06-20 Thread Zakirasafi
Dear all I have used function Private_aes_encrypt(key,128,&expanded) When I execute the program with gdb by using the following command: gcc -g filename.c filename -lcrypto Then the error (undefined reference to `private_AES_set_encrypt_key') always comes. When i use aes_encrypt function in m