qemu/scripts
Ian Jackson 5ac067a24a checkpatch: Add xendevicemodel_handle to the list of types
This avoids checkpatch misparsing (as statements) long function
definitions or declarations, which sometimes start with constructs
like this:

  static inline int xendevicemodel_relocate_memory(
      xendevicemodel_handle *dmod, domid_t domid, ...

The type xendevicemodel_handle does not conform to Qemu CODING_STYLE,
which would suggest CamelCase.  However, it is a type defined by the
Xen Project in xen.git.  It would be possible to introduce a typedef
to allow the qemu code to refer to it by a differently-spelled name,
but that would obfuscate more than it would clarify.

CC: Eric Blake <eblake@redhat.com>
CC: Paolo Bonzini <pbonzini@redhat.com>
CC: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2018-04-26 16:29:50 +01:00
..
coccinelle
kvm
modules
qapi qapi: restrict allow-oob value to be "true" 2018-03-27 10:17:45 -05:00
qemu-guest-agent
qemugdb
qmp qmp.py: Encode json data before sending 2018-03-12 19:10:16 -03:00
tracetool trace: only permit standard C types and fixed size integer types 2018-03-12 11:10:20 +00:00
analyse-9p-simpletrace.py
analyse-locks-simpletrace.py
analyze-inclusions
analyze-migration.py
archive-source.sh
argparse.py
check-qerror.sh
checkpatch.pl checkpatch: Add xendevicemodel_handle to the list of types 2018-04-26 16:29:50 +01:00
clean-header-guards.pl
clean-includes
cleanup-trace-events.pl
cocci-macro-file.h
coverity-model.c
create_config audio: add driver registry 2018-03-12 11:18:26 +01:00
decodetree.py scripts/decodetree: Fix insnmask not marked as global in main() 2018-03-26 22:34:07 +08:00
device-crash-test device-crash-test: Remove fixed isa-fdc entry 2018-04-09 16:36:40 +02:00
disas-objdump.pl
dump-guest-memory.py dump-guest-memory: more descriptive lookup_type failure 2018-03-21 15:02:00 +01:00
extract-vsssdk-headers
feature_to_c.sh
get_maintainer.pl scripts/get_maintainer.pl: Print proper error message for missing $file 2018-03-26 14:37:12 +02:00
git-submodule.sh
git.orderfile
gtester-cat
hxtool
make-release
make_device_config.sh
ordereddict.py
qapi-gen.py
qemu-binfmt-conf.sh linux-user: add microblaze/microblazeel magic numbers in qemu-binfmt-conf.sh 2018-04-10 17:41:55 +02:00
qemu-gdb.py
qemu.py qemu.py: Use items() instead of iteritems() 2018-03-12 19:10:16 -03:00
qtest.py
refresh-pxe-roms.sh
replay-dump.py scripts/replay-dump.py: replay log dumper 2018-03-12 17:10:38 +01:00
shaderinclude.pl
show-fixed-bugs.sh
signrom.py
simpletrace.py trace: include filename when printing parser error messages 2018-03-12 11:10:20 +00:00
switch-timer-api
texi2pod.pl
tracetool.py trace: include filename when printing parser error messages 2018-03-12 11:10:20 +00:00
update-linux-headers.sh virtio,vhost,pci,pc: features, cleanups 2018-03-20 15:48:34 +00:00
vmstate-static-checker.py