Miscellaneous patches for 2019-06-11

-----BEGIN PGP SIGNATURE-----
 
 iQJGBAABCAAwFiEENUvIs9frKmtoZ05fOHC0AOuRhlMFAl0A4AkSHGFybWJydUBy
 ZWRoYXQuY29tAAoJEDhwtADrkYZTYoIP/1aIZuQcPyDFbABmTKO/vLculOf++32J
 uBPRNd8PvkhMCdSerHzBpSZiINRRENF3MxLZ2Z9apiGvdhTnEc+PG4i/quyaOxOn
 O8FJv5wzgVofF3apmxCfUo+ikefbn1xhwG/KpnmvD+SeYfls/8RIwldxbLDO+g72
 pGTFx+3qQHaTl627mR1+FFsl3BZza6uWClxH/mWOucjTVPtBNwNpf9uDg3v9QT5I
 3dIVPv6sNarzMDc9I6L5j5JtgEAGqwIQwHCO8sMXIawi6uFOPg2CCAN8D+hblbEE
 TjnxiN2u9OdwSL5lKhLPnXFjnOt6bjuQmDHbpba9ehjY7Wm9YsFCv6D0Vj5delPw
 XaQ9VU1BcMWaBeeIsbW2bYK96lUjbM3S79JV6/HvKrb4+pxSgL8CwkUWV2cfThr2
 zAsENkYg3OSUwHeTWMk4rv81jardxOCA+7hZDnyrvrN8qCHG5xdLsDVbmUwDXzgb
 n4On0rQXRxIoK3XsdI+PfjcaYXXQB3PlMmKV/k4TVEV7OhDpr5t4Ph4ZeMwPu/bx
 LYCEeGKtyk3ODPW53TtC06NPRO0V0SK2raN4MIjC2FoxoJoyMz/f1RCZq6/WzowE
 SXumoCGaBSZGCbTmbl/sHzKyK+asRdVmgXT+1F7FPUtQloIMAMYQWrNV2Bn4pM57
 zMswAqP5qV0M
 =UYSi
 -----END PGP SIGNATURE-----

Merge remote-tracking branch 'remotes/armbru/tags/pull-misc-2019-06-11-v3' into staging

Miscellaneous patches for 2019-06-11

# gpg: Signature made Wed 12 Jun 2019 12:20:41 BST
# gpg:                using RSA key 354BC8B3D7EB2A6B68674E5F3870B400EB918653
# gpg:                issuer "armbru@redhat.com"
# gpg: Good signature from "Markus Armbruster <armbru@redhat.com>" [full]
# gpg:                 aka "Markus Armbruster <armbru@pond.sub.org>" [full]
# Primary key fingerprint: 354B C8B3 D7EB 2A6B 6867  4E5F 3870 B400 EB91 8653

* remotes/armbru/tags/pull-misc-2019-06-11-v3:
  MAINTAINERS: Polish headline decorations
  MAINTAINERS: Improve section headlines
  MAINTAINERS: Remove duplicate entries of qemu-devel@nongnu.org
  Clean up a header guard symbols (again)
  Supply missing header guards
  Clean up a few header guard symbols
  scripts/clean-header-guards: Fix handling of trailing comments
  Normalize position of header guard
  Include qemu-common.h exactly where needed
  Include qemu/module.h where needed, drop it from qemu-common.h
  qemu-common: Move qemu_isalnum() etc. to qemu/ctype.h
  qemu-common: Move tcg_enabled() etc. to sysemu/tcg.h

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
Peter Maydell 2019-06-12 13:50:01 +01:00
commit 59c58f96b2
1343 changed files with 1625 additions and 716 deletions

View file

