e24ef0db4f
tests: add alias check in /char/ringbuf
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
2017-05-04 15:34:42 +04:00
2f5d45a150
char: add a /chardevs container
...
Add a /chardevs container object to hold the list of chardevs.
(Note: QTAILQ chardevs is going away in the following commits)
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
2017-05-04 15:34:41 +04:00
0ec7b3e7f2
char: rename CharDriverState Chardev
...
Pick a uniform chardev type name.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Reviewed-by: Eric Blake <eblake@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2017-01-27 18:07:59 +01:00
39ab61c6d0
char: remove explicit_fe_open, use a set_handlers argument
...
No need to keep explicit_fe_open around if it affects only a
qemu_chr_fe_set_handlers(). Use an additional argument instead.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Message-Id: <20161022095318.17775-24-marcandre.lureau@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2016-10-24 15:46:10 +02:00
ea3af47d75
tests: start chardev unit tests
...
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com >
Message-Id: <20161022095318.17775-21-marcandre.lureau@redhat.com >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2016-10-24 15:27:21 +02:00