qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v3 0/4] QOM'ify hw/char devices
@ 2016-05-13  3:07 xiaoqiang zhao
  2016-05-13  3:07 ` [Qemu-devel] [PATCH v3 1/4] hw/char: QOM'ify escc.c xiaoqiang zhao
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: xiaoqiang zhao @ 2016-05-13  3:07 UTC (permalink / raw)
  To: qemu-devel
  Cc: pbonzini, peter.maydell, agraf, michael, edgar.iglesias,
	cornelia.huck

This patch set trys to QOM'ify hw/char files, see commit messages 
for more details

Note: patches
  hw/char: QOM'ify sclpconsole-lm.c
  hw/char: QOM'ify sclpconsole.c
of v2 has been taken by Cornelia Huck

Thanks Paolo <pbonzini@redhat.com> for your suggestions.

Changes in v3:
* use chardev property instead of qemu_char_get_next_serial
* call the functions that touch globals in the realize callback

Changes in v2:
* rename TYPE_SCLP_LM_CONSOLE to TYPE_SCLPLM_CONSOLE which is suggested by 
  Cornelia Huck <cornelia.huck@de.ibm.com>
* rebase on the current master

xiaoqiang zhao (4):
  hw/char: QOM'ify escc.c
  hw/char: QOM'ify etraxfs_ser.c
  hw/char: QOM'ify lm32_juart.c
  hw/char: QOM'ify lm32_uart.c

 hw/char/escc.c        | 30 +++++++++++++++++++-----------
 hw/char/etraxfs_ser.c | 27 +++++++++++++++++----------
 hw/char/lm32_juart.c  | 17 ++++++++---------
 hw/char/lm32_uart.c   | 28 +++++++++++++++++-----------
 4 files changed, 61 insertions(+), 41 deletions(-)

-- 
2.1.4

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-05-18 10:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-13  3:07 [Qemu-devel] [PATCH v3 0/4] QOM'ify hw/char devices xiaoqiang zhao
2016-05-13  3:07 ` [Qemu-devel] [PATCH v3 1/4] hw/char: QOM'ify escc.c xiaoqiang zhao
2016-05-13  3:07 ` [Qemu-devel] [PATCH v3 2/4] hw/char: QOM'ify etraxfs_ser.c xiaoqiang zhao
2016-05-17 12:51   ` Paolo Bonzini
2016-05-18 10:33     ` xiaoqiang zhao
2016-05-13  3:07 ` [Qemu-devel] [PATCH v3 3/4] hw/char: QOM'ify lm32_juart.c xiaoqiang zhao
2016-05-13  3:07 ` [Qemu-devel] [PATCH v3 4/4] hw/char: QOM'ify lm32_uart.c xiaoqiang zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).