@ -65,7 +65,7 @@ F: *
F: */ F: */
Responsible Disclosure, Reporting Security Issues Responsible Disclosure, Reporting Security Issues
------------------------------ -------------------------------------------------
W: https://wiki.qemu.org/SecurityProcess W: https://wiki.qemu.org/SecurityProcess
M: Michael S. Tsirkin <mst@redhat.com> M: Michael S. Tsirkin <mst@redhat.com>
L: secalert@redhat.com L: secalert@redhat.com
@ -83,7 +83,7 @@ T: git https://github.com/vivier/qemu.git trivial-patches
Architecture support Architecture support
-------------------- --------------------
S390 S390 general architecture support
M: Cornelia Huck <cohuck@redhat.com> M: Cornelia Huck <cohuck@redhat.com>
S: Supported S: Supported
F: default-configs/s390x-softmmu.mak F: default-configs/s390x-softmmu.mak
@ -107,10 +107,9 @@ K: ^Subject:.*(?i)s390x?
T: git https://github.com/cohuck/qemu.git s390-next T: git https://github.com/cohuck/qemu.git s390-next
L: qemu-s390x@nongnu.org L: qemu-s390x@nongnu.org
Guest CPU cores (TCG): Guest CPU cores (TCG)
---------------------- ---------------------
Overall Overall TCG CPUs
L: qemu-devel@nongnu.org
M: Richard Henderson <rth@twiddle.net> M: Richard Henderson <rth@twiddle.net>
R: Paolo Bonzini <pbonzini@redhat.com> R: Paolo Bonzini <pbonzini@redhat.com>
S: Maintained S: Maintained
@ -125,6 +124,7 @@ F: include/exec/exec-all.h
F: include/exec/helper*.h F: include/exec/helper*.h
F: include/exec/tb-hash.h F: include/exec/tb-hash.h
F: include/sysemu/cpus.h F: include/sysemu/cpus.h
F: include/sysemu/tcg.h
FPU emulation FPU emulation
M: Aurelien Jarno <aurelien@aurel32.net> M: Aurelien Jarno <aurelien@aurel32.net>
@ -135,14 +135,14 @@ F: fpu/
F: include/fpu/ F: include/fpu/
F: tests/fp/ F: tests/fp/
Alpha Alpha TCG CPUs
M: Richard Henderson <rth@twiddle.net> M: Richard Henderson <rth@twiddle.net>
S: Maintained S: Maintained
F: target/alpha/ F: target/alpha/
F: tests/tcg/alpha/ F: tests/tcg/alpha/
F: disas/alpha.c F: disas/alpha.c
ARM ARM TCG CPUs
M: Peter Maydell <peter.maydell@linaro.org> M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org L: qemu-arm@nongnu.org
S: Maintained S: Maintained
@ -163,7 +163,7 @@ S: Maintained
F: hw/arm/smmu* F: hw/arm/smmu*
F: include/hw/arm/smmu* F: include/hw/arm/smmu*
CRIS CRIS TCG CPUs
M: Edgar E. Iglesias <edgar.iglesias@gmail.com> M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
S: Maintained S: Maintained
F: target/cris/ F: target/cris/
@ -172,14 +172,14 @@ F: include/hw/cris/
F: tests/tcg/cris/ F: tests/tcg/cris/
F: disas/cris.c F: disas/cris.c
HPPA (PA-RISC) HPPA (PA-RISC) TCG CPUs
M: Richard Henderson <rth@twiddle.net> M: Richard Henderson <rth@twiddle.net>
S: Maintained S: Maintained
F: target/hppa/ F: target/hppa/
F: hw/hppa/ F: hw/hppa/
F: disas/hppa.c F: disas/hppa.c
LM32 LM32 TCG CPUs
M: Michael Walle <michael@walle.cc> M: Michael Walle <michael@walle.cc>
S: Maintained S: Maintained
F: target/lm32/ F: target/lm32/
@ -192,20 +192,20 @@ F: include/hw/char/lm32_juart.h
F: include/hw/lm32/ F: include/hw/lm32/
F: tests/tcg/lm32/ F: tests/tcg/lm32/
M68K M68K TCG CPUs
M: Laurent Vivier <laurent@vivier.eu> M: Laurent Vivier <laurent@vivier.eu>
S: Maintained S: Maintained
F: target/m68k/ F: target/m68k/
F: disas/m68k.c F: disas/m68k.c
MicroBlaze MicroBlaze TCG CPUs
M: Edgar E. Iglesias <edgar.iglesias@gmail.com> M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
S: Maintained S: Maintained
F: target/microblaze/ F: target/microblaze/
F: hw/microblaze/ F: hw/microblaze/
F: disas/microblaze.c F: disas/microblaze.c
MIPS MIPS TCG CPUs
M: Aurelien Jarno <aurelien@aurel32.net> M: Aurelien Jarno <aurelien@aurel32.net>
M: Aleksandar Markovic <amarkovic@wavecomp.com> M: Aleksandar Markovic <amarkovic@wavecomp.com>
R: Aleksandar Rikalo <arikalo@wavecomp.com> R: Aleksandar Rikalo <arikalo@wavecomp.com>
@ -226,7 +226,7 @@ F: include/hw/timer/mips_gictimer.h
F: tests/tcg/mips/ F: tests/tcg/mips/
K: ^Subject:.*(?i)mips K: ^Subject:.*(?i)mips
Moxie Moxie TCG CPUs
M: Anthony Green <green@moxielogic.com> M: Anthony Green <green@moxielogic.com>
S: Maintained S: Maintained
F: target/moxie/ F: target/moxie/
@ -234,7 +234,7 @@ F: disas/moxie.c
F: hw/moxie/ F: hw/moxie/
F: default-configs/moxie-softmmu.mak F: default-configs/moxie-softmmu.mak
NiosII NiosII TCG CPUs
M: Chris Wulff <crwulff@gmail.com> M: Chris Wulff <crwulff@gmail.com>
M: Marek Vasut <marex@denx.de> M: Marek Vasut <marex@denx.de>
S: Maintained S: Maintained
@ -244,14 +244,14 @@ F: hw/intc/nios2_iic.c
F: disas/nios2.c F: disas/nios2.c
F: default-configs/nios2-softmmu.mak F: default-configs/nios2-softmmu.mak
OpenRISC OpenRISC TCG CPUs
M: Stafford Horne <shorne@gmail.com> M: Stafford Horne <shorne@gmail.com>
S: Odd Fixes S: Odd Fixes
F: target/openrisc/ F: target/openrisc/
F: hw/openrisc/ F: hw/openrisc/
F: tests/tcg/openrisc/ F: tests/tcg/openrisc/
PowerPC PowerPC TCG CPUs
M: David Gibson <david@gibson.dropbear.id.au> M: David Gibson <david@gibson.dropbear.id.au>
L: qemu-ppc@nongnu.org L: qemu-ppc@nongnu.org
S: Maintained S: Maintained
@ -260,7 +260,7 @@ F: hw/ppc/
F: include/hw/ppc/ F: include/hw/ppc/
F: disas/ppc.c F: disas/ppc.c
RISC-V RISC-V TCG CPUs
M: Palmer Dabbelt <palmer@sifive.com> M: Palmer Dabbelt <palmer@sifive.com>
M: Alistair Francis <Alistair.Francis@wdc.com> M: Alistair Francis <Alistair.Francis@wdc.com>
M: Sagar Karandikar <sagark@eecs.berkeley.edu> M: Sagar Karandikar <sagark@eecs.berkeley.edu>
@ -273,7 +273,7 @@ F: include/hw/riscv/
F: linux-user/host/riscv32/ F: linux-user/host/riscv32/
F: linux-user/host/riscv64/ F: linux-user/host/riscv64/
S390 S390 TCG CPUs
M: Richard Henderson <rth@twiddle.net> M: Richard Henderson <rth@twiddle.net>
M: David Hildenbrand <david@redhat.com> M: David Hildenbrand <david@redhat.com>
S: Maintained S: Maintained
@ -283,7 +283,7 @@ F: disas/s390.c
F: tests/tcg/s390x/ F: tests/tcg/s390x/
L: qemu-s390x@nongnu.org L: qemu-s390x@nongnu.org
SH4 SH4 TCG CPUs
M: Aurelien Jarno <aurelien@aurel32.net> M: Aurelien Jarno <aurelien@aurel32.net>
S: Odd Fixes S: Odd Fixes
F: target/sh4/ F: target/sh4/
@ -291,7 +291,7 @@ F: hw/sh4/
F: disas/sh4.c F: disas/sh4.c
F: include/hw/sh4/ F: include/hw/sh4/
SPARC SPARC TCG CPUs
M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
M: Artyom Tarasenko <atar4qemu@gmail.com> M: Artyom Tarasenko <atar4qemu@gmail.com>
S: Maintained S: Maintained
@ -301,14 +301,14 @@ F: hw/sparc64/
F: include/hw/sparc/sparc64.h F: include/hw/sparc/sparc64.h
F: disas/sparc.c F: disas/sparc.c
UniCore32 UniCore32 TCG CPUs
M: Guan Xuetao <gxt@mprc.pku.edu.cn> M: Guan Xuetao <gxt@mprc.pku.edu.cn>
S: Maintained S: Maintained
F: target/unicore32/ F: target/unicore32/
F: hw/unicore32/ F: hw/unicore32/
F: include/hw/unicore32/ F: include/hw/unicore32/
X86 X86 TCG CPUs
M: Paolo Bonzini <pbonzini@redhat.com> M: Paolo Bonzini <pbonzini@redhat.com>
M: Richard Henderson <rth@twiddle.net> M: Richard Henderson <rth@twiddle.net>
M: Eduardo Habkost <ehabkost@redhat.com> M: Eduardo Habkost <ehabkost@redhat.com>
@ -321,7 +321,7 @@ F: disas/i386.c
F: docs/qemu-cpu-models.texi F: docs/qemu-cpu-models.texi
T: git https://github.com/ehabkost/qemu.git x86-next T: git https://github.com/ehabkost/qemu.git x86-next
Xtensa Xtensa TCG CPUs
M: Max Filippov <jcmvbkbc@gmail.com> M: Max Filippov <jcmvbkbc@gmail.com>
W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
S: Maintained S: Maintained
@ -332,7 +332,7 @@ F: disas/xtensa.c
F: include/hw/xtensa/xtensa-isa.h F: include/hw/xtensa/xtensa-isa.h
F: default-configs/xtensa*.mak F: default-configs/xtensa*.mak
TriCore TriCore TCG CPUs
M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
S: Maintained S: Maintained
F: target/tricore/ F: target/tricore/
@ -344,10 +344,9 @@ M: Alex Bennée <alex.bennee@linaro.org>
S: Maintained S: Maintained
F: tests/tcg/multiarch/ F: tests/tcg/multiarch/
Guest CPU Cores (KVM): Guest CPU Cores (KVM)
---------------------- ---------------------
Overall KVM CPUs
Overall
M: Paolo Bonzini <pbonzini@redhat.com> M: Paolo Bonzini <pbonzini@redhat.com>
L: kvm@vger.kernel.org L: kvm@vger.kernel.org
S: Supported S: Supported
@ -358,24 +357,24 @@ F: include/hw/kvm/
F: include/sysemu/kvm*.h F: include/sysemu/kvm*.h
F: scripts/kvm/kvm_flightrecorder F: scripts/kvm/kvm_flightrecorder
ARM ARM KVM CPUs
M: Peter Maydell <peter.maydell@linaro.org> M: Peter Maydell <peter.maydell@linaro.org>
L: qemu-arm@nongnu.org L: qemu-arm@nongnu.org
S: Maintained S: Maintained
F: target/arm/kvm.c F: target/arm/kvm.c
MIPS MIPS KVM CPUs
M: James Hogan <jhogan@kernel.org> M: James Hogan <jhogan@kernel.org>
R: Aleksandar Rikalo <arikalo@wavecomp.com> R: Aleksandar Rikalo <arikalo@wavecomp.com>
S: Maintained S: Maintained
F: target/mips/kvm.c F: target/mips/kvm.c
PPC PPC KVM CPUs
M: David Gibson <david@gibson.dropbear.id.au> M: David Gibson <david@gibson.dropbear.id.au>
S: Maintained S: Maintained
F: target/ppc/kvm.c F: target/ppc/kvm.c
S390 S390 KVM CPUs
M: Halil Pasic <pasic@linux.ibm.com> M: Halil Pasic <pasic@linux.ibm.com>
M: Cornelia Huck <cohuck@redhat.com> M: Cornelia Huck <cohuck@redhat.com>
M: Christian Borntraeger <borntraeger@de.ibm.com> M: Christian Borntraeger <borntraeger@de.ibm.com>
@ -394,7 +393,7 @@ T: git https://github.com/cohuck/qemu.git s390-next
T: git https://github.com/borntraeger/qemu.git s390-next T: git https://github.com/borntraeger/qemu.git s390-next
L: qemu-s390x@nongnu.org L: qemu-s390x@nongnu.org
X86 X86 KVM CPUs
M: Paolo Bonzini <pbonzini@redhat.com> M: Paolo Bonzini <pbonzini@redhat.com>
M: Marcelo Tosatti <mtosatti@redhat.com> M: Marcelo Tosatti <mtosatti@redhat.com>
L: kvm@vger.kernel.org L: kvm@vger.kernel.org
@ -402,10 +401,9 @@ S: Supported
F: target/i386/kvm.c F: target/i386/kvm.c
F: scripts/kvm/vmxcap F: scripts/kvm/vmxcap
Guest CPU Cores (Xen): Guest CPU Cores (Xen)
---------------------- ---------------------
X86 Xen CPUs
X86
M: Stefano Stabellini <sstabellini@kernel.org> M: Stefano Stabellini <sstabellini@kernel.org>
M: Anthony Perard <anthony.perard@citrix.com> M: Anthony Perard <anthony.perard@citrix.com>
M: Paul Durrant <paul.durrant@citrix.com> M: Paul Durrant <paul.durrant@citrix.com>
@ -425,9 +423,8 @@ F: include/hw/block/dataplane/xen*
F: include/hw/xen/ F: include/hw/xen/
F: include/sysemu/xen-mapcache.h F: include/sysemu/xen-mapcache.h
Hosts: Hosts
------ -----
LINUX LINUX
M: Michael S. Tsirkin <mst@redhat.com> M: Michael S. Tsirkin <mst@redhat.com>
M: Cornelia Huck <cohuck@redhat.com> M: Cornelia Huck <cohuck@redhat.com>
@ -445,19 +442,16 @@ F: util/*posix*.c
F: include/qemu/*posix*.h F: include/qemu/*posix*.h
NETBSD NETBSD
L: qemu-devel@nongnu.org
M: Kamil Rytarowski <kamil@netbsd.org> M: Kamil Rytarowski <kamil@netbsd.org>
S: Maintained S: Maintained
K: ^Subject:.*(?i)NetBSD K: ^Subject:.*(?i)NetBSD
OPENBSD OPENBSD
L: qemu-devel@nongnu.org
M: Brad Smith <brad@comstyle.com> M: Brad Smith <brad@comstyle.com>
S: Maintained S: Maintained
K: ^Subject:.*(?i)OpenBSD K: ^Subject:.*(?i)OpenBSD
W32, W64 W32, W64
L: qemu-devel@nongnu.org
M: Stefan Weil <sw@weilnetz.de> M: Stefan Weil <sw@weilnetz.de>
S: Maintained S: Maintained
F: *win32* F: *win32*
@ -467,6 +461,7 @@ X: qga/*win32*
F: qemu.nsi F: qemu.nsi
Alpha Machines Alpha Machines
--------------
M: Richard Henderson <rth@twiddle.net> M: Richard Henderson <rth@twiddle.net>
S: Maintained S: Maintained
F: hw/alpha/ F: hw/alpha/
@ -566,7 +561,6 @@ F: include/hw/*/digic*
Gumstix Gumstix
M: Peter Maydell <peter.maydell@linaro.org> M: Peter Maydell <peter.maydell@linaro.org>
R: Philippe Mathieu-Daudé <f4bug@amsat.org> R: Philippe Mathieu-Daudé <f4bug@amsat.org>
L: qemu-devel@nongnu.org
L: qemu-arm@nongnu.org L: qemu-arm@nongnu.org
S: Odd Fixes S: Odd Fixes
F: hw/arm/gumstix.c F: hw/arm/gumstix.c
@ -1045,7 +1039,6 @@ F: pc-bios/qemu_vga.ndrv
PReP PReP
M: Hervé Poussineau <hpoussin@reactos.org> M: Hervé Poussineau <hpoussin@reactos.org>
L: qemu-devel@nongnu.org
L: qemu-ppc@nongnu.org L: qemu-ppc@nongnu.org
S: Maintained S: Maintained
F: hw/ppc/prep.c F: hw/ppc/prep.c
@ -1203,7 +1196,7 @@ F: hw/s390x/s390-pci*
L: qemu-s390x@nongnu.org L: qemu-s390x@nongnu.org
UniCore32 Machines UniCore32 Machines
------------- ------------------
PKUnity-3 SoC initramfs-with-busybox PKUnity-3 SoC initramfs-with-busybox
M: Guan Xuetao <gxt@mprc.pku.edu.cn> M: Guan Xuetao <gxt@mprc.pku.edu.cn>
S: Maintained S: Maintained
@ -1841,7 +1834,6 @@ S: Supported
F: scripts/coverity-model.c F: scripts/coverity-model.c
CPU CPU
L: qemu-devel@nongnu.org
S: Supported S: Supported
F: qom/cpu.c F: qom/cpu.c
F: include/qom/cpu.h F: include/qom/cpu.h
@ -2273,7 +2265,7 @@ F: tests/uefi-test-tools/
Usermode Emulation Usermode Emulation
------------------ ------------------
Overall Overall usermode emulation
M: Riku Voipio <riku.voipio@iki.fi> M: Riku Voipio <riku.voipio@iki.fi>
S: Maintained S: Maintained
F: thunk.c F: thunk.c
@ -2294,12 +2286,12 @@ F: scripts/qemu-binfmt-conf.sh
Tiny Code Generator (TCG) Tiny Code Generator (TCG)
------------------------- -------------------------
Common code Common TCG code
M: Richard Henderson <rth@twiddle.net> M: Richard Henderson <rth@twiddle.net>
S: Maintained S: Maintained
F: tcg/ F: tcg/
AArch64 target AArch64 TCG target
M: Claudio Fontana <claudio.fontana@huawei.com> M: Claudio Fontana <claudio.fontana@huawei.com>
M: Claudio Fontana <claudio.fontana@gmail.com> M: Claudio Fontana <claudio.fontana@gmail.com>
S: Maintained S: Maintained
@ -2308,33 +2300,33 @@ F: tcg/aarch64/
F: disas/arm-a64.cc F: disas/arm-a64.cc
F: disas/libvixl/ F: disas/libvixl/
ARM target ARM TCG target
M: Andrzej Zaborowski <balrogg@gmail.com> M: Andrzej Zaborowski <balrogg@gmail.com>
S: Maintained S: Maintained
L: qemu-arm@nongnu.org L: qemu-arm@nongnu.org
F: tcg/arm/ F: tcg/arm/
F: disas/arm.c F: disas/arm.c
i386 target i386 TCG target
M: Richard Henderson <rth@twiddle.net> M: Richard Henderson <rth@twiddle.net>
S: Maintained S: Maintained
F: tcg/i386/ F: tcg/i386/
F: disas/i386.c F: disas/i386.c
MIPS target MIPS TCG target
M: Aurelien Jarno <aurelien@aurel32.net> M: Aurelien Jarno <aurelien@aurel32.net>
R: Aleksandar Rikalo <arikalo@wavecomp.com> R: Aleksandar Rikalo <arikalo@wavecomp.com>
S: Maintained S: Maintained
F: tcg/mips/ F: tcg/mips/
F: disas/mips.c F: disas/mips.c
PPC PPC TCG target
M: Richard Henderson <rth@twiddle.net> M: Richard Henderson <rth@twiddle.net>
S: Odd Fixes S: Odd Fixes
F: tcg/ppc/ F: tcg/ppc/
F: disas/ppc.c F: disas/ppc.c
RISC-V RISC-V TCG target
M: Palmer Dabbelt <palmer@sifive.com> M: Palmer Dabbelt <palmer@sifive.com>
M: Alistair Francis <Alistair.Francis@wdc.com> M: Alistair Francis <Alistair.Francis@wdc.com>
L: qemu-riscv@nongnu.org L: qemu-riscv@nongnu.org
@ -2342,19 +2334,19 @@ S: Maintained
F: tcg/riscv/ F: tcg/riscv/
F: disas/riscv.c F: disas/riscv.c
S390 target S390 TCG target
M: Richard Henderson <rth@twiddle.net> M: Richard Henderson <rth@twiddle.net>
S: Maintained S: Maintained
F: tcg/s390/ F: tcg/s390/
F: disas/s390.c F: disas/s390.c
L: qemu-s390x@nongnu.org L: qemu-s390x@nongnu.org
SPARC target SPARC TCG target
S: Odd Fixes S: Odd Fixes
F: tcg/sparc/ F: tcg/sparc/
F: disas/sparc.c F: disas/sparc.c
TCI target TCI TCG target
M: Stefan Weil <sw@weilnetz.de> M: Stefan Weil <sw@weilnetz.de>
S: Maintained S: Maintained
F: tcg/tci/ F: tcg/tci/
@ -2576,7 +2568,6 @@ F: qapi/rdma.json
Semihosting Semihosting
M: Alex Bennée <alex.bennee@linaro.org> M: Alex Bennée <alex.bennee@linaro.org>
L: qemu-devel@nongnu.org
S: Maintained S: Maintained
F: hw/semihosting/ F: hw/semihosting/
F: include/hw/semihosting/ F: include/hw/semihosting/
@ -2587,7 +2578,6 @@ Build and test automation
M: Alex Bennée <alex.bennee@linaro.org> M: Alex Bennée <alex.bennee@linaro.org>
M: Fam Zheng <fam@euphon.net> M: Fam Zheng <fam@euphon.net>
R: Philippe Mathieu-Daudé <philmd@redhat.com> R: Philippe Mathieu-Daudé <philmd@redhat.com>
L: qemu-devel@nongnu.org
S: Maintained S: Maintained
F: .travis.yml F: .travis.yml
F: scripts/travis/ F: scripts/travis/
@ -2602,7 +2592,6 @@ W: http://patchew.org/QEMU/
FreeBSD Hosted Continuous Integration FreeBSD Hosted Continuous Integration
M: Ed Maste <emaste@freebsd.org> M: Ed Maste <emaste@freebsd.org>
M: Li-Wen Hsu <lwhsu@freebsd.org> M: Li-Wen Hsu <lwhsu@freebsd.org>
L: qemu-devel@nongnu.org
S: Maintained S: Maintained
F: .cirrus.yml F: .cirrus.yml
W: https://cirrus-ci.com/github/qemu/qemu W: https://cirrus-ci.com/github/qemu/qemu
@ -2618,7 +2607,6 @@ R: Philippe Mathieu-Daudé <f4bug@amsat.org>
S: Maintained S: Maintained
F: tests/tcg/Makefile F: tests/tcg/Makefile
F: tests/tcg/Makefile.include F: tests/tcg/Makefile.include
L: qemu-devel@nongnu.org
Documentation Documentation
------------- -------------

View file

@ -18,7 +18,6 @@
#include <linux/kvm.h> #include <linux/kvm.h>
#include "qemu-common.h"
#include "qemu/atomic.h" #include "qemu/atomic.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qemu/config-file.h" #include "qemu/config-file.h"

View file

@ -14,7 +14,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "cpu.h" #include "cpu.h"
#include "sysemu/hax.h" #include "sysemu/hax.h"

View file

@ -12,7 +12,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "cpu.h" #include "cpu.h"
#include "sysemu/hvf.h" #include "sysemu/hvf.h"

View file

@ -11,7 +11,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "cpu.h" #include "cpu.h"
#include "sysemu/kvm.h" #include "sysemu/kvm.h"

View file

@ -9,7 +9,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "cpu.h" #include "cpu.h"
#include "sysemu/whpx.h" #include "sysemu/whpx.h"

View file

@ -20,6 +20,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "cpu.h" #include "cpu.h"
#include "sysemu/cpus.h" #include "sysemu/cpus.h"
#include "sysemu/tcg.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
bool tcg_allowed; bool tcg_allowed;

View file

@ -16,7 +16,9 @@
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>. * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "cpu.h" #include "cpu.h"
#include "trace.h" #include "trace.h"
#include "disas/disas.h" #include "disas/disas.h"

View file

@ -26,8 +26,8 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "sysemu/accel.h" #include "sysemu/accel.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "sysemu/tcg.h"
#include "qom/object.h" #include "qom/object.h"
#include "qemu-common.h"
#include "cpu.h" #include "cpu.h"
#include "sysemu/cpus.h" #include "sysemu/cpus.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"

View file

@ -16,9 +16,10 @@
* You should have received a copy of the GNU Lesser General Public * You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>. * License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h"
#include "qemu/osdep.h"
#include "qemu-common.h" #include "qemu-common.h"
#define NO_CPU_IO_DEFS #define NO_CPU_IO_DEFS
#include "cpu.h" #include "cpu.h"
#include "trace.h" #include "trace.h"
@ -55,6 +56,7 @@
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#include "exec/log.h" #include "exec/log.h"
#include "sysemu/cpus.h" #include "sysemu/cpus.h"
#include "sysemu/tcg.h"
/* #define DEBUG_TB_INVALIDATE */ /* #define DEBUG_TB_INVALIDATE */
/* #define DEBUG_TB_FLUSH */ /* #define DEBUG_TB_FLUSH */

View file

@ -8,7 +8,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "cpu.h" #include "cpu.h"
#include "tcg/tcg.h" #include "tcg/tcg.h"

View file

