Marc-André Lureau
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
Markus Armbruster
175de52487
Clean up decorations and whitespace around header guards
...
Cleaned up with scripts/clean-header-guards.pl.
Signed-off-by: Markus Armbruster <armbru@redhat.com >
Reviewed-by: Richard Henderson <rth@twiddle.net >
2016-07-12 16:20:46 +02:00
xiaoqiang zhao
7aaefcaf66
hw/char: QOM'ify lm32_uart.c
...
* Drop the old SysBus init function and use instance_init
* Call qemu_chr_add_handlers in the realize callback
* Use qdev chardev prop instead of qemu_char_get_next_serial
* Add lm32_uart_create function to create lm32 uart device
Signed-off-by: xiaoqiang zhao <zxq_yx_007@163.com >
Message-Id: <1464158344-12266-5-git-send-email-zxq_yx_007@163.com >
Tested-by: Michael Walle <michael@walle.cc >
Acked-by: Michael Walle <michael@walle.cc >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2016-05-29 09:11:10 +02:00
xiaoqiang zhao
c2ddaa62b6
hw/char: QOM'ify lm32_juart.c
...
* Drop the old SysBus init function
* Call qemu_chr_add_handlers in the realize callback
* Use qdev chardev prop instead of qemu_char_get_next_serial
Signed-off-by: xiaoqiang zhao <zxq_yx_007@163.com >
Message-Id: <1464158344-12266-4-git-send-email-zxq_yx_007@163.com >
Tested-by: Michael Walle <michael@walle.cc >
Acked-by: Michael Walle <michael@walle.cc >
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2016-05-29 09:11:10 +02:00
Andreas Färber
a0b97927e3
lm32_juart: QOM cast cleanup
...
Signed-off-by: Andreas Färber <afaerber@suse.de >
2013-07-29 21:06:28 +02:00
Paolo Bonzini
47b43a1f41
hw: move private headers to hw/ subdirectories.
...
Many headers are used only in a single directory. These can be
kept in hw/.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com >
2013-04-08 18:13:16 +02:00