[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH 1/5] hw/char: remove console_exit function in sc
From: |
Cornelia Huck |
Subject: |
Re: [Qemu-devel] [PATCH 1/5] hw/char: remove console_exit function in sclp |
Date: |
Wed, 26 Apr 2017 17:05:53 +0200 |
On Wed, 26 Apr 2017 09:42:02 -0500
Eric Blake <address@hidden> wrote:
> On 04/26/2017 07:53 AM, Zihan Yang wrote:
> > Currently, the console_exit function in sclpconsole-lm.c and sclpconsole.c
> > does nothing, so remove them and convert the callback in SCLPEventClass to
> > void. Since there is a NULL check on the DeviceClass exit callback as
> > suggested by Frederic Konrad, it should be safe to remove them.
>
> When sending a patch series, please be sure to include a 0/5 cover
> letter, to make it easier on automated tooling that processes the list.
> You can use 'git config format.coverletter auto' to make it easier to
> remember this for patches created by 'git format-patch'/'git send-email'.
>
> More submission hints at: http://wiki.qemu.org/Contribute/SubmitAPatch
>
Nod.
Of the hints in the wiki page above, I'd especially like to point out
versioning and change logs.
- [Qemu-devel] [PATCH 1/5] hw/char: remove console_exit function in sclp, Zihan Yang, 2017/04/26
- [Qemu-devel] [PATCH 2/5] hw/s390x: make virtio_ccw_exit function in virtio-ccw return void, Zihan Yang, 2017/04/26
- [Qemu-devel] [PATCH 3/5] hw/s390: convert exit to unrealize in virtio_ccw_device_class_init, Zihan Yang, 2017/04/26
- [Qemu-devel] [PATCH 4/5] hw/audio: replace exit with unrealize in hda_codec_device_class_init, Zihan Yang, 2017/04/26
- [Qemu-devel] [PATCH 5/5] hw/audio: convert exit callback in HDACodecDeviceClass to void, Zihan Yang, 2017/04/26
- Re: [Qemu-devel] [PATCH 1/5] hw/char: remove console_exit function in sclp, Eric Blake, 2017/04/26
- Re: [Qemu-devel] [PATCH 1/5] hw/char: remove console_exit function in sclp,
Cornelia Huck <=