Home
last modified time | relevance | path

Searched hist:"20076 f4a" (Results 1 – 2 of 2) sorted by relevance

/qemu/monitor/
H A Dmonitor-internal.h20076f4a Fri Dec 11 17:11:34 GMT 2020 Markus Armbruster <armbru@redhat.com> monitor: Use GString instead of QString for output buffer

GString has a richer set of string operations than QString. It should
be preferred to QString except where we need a QObject or reference
counting. We don't here. Switch to GString, and put its richer
interface to use.

Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201211171152.146877-3-armbru@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
H A Dmonitor.c20076f4a Fri Dec 11 17:11:34 GMT 2020 Markus Armbruster <armbru@redhat.com> monitor: Use GString instead of QString for output buffer

GString has a richer set of string operations than QString. It should
be preferred to QString except where we need a QObject or reference
counting. We don't here. Switch to GString, and put its richer
interface to use.

Cc: Dr. David Alan Gilbert <dgilbert@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20201211171152.146877-3-armbru@redhat.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>