Statistics
| Branch: | Revision:

root / qemu-option-internal.h @ cb9c377f

History | View | Annotate | Download (1.7 kB)

# Date Author Comment
4167c42c 12/19/2012 09:31 am Paolo Bonzini

qapi: remove qapi/qapi-types-core.h

The file is only including error.h and qerror.h. Prefer explicit
inclusion of whatever files are needed.
Signed-off-by: Paolo Bonzini <>

fdb17976 07/23/2012 01:55 pm Laszlo Ersek

expose QemuOpt and QemuOpts struct definitions to interested parties

The only clients should be the existent "qemu-option.c", and the upcoming
"qapi/opts-visitor.c".

Signed-off-by: Laszlo Ersek <>
Signed-off-by: Stefan Hajnoczi <>