summaryrefslogtreecommitdiffstats
path: root/presentation/images/qcow2_structure.tex
blob: 861527b50060b50464c9059087c622acbcff461e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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}