scripts/modules/module_block: Use Python 3 interpreter & add pseudo-mainSigned-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>Reviewed-by: John Snow <jsnow@redhat.com>Reviewed-by: Kevin Wolf <
scripts/modules/module_block: Use Python 3 interpreter & add pseudo-mainSigned-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>Reviewed-by: John Snow <jsnow@redhat.com>Reviewed-by: Kevin Wolf <kwolf@redhat.com>Message-Id: <20200512103238.7078-6-philmd@redhat.com>
show more ...
drop "from __future__ import print_function"This is only needed for Python 2, which we do not support anymore.Cc: Philippe Mathieu-Daudé <philmd@redhat.com>Signed-off-by: Paolo Bonzini <pbonzini
drop "from __future__ import print_function"This is only needed for Python 2, which we do not support anymore.Cc: Philippe Mathieu-Daudé <philmd@redhat.com>Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>Acked-by: Alex Bennée <alex.bennee@linaro.org>Acked-by: Markus Armbruster <armbru@redhat.com>Message-Id: <20200204160604.19883-1-pbonzini@redhat.com>Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Include qemu-common.h exactly where neededNo header includes qemu-common.h after this commit, as prescribed byqemu-common.h's file comment.Signed-off-by: Markus Armbruster <armbru@redhat.com>Me
Include qemu-common.h exactly where neededNo header includes qemu-common.h after this commit, as prescribed byqemu-common.h's file comment.Signed-off-by: Markus Armbruster <armbru@redhat.com>Message-Id: <20190523143508.25387-5-armbru@redhat.com>[Rebased with conflicts resolved automatically, except forinclude/hw/arm/xlnx-zynqmp.h hw/arm/nrf51_soc.c hw/arm/msf2-soc.cblock/qcow2-refcount.c block/qcow2-cluster.c block/qcow2-cache.ctarget/arm/cpu.h target/lm32/cpu.h target/m68k/cpu.h target/mips/cpu.htarget/moxie/cpu.h target/nios2/cpu.h target/openrisc/cpu.htarget/riscv/cpu.h target/tilegx/cpu.h target/tricore/cpu.htarget/unicore32/cpu.h target/xtensa/cpu.h; bsd-user/main.c andnet/tap-bsd.c fixed up]
scripts: Allow block module to not define BlockDriverSigned-off-by: Fam Zheng <famz@redhat.com>Message-id: 1473043845-13197-2-git-send-email-famz@redhat.comReviewed-by: Stefan Hajnoczi <stefanha@
scripts: Allow block module to not define BlockDriverSigned-off-by: Fam Zheng <famz@redhat.com>Message-id: 1473043845-13197-2-git-send-email-famz@redhat.comReviewed-by: Stefan Hajnoczi <stefanha@redhat.com>Signed-off-by: Max Reitz <mreitz@redhat.com>
blockdev: Add dynamic generation of module_block.hTo simplify the addition of new block modules, add a script that generatesmodule_block.h automatically from the modules' source code.This script
blockdev: Add dynamic generation of module_block.hTo simplify the addition of new block modules, add a script that generatesmodule_block.h automatically from the modules' source code.This script assumes that the QEMU coding style rules are followed.Signed-off-by: Marc Marí <markmb@redhat.com>Signed-off-by: Colin Lord <clord@redhat.com>Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>Message-id: 1471008424-16465-3-git-send-email-clord@redhat.comReviewed-by: Max Reitz <mreitz@redhat.com>Signed-off-by: Max Reitz <mreitz@redhat.com>