Re: [PATCH v2 11/16] scripts/qapi: pull c_name from camel_to_upper to caller
Zhao Liu <[email protected]> Mon, 19 Jan 2026 15:05:20 +0800
| Newsgroups | org.nongnu.qemu-rust,org.nongnu.qemu-devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jan 08, 2026 at 02:10:38PM +0100, Paolo Bonzini wrote: > Date: Thu, 8 Jan 2026 14:10:38 +0100 > From: Paolo Bonzini <[email protected]> > Subject: [PATCH v2 11/16] scripts/qapi: pull c_name from camel_to_upper to > caller > X-Mailer: git-send-email 2.52.0 > > Allow using it for other languages too. > > Signed-off-by: Paolo Bonzini <[email protected]> > --- > scripts/qapi/common.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Reviewed-by: Zhao Liu <[email protected]>