-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteaching.html
72 lines (69 loc) · 3.1 KB
/
teaching.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!-- Lei_Xia@NWU -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html">
<title>Teaching -- Lei Xia</title>
<LINK REL=StyleSheet HREF="style.css" TYPE="text/css" MEDIA=screen>
<SCRIPT language=JavaScript src="footnote.js" type=text/javascript></SCRIPT>
</head>
<body BGCOLOR="#FFFFFF">
<TABLE ALIGN="center" WIDTH=100% BORDER=0 CELLSPACING=0 CELLPADDING=0>
<TR align="center"><TD class=style_line><h3> EECS 441: Resource Virtualization, Winter 2011 -- TA's Page</h3></TD></TR>
<TR align="left">
<TD class=style_word>
<UL type=disc>
<BR>
<LI>Office Hours: Tuesday 10:30-12:00PM, Thursday 12:30-2:00PM, Ford 2-215</LI>
<LI>Recitation Section: Tuesday 6:00-7:00PM Ford 3-340</LI>
<LI></LI>
<LI><B>Final project presentation: Mar. 18 2-5pm, Ford 3-340 (with Pizza!!)<B></LI>
</UL>
</TD>
</TR>
<TR>
<TD class=style_line><SPAN class=style_bm>Recitation Schedules</SPAN></TD></TR>
<TD class=style_word>
<UL type=disc>
<BR>
<LI>Jan. 11: Palacios Building Q&A, Code structure of Palacios, Theory of operations of Palacios</LI>
<LI>Jan. 18: Project topics discussion & Background Introduction</LI>
<LI>Jan. 25: Project Discussion</LI>
<LI>Feb. 1: Project progress discussion. Introduction to IO virtualization approaches in modern
virtualization - <b>Cancelled, reschedled to Feb 3, 6-7pm</b></LI>
<LI>Feb. 8: IO Virtualization Overview, DMA in
Virtualization</LI>
<LI>Feb. 15:DMA in IO virtualization </LI>
<LI>Feb. 22:Sample codes in Palacios for
different IO virtualizations</LI>
<LI>Mar. 1: VNET & Discussion</LI>
<LI>Mar. 8: Project Discussion</LI>
<LI>Mar. 15: One Day Hackathon at Ford Basement Lab </LI>
</UL>
</TD>
</TR>
<TR>
<TD class=style_line><SPAN class=style_bm>Useful Documents & Links</SPAN></TD></TR>
<TD class=style_word>
<UL type=disc>
<BR>
<LI>Short manual for building Palacios/Linux <A href="eecs441/Palacios-Linux-Manual.pdf" target="_blank">[.pdf]</A></LI>
<LI>The Developer's Manual for Palacios 1.2 and later <A href="http://v3vee.org/palacios/palacios-1.2-manual.pdf">[.pdf]</a> </LI>
<LI><A href="http://www.v3vee.org/palacios/guest_build_manual/">Palacios guest configuration instructions</a></LI>
<LI>Palacios Paper on IPDPS 2010 <A href="http://v3vee.org/papers/ipdps10.pdf">[.pdf]</a></LI>
<LI><A target="_blank" href="http://v3vee.org/palacios/">Palacios project website</A></LI>
<LI><A target="_blank" href="http://lwn.net/Kernel/LDD3/">Linux Device Drivers, Third Edition (Free Online)</A></LI>
<LI><A target="_blank" href="https://sites.google.com/site/cloudcomputingsystem/research/vm">"Classical" papers on modern virtualization</A>
</UL>
</TD>
</TR>
<TR><TD class=style_small>
<HR width="100%" SIZE=3>
<SCRIPT language=JavaScript type=text/javascript>
<!--
Footer();
-->
</SCRIPT>
</TD></TR>
</table>
</body>
</html>