All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paolo Bonzini <pbonzini@redhat.com>
To: xiaoqiang zhao <zxq_yx_007@163.com>, qemu-devel@nongnu.org
Cc: cornelia.huck@de.ibm.com, michael@walle.cc, agraf@suse.de,
	edgar.iglesias@gmail.com
Subject: Re: [Qemu-devel] [PATCH v2 3/6] hw/char: QOM'ify lm32_juart.c
Date: Mon, 9 May 2016 12:43:00 +0200	[thread overview]
Message-ID: <573069B4.8040005@redhat.com> (raw)
In-Reply-To: <1459237645-17227-4-git-send-email-zxq_yx_007@163.com>



On 29/03/2016 09:47, xiaoqiang zhao wrote:
>  
>      /* FIXME use a qdev chardev prop instead of qemu_char_get_next_serial() */
>      s->chr = qemu_char_get_next_serial();
>      if (s->chr) {
>          qemu_chr_add_handlers(s->chr, juart_can_rx, juart_rx, juart_event, s);
>      }

This is wrong, for the usual reason that instance_init cannot touch
globals.  The right thing to do here would be to add a chardev property
to the device as in the FIXME; at this point, it is obvious that the
rest must be in a init or realize callback, because the properties are
not available in init.

Same for patch 4.

Paolo

  parent reply	other threads:[~2016-05-09 10:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-29  7:47 [Qemu-devel] [PATCH v2 0/6] QOM'ify hw/char devices xiaoqiang zhao
2016-03-29  7:47 ` [Qemu-devel] [PATCH v2 1/6] hw/char: QOM'ify escc.c xiaoqiang zhao
2016-05-09 10:41   ` Paolo Bonzini
2016-03-29  7:47 ` [Qemu-devel] [PATCH v2 2/6] hw/char: QOM'ify etraxfs_ser.c xiaoqiang zhao
2016-03-29  7:47 ` [Qemu-devel] [PATCH v2 3/6] hw/char: QOM'ify lm32_juart.c xiaoqiang zhao
2016-05-09  9:08   ` michael
2016-05-09 10:43   ` Paolo Bonzini [this message]
2016-03-29  7:47 ` [Qemu-devel] [PATCH v2 4/6] hw/char: QOM'ify lm32_uart.c xiaoqiang zhao
2016-05-09  9:08   ` michael
2016-03-29  7:47 ` [Qemu-devel] [PATCH v2 5/6] hw/char: QOM'ify sclpconsole-lm.c xiaoqiang zhao
2016-05-09  9:05   ` Cornelia Huck
2016-03-29  7:47 ` [Qemu-devel] [PATCH v2 6/6] hw/char: QOM'ify sclpconsole.c xiaoqiang zhao
2016-05-09  9:05   ` Cornelia Huck
2016-05-05 10:38 ` [Qemu-devel] [PATCH v2 0/6] QOM'ify hw/char devices 赵小强
2016-05-05 12:51   ` Peter Maydell
2016-05-05 14:04     ` xiaoqiang zhao
2016-05-06  7:37     ` Markus Armbruster
2016-05-09 10:44     ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=573069B4.8040005@redhat.com \
    --to=pbonzini@redhat.com \
    --cc=agraf@suse.de \
    --cc=cornelia.huck@de.ibm.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=michael@walle.cc \
    --cc=qemu-devel@nongnu.org \
    --cc=zxq_yx_007@163.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.