qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 0/5] QOM'ify hw/char devices


From: Michael Walle
Subject: Re: [Qemu-devel] [PATCH v6 0/5] QOM'ify hw/char devices
Date: Wed, 25 May 2016 11:03:44 +0200
User-agent: Roundcube Webmail/1.1.5

Am 2016-05-25 08:38, schrieb xiaoqiang zhao:
This patch set trys to QOM'ify hw/char files, see commit messages
for more details

Thanks Paolo <address@hidden> for your suggestions.

Note:
* CRIS axis_dev88 broad related test is passed and looks ok.
* lm32 test cases by Michael <address@hidden> is passed and looks good.
* lm32 milkymist need test by Michael.

Changes in v6:
* change lm32_juart_init to accept CharDriverState pointer as a parameter
* QOM'ify milkymist-uart to drop qemu_char_get_next_serial

Changes in v5:
  drop the call of qemu_char_get_next_serial in board code and
  direct access serial_hds array

Changes in v4:
* add wrapper functions to create char device
* drop the sysbus_create_simple function and
  use the new qdev_create stuff

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

xiaoqiang zhao (5):
  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: QOM'ify milkymist-uart.c

Paolo, do you add this series to your queue?

-michael



reply via email to

[Prev in Thread] Current Thread [Next in Thread]