Hello all xen-developers,
   I have a query regarding "HOW BIOS VIRTUALISE IN DOMU" in case of
paravirtualisation
or full virtualisation. Actually the doubts comes when i read the code of
blkback.c
i write the code below...
         
		while ((bio == NULL) ||
		       (bio_add_page(bio,
				     virt_to_page(vaddr(pending_req, i)),
				     seg[i].nsec << 9,
				     seg[i].buf & ~PAGE_MASK) == 0)) {
			bio = biolist[nbio++] = bio_alloc(GFP_KERNEL, nseg-i);
			if (unlikely(bio == NULL))
				goto fail_put_bio;
			bio->bi_bdev    = preq.bdev;
			bio->bi_private = pending_req;
			bio->bi_end_io  = end_block_io_op;
			bio->bi_sector  = preq.sector_number;
		}
pls if anyone can explain, pls mail me.
e-mailid:amit.singh@nechclst.in
With regards:
AMIT KR. SINGH
Disclaimer:
This message and any attachment(s) contained here are information that is
confidential, proprietary to NEC HCL System Technologies and its customers.
Contents may be privileged or otherwise protected by law. The information is
solely intended for the individual or the entity it is addressed to. If you are
not the intended recipient of this message, you are not authorized to read,
forward, print, retain, copy or disseminate this message or any part of it. If
you have received this e-mail in error, please notify the sender immediately by
return e-mail and delete it from your computer.
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel