* [Qemu-trivial] [RFC 01/13] qdev: kill bogus comment [not found] <1349378133-25644-1-git-send-email-ehabkost@redhat.com> @ 2012-10-04 19:15 ` Eduardo Habkost 2012-10-05 13:49 ` Stefan Hajnoczi 0 siblings, 1 reply; 2+ messages in thread From: Eduardo Habkost @ 2012-10-04 19:15 UTC (permalink / raw) To: qemu-devel Cc: qemu-trivial, Igor Mammedov, Andreas Färber, Anthony Liguori, Paolo Bonzini When the DeviceInfo code was removed, the comment describing qdev_subclass_init() was left in the code by mistake. Remove it. Cc: qemu-trivial@nongnu.org Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> --- hw/qdev.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/qdev.c b/hw/qdev.c index b5a52ac..a7270a5 100644 --- a/hw/qdev.c +++ b/hw/qdev.c @@ -34,7 +34,6 @@ int qdev_hotplug = 0; static bool qdev_hot_added = false; static bool qdev_hot_removed = false; -/* Register a new device type. */ const VMStateDescription *qdev_get_vmsd(DeviceState *dev) { DeviceClass *dc = DEVICE_GET_CLASS(dev); -- 1.7.11.4 ^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-trivial] [RFC 01/13] qdev: kill bogus comment 2012-10-04 19:15 ` [Qemu-trivial] [RFC 01/13] qdev: kill bogus comment Eduardo Habkost @ 2012-10-05 13:49 ` Stefan Hajnoczi 0 siblings, 0 replies; 2+ messages in thread From: Stefan Hajnoczi @ 2012-10-05 13:49 UTC (permalink / raw) To: Eduardo Habkost Cc: qemu-trivial, qemu-devel, Anthony Liguori, Paolo Bonzini, Igor Mammedov, Andreas Färber On Thu, Oct 04, 2012 at 04:15:21PM -0300, Eduardo Habkost wrote: > When the DeviceInfo code was removed, the comment describing > qdev_subclass_init() was left in the code by mistake. Remove it. > > Cc: qemu-trivial@nongnu.org > Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> > --- > hw/qdev.c | 1 - > 1 file changed, 1 deletion(-) Thanks, applied to the trivial patches tree: https://github.com/stefanha/qemu/commits/trivial-patches Stefan ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-05 13:49 UTC | newest] Thread overview: 2+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <1349378133-25644-1-git-send-email-ehabkost@redhat.com> 2012-10-04 19:15 ` [Qemu-trivial] [RFC 01/13] qdev: kill bogus comment Eduardo Habkost 2012-10-05 13:49 ` Stefan Hajnoczi
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).