@ -1,5 +1,4 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qom/cpu.h" #include "qom/cpu.h"
#include "sysemu/replay.h" #include "sysemu/replay.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"

View file

@ -22,7 +22,6 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "cpu.h" #include "cpu.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "sysemu/arch_init.h" #include "sysemu/arch_init.h"

View file

@ -21,10 +21,11 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include <alsa/asoundlib.h> #include <alsa/asoundlib.h>
#include "qemu-common.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#include "qemu/module.h"
#include "audio.h" #include "audio.h"
#include "trace.h" #include "trace.h"

View file

@ -21,6 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "audio.h" #include "audio.h"
@ -31,6 +32,7 @@
#include "qapi/qapi-visit-audio.h" #include "qapi/qapi-visit-audio.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"
#include "qemu/module.h"
#include "sysemu/replay.h" #include "sysemu/replay.h"
#include "trace.h" #include "trace.h"

View file

@ -24,7 +24,6 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "audio.h" #include "audio.h"
#include "audio_int.h" #include "audio_int.h"
#include "qemu-common.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qapi/error.h" #include "qapi/error.h"

View file

@ -1,5 +1,4 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "audio.h" #include "audio.h"
#define AUDIO_CAP "audio-pt" #define AUDIO_CAP "audio-pt"

View file

@ -26,7 +26,7 @@
#include <CoreAudio/CoreAudio.h> #include <CoreAudio/CoreAudio.h>
#include <pthread.h> /* pthread_X */ #include <pthread.h> /* pthread_X */
#include "qemu-common.h" #include "qemu/module.h"
#include "audio.h" #include "audio.h"
#define AUDIO_CAP "coreaudio" #define AUDIO_CAP "coreaudio"

View file

@ -27,12 +27,12 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "audio.h" #include "audio.h"
#define AUDIO_CAP "dsound" #define AUDIO_CAP "dsound"
#include "audio_int.h" #include "audio_int.h"
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "qemu/module.h"
#include <windows.h> #include <windows.h>
#include <mmsystem.h> #include <mmsystem.h>

View file

@ -23,7 +23,6 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/bswap.h" #include "qemu/bswap.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "audio.h" #include "audio.h"

View file

@ -21,9 +21,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "qemu/module.h"
#include "audio.h" #include "audio.h"
#include "qemu/timer.h" #include "qemu/timer.h"

View file

@ -21,11 +21,12 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <sys/soundcard.h> #include <sys/soundcard.h>
#include "qemu-common.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#include "qemu/module.h"
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "audio.h" #include "audio.h"
#include "trace.h" #include "trace.h"

View file

@ -1,6 +1,7 @@
/* public domain */ /* public domain */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h" #include "qemu/module.h"
#include "audio.h" #include "audio.h"
#include "qapi/opts-visitor.h" #include "qapi/opts-visitor.h"

View file

