Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-16 | chardev: fix QemuOpts lifecycle | Gerd Hoffmann | |
qemu_chr_new_from_opts handles QemuOpts release now, so callers don't have to worry. It will either be saved in CharDriverState, then released in qemu_chr_delete, or in the error case released instantly. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||
2013-01-16 | chardev: add error reporting for qemu_chr_new_from_opts | Gerd Hoffmann | |
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> | |||
2012-12-19 | softmmu: move remaining include files to include/ subdirectories | Paolo Bonzini | |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |