* encrypt data in blkfront.c
@ 2009-05-02 9:26 tianjiangbo16898
0 siblings, 0 replies; only message in thread
From: tianjiangbo16898 @ 2009-05-02 9:26 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 797 bytes --]
hello!
i am a junior in XEN. so some questions may be very junior too, please give me more patience.
I want to encrypt the data that will be written into the the disk, and the operation will happen in the Domain U's front-end driver.
and i notice that the write operation happens when the static int blkif_queue_request(struct request *req)
functions in blkfront.c File is called and the data is put into the struct request *req
I want to encrypt these data, and i want to if the data is in virtual address of the guest Domain U or virtual address of the
the domain 0.
If I want to encrypt the data ,should I do operation on these virtual address directely or do it after doing some translation.
and do want translation.
please help!
Thanks very much!
2009-05-02
tianjiangbo16898
[-- Attachment #1.2: Type: text/html, Size: 2006 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-05-02 9:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-02 9:26 encrypt data in blkfront.c tianjiangbo16898
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.