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
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
* 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
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
*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
_
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