You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/scripts/qapi
Paolo Bonzini 20b92da6db treewide: remove unnessary "coding" header
The "-*- coding: utf-8 -*-" header was needed in Python 2,
but in Python 3 UTF-8 is already the default encoding of
source files.

It is even less necessary in .css files that do not have UTF-8
sequences at all.

Suggested-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Message-ID: <20250929154938.594389-4-pbonzini@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2 weeks ago
..
__init__.py qapi-gen: New common driver for code and doc generators 8 years ago
backend.py qapi: Add some pylint ignores 4 months ago
commands.py qapi: expose all schema features to code 8 months ago
common.py qapi: Smarter camel_to_upper() to reduce need for 'prefix' 1 year ago
error.py treewide: remove unnessary "coding" header 2 weeks ago
events.py qapi: Move include/qapi/qmp/ to include/qobject/ 8 months ago
expr.py treewide: remove unnessary "coding" header 2 weeks ago
features.py qapi: expose all schema features to code 8 months ago
gen.py treewide: remove unnessary "coding" header 2 weeks ago
introspect.py qapi/introspect: Use @dataclass to simplify 7 months ago
main.py scripts/qapi/backend: Clean up create_backend()'s failure mode 7 months ago
parser.py treewide: remove unnessary "coding" header 2 weeks ago
pylintrc python: add qapi static analysis tests 4 months ago
schema.py treewide: remove unnessary "coding" header 2 weeks ago
source.py qapi/source: allow multi-line QAPISourceInfo advancing 7 months ago
types.py qapi: expose all schema features to code 8 months ago
visit.py qapi: expose all schema features to code 8 months ago