Statistics
| Branch: | Revision:

root / qemu-option.h @ 067a3ddc

History | View | Annotate | Download (2.4 kB)

# Date Author Comment
d3f24367 05/22/2009 06:50 pm Kevin Wolf

Create qemu-option.h

This patch creates a new header file and the corresponding implementation file
for parsing of parameter strings for options (like used in -drive). Part of
this is code moved from vl.c (so qemu-img can use it later).

The idea is to have a data structure describing all accepted parameters. When...