From 7fd1fc4295412047f31039c4a28089d16a910d24 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Sat, 31 Aug 2019 14:35:04 +0200 Subject: Added project presentation --- presentation/images/qcow2_structure.tex | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 presentation/images/qcow2_structure.tex (limited to 'presentation/images/qcow2_structure.tex') diff --git a/presentation/images/qcow2_structure.tex b/presentation/images/qcow2_structure.tex new file mode 100644 index 0000000..861527b --- /dev/null +++ b/presentation/images/qcow2_structure.tex @@ -0,0 +1,21 @@ +%------------------------------------------------------------------------------- +% qcow2_structure.tex - structure of the QCOW2 disk image file format as image +%------------------------------------------------------------------------------- +% author : Manuel Bentele +% date : Aug 29, 2019 +% copyright: (c) 2019 Manuel Bentele +%------------------------------------------------------------------------------- + +\renewcommand*{\arraystretch}{1.3} +\begin{tabular}{|c|} \hline + \cellcolor{hdr}Header \\ \hline + \cellcolor{ret}Refcount table \\ \hline + \cellcolor{reb}Refcount block \\ \hline + \cellcolor{l1t}L1~table \\ \hline + \cellcolor{l2t}L2~table \\ \hline + \cellcolor{dat}Data cluster \\ \hline + \cellcolor{l2t}L2~table \\ \hline + \cellcolor{dat}Data cluster \\ \hline + \cellcolor{dat}Data cluster \\ \hline + \vdots +\end{tabular} \ No newline at end of file -- cgit v1.2.3-55-g7522