@ -21,10 +21,11 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include <SDL.h> #include <SDL.h>
#include <SDL_thread.h> #include <SDL_thread.h>
#include "qemu-common.h" #include "qemu/module.h"
#include "audio.h" #include "audio.h"
#ifndef _WIN32 #ifndef _WIN32

View file

@ -20,6 +20,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "hw/hw.h" #include "hw/hw.h"
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "qemu/module.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "ui/qemu-spice.h" #include "ui/qemu-spice.h"

View file

@ -21,8 +21,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu/host-utils.h" #include "qemu/host-utils.h"
#include "qemu/module.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qapi/opts-visitor.h" #include "qapi/opts-visitor.h"
#include "audio.h" #include "audio.h"

View file

@ -20,6 +20,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "authz/base.h" #include "authz/base.h"
#include "qemu/module.h"
#include "trace.h" #include "trace.h"
bool qauthz_is_allowed(QAuthZ *authz, bool qauthz_is_allowed(QAuthZ *authz,

View file

@ -23,6 +23,7 @@
#include "trace.h" #include "trace.h"
#include "qom/object_interfaces.h" #include "qom/object_interfaces.h"
#include "qapi/qapi-visit-authz.h" #include "qapi/qapi-visit-authz.h"
#include "qemu/module.h"
static bool qauthz_list_is_allowed(QAuthZ *authz, static bool qauthz_list_is_allowed(QAuthZ *authz,
const char *identity, const char *identity,

View file

@ -23,6 +23,7 @@
#include "trace.h" #include "trace.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#include "qemu/module.h"
#include "qemu/sockets.h" #include "qemu/sockets.h"
#include "qemu/filemonitor.h" #include "qemu/filemonitor.h"
#include "qom/object_interfaces.h" #include "qom/object_interfaces.h"

View file

@ -21,6 +21,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "authz/pamacct.h" #include "authz/pamacct.h"
#include "trace.h" #include "trace.h"
#include "qemu/module.h"
#include "qom/object_interfaces.h" #include "qom/object_interfaces.h"
#include <security/pam_appl.h> #include <security/pam_appl.h>

View file

@ -21,6 +21,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "authz/simple.h" #include "authz/simple.h"
#include "trace.h" #include "trace.h"
#include "qemu/module.h"
#include "qom/object_interfaces.h" #include "qom/object_interfaces.h"
static bool qauthz_simple_is_allowed(QAuthZ *authz, static bool qauthz_simple_is_allowed(QAuthZ *authz,

View file

@ -9,10 +9,11 @@
* This work is licensed under the terms of the GNU GPL, version 2 or later. * This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu-common.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/module.h"
#include "sysemu/hostmem.h" #include "sysemu/hostmem.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "qom/object_interfaces.h" #include "qom/object_interfaces.h"

View file

@ -9,12 +9,13 @@
* This work is licensed under the terms of the GNU GPL, version 2 or later. * This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "sysemu/hostmem.h" #include "sysemu/hostmem.h"
#include "sysemu/sysemu.h" #include "sysemu/sysemu.h"
#include "qom/object_interfaces.h" #include "qom/object_interfaces.h"
#include "qemu/memfd.h" #include "qemu/memfd.h"
#include "qemu/module.h"
#include "qapi/error.h" #include "qapi/error.h"
#define TYPE_MEMORY_BACKEND_MEMFD "memory-backend-memfd" #define TYPE_MEMORY_BACKEND_MEMFD "memory-backend-memfd"

View file

@ -9,9 +9,11 @@
* This work is licensed under the terms of the GNU GPL, version 2 or later. * This work is licensed under the terms of the GNU GPL, version 2 or later.
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "sysemu/hostmem.h" #include "sysemu/hostmem.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/module.h"
#include "qom/object_interfaces.h" #include "qom/object_interfaces.h"
#define TYPE_MEMORY_BACKEND_RAM "memory-backend-ram" #define TYPE_MEMORY_BACKEND_RAM "memory-backend-ram"

View file

@ -15,6 +15,7 @@
#include "chardev/char-fe.h" #include "chardev/char-fe.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "qemu/module.h"
#define TYPE_RNG_EGD "rng-egd" #define TYPE_RNG_EGD "rng-egd"
#define RNG_EGD(obj) OBJECT_CHECK(RngEgd, (obj), TYPE_RNG_EGD) #define RNG_EGD(obj) OBJECT_CHECK(RngEgd, (obj), TYPE_RNG_EGD)

View file

@ -16,6 +16,7 @@
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#include "qemu/module.h"
struct RngRandom struct RngRandom
{ {

View file

@ -14,6 +14,7 @@
#include "sysemu/rng.h" #include "sysemu/rng.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "qemu/module.h"
#include "qom/object_interfaces.h" #include "qom/object_interfaces.h"
void rng_backend_request_entropy(RngBackend *s, size_t size, void rng_backend_request_entropy(RngBackend *s, size_t size,

View file

@ -18,6 +18,7 @@
#include "sysemu/tpm.h" #include "sysemu/tpm.h"
#include "qemu/thread.h" #include "qemu/thread.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"
#include "qemu/module.h"
#include "block/thread-pool.h" #include "block/thread-pool.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"

View file

@ -25,7 +25,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/atomic.h" #include "qemu/atomic.h"
#include "exec/cpu-common.h" #include "exec/cpu-common.h"
#include "sysemu/kvm.h" #include "sysemu/kvm.h"

View file

@ -16,6 +16,7 @@
#include "qapi/qmp/qdict.h" #include "qapi/qmp/qdict.h"
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
/* Disk format stuff - taken from Linux drivers/md/dm-log-writes.c */ /* Disk format stuff - taken from Linux drivers/md/dm-log-writes.c */

View file

@ -10,7 +10,7 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h" #include "qemu/module.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "sysemu/replay.h" #include "sysemu/replay.h"
#include "qapi/error.h" #include "qapi/error.h"

View file

@ -14,6 +14,7 @@
#include "qapi/qmp/qdict.h" #include "qapi/qmp/qdict.h"
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
typedef struct { typedef struct {

View file

@ -24,7 +24,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu-common.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "qemu/module.h" #include "qemu/module.h"
#include "qemu/bswap.h" #include "qemu/bswap.h"

View file

@ -24,7 +24,6 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu-common.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "qemu/module.h" #include "qemu/module.h"
#include "qemu/bswap.h" #include "qemu/bswap.h"

View file

@ -22,6 +22,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "qemu/module.h"
static int cor_open(BlockDriverState *bs, QDict *options, int flags, static int cor_open(BlockDriverState *bs, QDict *options, int flags,

View file

@ -28,6 +28,7 @@
#include "qapi/qapi-visit-crypto.h" #include "qapi/qapi-visit-crypto.h"
#include "qapi/qobject-input-visitor.h" #include "qapi/qobject-input-visitor.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "crypto.h" #include "crypto.h"

View file

@ -25,6 +25,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "qapi/qmp/qdict.h" #include "qapi/qmp/qdict.h"

View file

@ -23,7 +23,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu-common.h"
#include "trace.h" #include "trace.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "block/blockjob.h" #include "block/blockjob.h"

View file

@ -23,7 +23,6 @@
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "dmg.h" #include "dmg.h"
#include <bzlib.h> #include <bzlib.h>

View file

@ -23,7 +23,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu-common.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "qemu/bswap.h" #include "qemu/bswap.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"

View file

@ -26,7 +26,6 @@
#ifndef BLOCK_DMG_H #ifndef BLOCK_DMG_H
#define BLOCK_DMG_H #define BLOCK_DMG_H
#include "qemu-common.h"
#include "block/block_int.h" #include "block/block_int.h"
#include <zlib.h> #include <zlib.h>

View file

@ -23,6 +23,7 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"

View file

@ -18,6 +18,7 @@
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "qemu/uri.h" #include "qemu/uri.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"

View file

@ -23,8 +23,8 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/config-file.h" #include "qemu/config-file.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
static QemuOptsList qemu_iscsi_opts = { static QemuOptsList qemu_iscsi_opts = {

View file

@ -28,6 +28,7 @@
#include <poll.h> #include <poll.h>
#include <math.h> #include <math.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include "qemu-common.h"
#include "qemu/config-file.h" #include "qemu/config-file.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/bitops.h" #include "qemu/bitops.h"
@ -36,6 +37,7 @@
#include "block/qdict.h" #include "block/qdict.h"
#include "scsi/constants.h" #include "scsi/constants.h"
#include "qemu/iov.h" #include "qemu/iov.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qemu/uuid.h" #include "qemu/uuid.h"
#include "qapi/error.h" #include "qapi/error.h"

View file

@ -8,7 +8,6 @@
* See the COPYING file in the top-level directory. * See the COPYING file in the top-level directory.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "block/aio.h" #include "block/aio.h"
#include "qemu/queue.h" #include "qemu/queue.h"
#include "block/block.h" #include "block/block.h"

View file

@ -1,7 +1,6 @@
#ifndef NBD_CLIENT_H #ifndef NBD_CLIENT_H
#define NBD_CLIENT_H #define NBD_CLIENT_H
#include "qemu-common.h"
#include "block/nbd.h" #include "block/nbd.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "io/channel-socket.h" #include "io/channel-socket.h"

View file

@ -32,6 +32,7 @@
#include "block/qdict.h" #include "block/qdict.h"
#include "trace.h" #include "trace.h"
#include "qemu/iov.h" #include "qemu/iov.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qemu/uri.h" #include "qemu/uri.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"

View file

@ -14,6 +14,7 @@
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qmp/qdict.h" #include "qapi/qmp/qdict.h"
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "block/block_int.h" #include "block/block_int.h"

View file

@ -17,6 +17,7 @@
#include "qapi/qmp/qdict.h" #include "qapi/qmp/qdict.h"
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/module.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qemu/vfio-helpers.h" #include "qemu/vfio-helpers.h"

View file

@ -23,6 +23,7 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "block/qapi.h" #include "block/qapi.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "block/throttle-groups.h" #include "block/throttle-groups.h"

View file

@ -23,7 +23,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qcow2.h" #include "qcow2.h"
#include "trace.h" #include "trace.h"

View file

@ -26,7 +26,6 @@
#include <zlib.h> #include <zlib.h>
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu-common.h"
#include "qcow2.h" #include "qcow2.h"
#include "qemu/bswap.h" #include "qemu/bswap.h"
#include "trace.h" #include "trace.h"

View file

@ -24,7 +24,6 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu-common.h"
#include "qcow2.h" #include "qcow2.h"
#include "qemu/range.h" #include "qemu/range.h"
#include "qemu/bswap.h" #include "qemu/bswap.h"

View file

@ -17,6 +17,7 @@
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "qemu/bswap.h" #include "qemu/bswap.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "trace.h" #include "trace.h"
#include "qed.h" #include "qed.h"

View file

@ -15,6 +15,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "block/qdict.h" #include "block/qdict.h"

View file

@ -29,6 +29,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
typedef struct BDRVRawState { typedef struct BDRVRawState {

View file

@ -16,6 +16,7 @@
#include <rbd/librbd.h> #include <rbd/librbd.h>
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "block/qdict.h" #include "block/qdict.h"

View file

@ -13,6 +13,7 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "block/nbd.h" #include "block/nbd.h"
#include "block/blockjob.h" #include "block/blockjob.h"

View file

@ -13,6 +13,7 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qapi-visit-sockets.h" #include "qapi/qapi-visit-sockets.h"
#include "qapi/qapi-visit-block-core.h" #include "qapi/qapi-visit-block-core.h"
@ -21,6 +22,7 @@
#include "qapi/qobject-output-visitor.h" #include "qapi/qobject-output-visitor.h"
#include "qemu/uri.h" #include "qemu/uri.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qemu/sockets.h" #include "qemu/sockets.h"
#include "block/block_int.h" #include "block/block_int.h"

View file

@ -31,7 +31,9 @@
#include "block/qdict.h" #include "block/qdict.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qemu/ctype.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"
#include "qemu/sockets.h" #include "qemu/sockets.h"
#include "qemu/uri.h" #include "qemu/uri.h"

View file

@ -19,6 +19,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "block/throttle-groups.h" #include "block/throttle-groups.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qemu/throttle-options.h" #include "qemu/throttle-options.h"
#include "qapi/error.h" #include "qapi/error.h"

View file

@ -16,7 +16,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "qemu/bswap.h" #include "qemu/bswap.h"
#include "vhdx.h" #include "vhdx.h"

View file

@ -17,12 +17,11 @@
* See the COPYING.LIB file in the top-level directory. * See the COPYING.LIB file in the top-level directory.
* *
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu-common.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/module.h"
#include "qemu/bswap.h" #include "qemu/bswap.h"
#include "vhdx.h" #include "vhdx.h"

View file

@ -34,6 +34,7 @@
#include "migration/blocker.h" #include "migration/blocker.h"
#include "qapi/qmp/qdict.h" #include "qapi/qmp/qdict.h"
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "qemu/ctype.h"
#include "qemu/cutils.h" #include "qemu/cutils.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"

View file

@ -17,6 +17,7 @@
#include "qapi/qmp/qdict.h" #include "qapi/qmp/qdict.h"
#include "qapi/qmp/qstring.h" #include "qapi/qmp/qstring.h"
#include "trace.h" #include "trace.h"
#include "qemu/module.h"
#include "qemu/uri.h" #include "qemu/uri.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/uuid.h" #include "qemu/uuid.h"

View file

@ -21,11 +21,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "block/block_int.h" #include "block/block_int.h"
#include "qemu/module.h"
#include "block/aio.h" #include "block/aio.h"
#include "block/raw-aio.h" #include "block/raw-aio.h"
#include "qemu/event_notifier.h" #include "qemu/event_notifier.h"

View file

@ -24,7 +24,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "block/block.h" #include "block/block.h"
#include "block/blockjob_int.h" #include "block/blockjob_int.h"
#include "block/block_int.h" #include "block/block_int.h"

View file

@ -16,8 +16,11 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>. * along with this program; if not, see <http://www.gnu.org/licenses/>.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/units.h" #include "qemu/units.h"
#include "sysemu/tcg.h"
#include "qemu-version.h" #include "qemu-version.h"
#include <machine/trap.h> #include <machine/trap.h>
@ -27,6 +30,7 @@
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/path.h" #include "qemu/path.h"
#include "qemu/help_option.h" #include "qemu/help_option.h"
#include "qemu/module.h"
#include "cpu.h" #include "cpu.h"
#include "exec/exec-all.h" #include "exec/exec-all.h"
#include "tcg.h" #include "tcg.h"

View file

@ -18,7 +18,6 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "sysemu/bt.h" #include "sysemu/bt.h"
#include "hw/bt.h" #include "hw/bt.h"
#include "qemu/main-loop.h" #include "qemu/main-loop.h"

View file

@ -21,10 +21,11 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu-common.h"
#include "chardev/char.h" #include "chardev/char.h"
#include "qemu/module.h"
#include "qemu/timer.h" #include "qemu/timer.h"
#include "hw/usb.h" #include "hw/usb.h"
#include "ui/console.h" #include "ui/console.h"

View file

@ -21,8 +21,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "chardev/char-win.h" #include "chardev/char-win.h"
#include "qemu/module.h"
static void qemu_chr_open_win_con(Chardev *chr, static void qemu_chr_open_win_con(Chardev *chr,
ChardevBackend *backend, ChardevBackend *backend,

View file

@ -21,10 +21,12 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qemu/module.h"
#include "qemu/sockets.h" #include "qemu/sockets.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu-common.h"
#include "chardev/char.h" #include "chardev/char.h"
#include "io/channel-file.h" #include "io/channel-file.h"

View file

@ -24,6 +24,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "chardev/char.h" #include "chardev/char.h"

View file

@ -24,6 +24,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "chardev/char.h" #include "chardev/char.h"
#include "sysemu/block-backend.h" #include "sysemu/block-backend.h"

View file

@ -21,8 +21,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "chardev/char.h" #include "chardev/char.h"
#include "qemu/module.h"
static void null_chr_open(Chardev *chr, static void null_chr_open(Chardev *chr,
ChardevBackend *backend, ChardevBackend *backend,

View file

@ -25,6 +25,7 @@
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "chardev/char.h" #include "chardev/char.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include <sys/ioctl.h> #include <sys/ioctl.h>

View file

@ -23,7 +23,9 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "chardev/char.h" #include "chardev/char.h"

View file

@ -21,13 +21,15 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h"
#include "qemu-common.h" #include "qemu-common.h"
#include "qapi/error.h"
#include "chardev/char.h" #include "chardev/char.h"
#include "io/channel-file.h" #include "io/channel-file.h"
#include "qemu/sockets.h" #include "qemu/sockets.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/module.h"
#include "qemu/qemu-print.h" #include "qemu/qemu-print.h"
#include "chardev/char-io.h" #include "chardev/char-io.h"

View file

@ -27,6 +27,7 @@
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/qapi-commands-char.h" #include "qapi/qapi-commands-char.h"
#include "qemu/base64.h" #include "qemu/base64.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
/* Ring buffer chardev */ /* Ring buffer chardev */

View file

@ -23,6 +23,7 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qemu/sockets.h" #include "qemu/sockets.h"
#include "io/channel-file.h" #include "io/channel-file.h"

View file

@ -29,6 +29,7 @@
#include "io/channel-websock.h" #include "io/channel-websock.h"
#include "io/net-listener.h" #include "io/net-listener.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qapi/clone-visitor.h" #include "qapi/clone-visitor.h"

View file

@ -23,6 +23,7 @@
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "qemu/sockets.h" #include "qemu/sockets.h"
#include "qapi/error.h" #include "qapi/error.h"

View file

@ -26,6 +26,7 @@
#include "chardev/char.h" #include "chardev/char.h"
#include "io/channel-socket.h" #include "io/channel-socket.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "chardev/char-io.h" #include "chardev/char-io.h"

View file

@ -21,8 +21,10 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/module.h"
#include "chardev/char-win.h" #include "chardev/char-win.h"
#include "chardev/char-win-stdio.h" #include "chardev/char-win-stdio.h"

View file

@ -21,8 +21,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h" #include "qemu/module.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "chardev/char-win.h" #include "chardev/char-win.h"

View file

@ -35,6 +35,7 @@
#include "qapi/qmp/qerror.h" #include "qapi/qmp/qerror.h"
#include "sysemu/replay.h" #include "sysemu/replay.h"
#include "qemu/help_option.h" #include "qemu/help_option.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include "chardev/char-mux.h" #include "chardev/char-mux.h"

View file

@ -21,8 +21,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h" #include "qemu/module.h"
#include "chardev/char.h" #include "chardev/char.h"
#include "ui/console.h" #include "ui/console.h"
#include "ui/input.h" #include "ui/input.h"

View file

@ -5,6 +5,7 @@
#include "chardev/spice.h" #include "chardev/spice.h"
#include "qapi/error.h" #include "qapi/error.h"
#include "qemu/error-report.h" #include "qemu/error-report.h"
#include "qemu/module.h"
#include "qemu/option.h" #include "qemu/option.h"
#include <spice/protocol.h> #include <spice/protocol.h>

View file

@ -23,8 +23,9 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE. * THE SOFTWARE.
*/ */
#include "qemu/osdep.h" #include "qemu/osdep.h"
#include "qemu-common.h" #include "qemu/module.h"
#include "chardev/char.h" #include "chardev/char.h"
#define BUF_SIZE 32 #define BUF_SIZE 32

Some files were not shown because too many files have changed in this diff Show more