From: Paolo Bonzini <pbonzini@redhat.com>
To: qemu-devel@nongnu.org
Subject: [PULL 000/113] First batch of misc (i386, kernel-doc, memory, vl.c) changes for QEMU 6.0
Date: Wed, 2 Dec 2020 03:06:56 -0500 [thread overview]
Message-ID: <20201202080849.4125477-1-pbonzini@redhat.com> (raw)
The following changes since commit 944fdc5e27a5b5adbb765891e8e70e88ba9a00ec:
Merge remote-tracking branch 'remotes/elmarco/tags/libslirp-pull-request' into staging (2020-11-27 17:09:55 +0000)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to 3e2a7a449bd4ebf90550ca51d57bc17227f19013:
scripts: kernel-doc: remove unnecesssary change wrt Linux (2020-12-01 04:54:11 -0500)
----------------------------------------------------------------
* Fix for NULL segments (Bin Meng)
* Support for 32768 CPUs on x86 without IOMMU (David)
* PDEP/PEXT fix and testcase (myself)
* Remove bios_name and ram_size globals (myself)
* qemu_init rationalization (myself)
* Update kernel-doc (myself + upstream patches)
* Propagate MemTxResult across DMA and PCI functions (Philippe)
* Remove master/slave when applicable (Philippe)
* WHPX support for in-kernel irqchip (Sunil)
----------------------------------------------------------------
Alexander A. Klimov (1):
Replace HTTP links with HTTPS ones: documentation
André Almeida (2):
kernel-doc: fix processing nested structs with attributes
kernel-doc: add support for ____cacheline_aligned_in_smp attribute
Bin Meng (1):
target/i386: seg_helper: Correct segement selector nullification in the RET/IRET helper
David Woodhouse (1):
target/i386: Support up to 32768 CPUs without IRQ remapping
Jonathan Cameron (1):
kernel-doc: add support for ____cacheline_aligned attribute
Jonathan Neuschäfer (1):
scripts/kernel-doc: Add support for named variable macro arguments
Mauro Carvalho Chehab (19):
scripts: kernel-doc: proper handle @foo->bar()
scripts: kernel-doc: accept negation like !@var
scripts: kernel-doc: accept blank lines on parameter description
scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK
scripts/kernel-doc: handle function pointer prototypes
kernel-doc: include line numbers for function prototypes
scripts: kernel-doc: add support for typedef enum
scripts: kernel-doc: make it more compatible with Sphinx 3.x
scripts: kernel-doc: use a less pedantic markup for funcs on Sphinx 3.x
scripts: kernel-doc: fix troubles with line counts
scripts: kernel-doc: reimplement -nofunction argument
scripts: kernel-doc: fix typedef identification
scripts: kernel-doc: don't mangle with parameter list
scripts: kernel-doc: allow passing desired Sphinx C domain dialect
scripts: kernel-doc: fix line number handling
scripts: kernel-doc: try to use c:function if possible
scripts: kernel-doc: fix typedef parsing
scripts: kernel-doc: split typedef complex regex
scripts: kernel-doc: use :c:union when needed
Paolo Bonzini (69):
target/i386: fix operand order for PDEP and PEXT
qom: eliminate identical functions
alpha: remove bios_name
arm: remove bios_name
hppa: remove bios_name
i386: remove bios_name
lm32: remove bios_name
m68k: remove bios_name
mips: remove bios_name
moxie: remove bios_name
ppc: remove bios_name
rx: move BIOS load from MCU to board
s390: remove bios_name
sh4: remove bios_name
sparc: remove bios_name
digic: remove bios_name
vl: remove bios_name
arm: do not use ram_size global
cris: do not use ram_size global
hppa: do not use ram_size global
i386: do not use ram_size global
m68k: do not use ram_size global
microblaze: do not use ram_size global
mips: do not use ram_size global
moxie: do not use ram_size global
nios2: do not use ram_size global
ppc: do not use ram_size global
riscv: do not use ram_size global
s390x: do not use ram_size global
sparc64: do not use ram_size global
make ram_size local to vl.c
treewide: do not use short-form boolean options
vl: extract validation of -smp to machine.c
vl: remove bogus check
vl: split various early command line options to a separate function
vl: move various initialization routines out of qemu_init
vl: extract qemu_init_subsystems
vl: move prelaunch part of qemu_init to new functions
vl: extract various command line validation snippets to a new function
vl: preconfig and loadvm are mutually exclusive
vl: extract various command line desugaring snippets to a new function
qemu-option: restrict qemu_opts_set to merge-lists QemuOpts
vl: create "-net nic -net user" default earlier
vl: load plugins as late as possible
vl: extract default devices to separate functions
vl: move CHECKPOINT_INIT after preconfig
vl: separate qemu_create_early_backends
vl: separate qemu_create_late_backends
vl: separate qemu_create_machine
vl: separate qemu_apply_machine_options
vl: separate qemu_resolve_machine_memdev
vl: initialize displays before preconfig loop
vl: move -global check earlier
migration, vl: start migration via qmp_migrate_incoming
vl: start VM via qmp_cont
hmp: introduce cmd_available
vl: extract softmmu/datadir.c
vl: extract machine done notifiers
vl: extract softmmu/rtc.c
vl: remove serial_max_hds
vl: clean up -boot variables
config-file: move -set implementation to vl.c
docs: temporarily disable the kernel-doc extension
Revert "scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments"
Revert "kernel-doc: Use c:struct for Sphinx 3.0 and later"
Revert "kernel-doc: Handle function typedefs without asterisks"
Revert "kernel-doc: Handle function typedefs that return pointers"
Revert "docs: temporarily disable the kernel-doc extension"
scripts: kernel-doc: remove unnecesssary change wrt Linux
Philippe Mathieu-Daudé (16):
docs/devel/loads-stores: Add regexp for DMA functions
dma: Document address_space_map/address_space_unmap() prototypes
dma: Let dma_memory_set() propagate MemTxResult
dma: Let dma_memory_rw() propagate MemTxResult
dma: Let dma_memory_read() propagate MemTxResult
dma: Let dma_memory_write() propagate MemTxResult
pci: Let pci_dma_rw() propagate MemTxResult
pci: Let pci_dma_read() propagate MemTxResult
pci: Let pci_dma_write() propagate MemTxResult
hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals'
hw/ssi: Update coding style to make checkpatch.pl happy
hw/ssi: Rename SSI 'slave' as 'peripheral'
hw/core/stream: Rename StreamSlave as StreamSink
hw/dma/xilinx_axidma: Rename StreamSlave as StreamSink
hw/net/xilinx_axienet: Rename StreamSlave as StreamSink
hw/char/serial: Clean up unnecessary code
Pierre-Louis Bossart (1):
scripts/kernel-doc: optionally treat warnings as errors
Sunil Muthuswamy (1):
WHPX: support for the kernel-irqchip on/off
MAINTAINERS | 1 +
docs/devel/loads-stores.rst | 2 +
docs/specs/tpm.rst | 2 +-
docs/sphinx/kerneldoc.py | 6 +-
hw/alpha/dp264.c | 3 +-
hw/arm/aspeed.c | 8 +-
hw/arm/boot.c | 1 +
hw/arm/cubieboard.c | 2 +-
hw/arm/digic_boards.c | 20 +-
hw/arm/highbank.c | 9 +-
hw/arm/npcm7xx_boards.c | 6 +-
hw/arm/orangepi.c | 2 +-
hw/arm/sbsa-ref.c | 3 +
hw/arm/spitz.c | 32 +-
hw/arm/stellaris.c | 4 +-
hw/arm/tosa.c | 12 +-
hw/arm/vexpress.c | 9 +-
hw/arm/virt.c | 3 +
hw/arm/z2.c | 14 +-
hw/avr/boot.c | 1 +
hw/block/m25p80.c | 14 +-
hw/char/serial.c | 13 +-
hw/core/generic-loader.c | 3 +-
hw/core/loader.c | 1 +
hw/core/machine.c | 56 +
hw/core/numa.c | 10 +-
hw/core/stream.c | 20 +-
hw/cris/axis_dev88.c | 1 +
hw/cris/boot.c | 2 +-
hw/cris/boot.h | 1 +
hw/display/ads7846.c | 12 +-
hw/display/cg3.c | 1 +
hw/display/pxa2xx_lcd.c | 5 +-
hw/display/ssd0323.c | 12 +-
hw/display/tcx.c | 1 +
hw/dma/xilinx_axidma.c | 58 +-
hw/hppa/machine.c | 14 +-
hw/i386/fw_cfg.c | 2 +-
hw/i386/kvm/apic.c | 7 +
hw/i386/microvm.c | 7 +-
hw/i386/pc.c | 16 +-
hw/i386/pc_sysfw.c | 4 +-
hw/i386/vmport.c | 3 +-
hw/i386/x86.c | 17 +-
hw/i386/xen/xen-hvm.c | 2 +-
hw/intc/apic_common.c | 3 +-
hw/lm32/milkymist.c | 5 +-
hw/m68k/mcf5206.c | 4 +-
hw/m68k/mcf5208.c | 14 +-
hw/m68k/next-cube.c | 4 +-
hw/m68k/q800.c | 5 +-
hw/microblaze/boot.c | 9 +-
hw/mips/fuloong2e.c | 11 +-
hw/mips/jazz.c | 7 +-
hw/mips/malta.c | 9 +-
hw/mips/mipssim.c | 7 +-
hw/misc/max111x.c | 18 +-
hw/moxie/moxiesim.c | 8 +-
hw/net/xilinx_axienet.c | 44 +-
hw/nios2/boot.c | 9 +-
hw/nvram/fw_cfg.c | 1 +
hw/pci-host/prep.c | 1 +
hw/pci/pci.c | 1 +
hw/ppc/e500.c | 5 +-
hw/ppc/mac_newworld.c | 5 +-
hw/ppc/mac_oldworld.c | 5 +-
hw/ppc/pnv.c | 6 +-
hw/ppc/ppc405_boards.c | 7 +-
hw/ppc/ppc440_bamboo.c | 1 +
hw/ppc/prep.c | 6 +-
hw/ppc/sam460ex.c | 1 +
hw/ppc/spapr.c | 11 +-
hw/ppc/spapr_vio.c | 4 +-
hw/ppc/virtex_ml507.c | 1 +
hw/riscv/boot.c | 6 +-
hw/rx/rx-gdbsim.c | 10 +
hw/rx/rx62n.c | 9 -
hw/s390x/ipl.c | 19 +-
hw/s390x/s390-skeys.c | 6 +-
hw/s390x/s390-virtio-ccw.c | 7 +-
hw/sd/ssi-sd.c | 12 +-
hw/sh4/shix.c | 3 +-
hw/smbios/smbios.c | 8 +-
hw/sparc/leon3.c | 5 +-
hw/sparc/sun4m.c | 3 +-
hw/sparc64/sparc64.c | 3 +-
hw/sparc64/sun4u.c | 7 +-
hw/ssi/aspeed_smc.c | 53 +-
hw/ssi/pl022.c | 2 +-
hw/ssi/ssi.c | 48 +-
hw/ssi/xilinx_spips.c | 9 +-
hw/virtio/virtio-balloon.c | 3 +-
include/exec/cpu-common.h | 2 -
include/hw/boards.h | 2 +
include/hw/i386/x86.h | 3 +-
include/hw/misc/max111x.h | 2 +-
include/hw/pci/pci.h | 50 +-
include/hw/qdev-core.h | 8 -
include/hw/ssi/aspeed_smc.h | 2 +-
include/hw/ssi/ssi.h | 56 +-
include/hw/ssi/xilinx_spips.h | 2 +-
include/hw/stream.h | 41 +-
include/migration/misc.h | 1 -
include/qemu-common.h | 21 -
include/qemu/config-file.h | 1 -
include/qemu/datadir.h | 28 +
include/qemu/option.h | 3 +-
include/standard-headers/asm-x86/kvm_para.h | 1 +
include/sysemu/dma.h | 117 +-
include/sysemu/sysemu.h | 10 +-
include/sysemu/whpx.h | 22 +
migration/migration.c | 37 +-
monitor/hmp.c | 18 +-
monitor/qmp-cmds.c | 3 +-
python/qemu/machine.py | 2 +-
qemu-options.hx | 32 +-
qom/object.c | 36 +-
scripts/kernel-doc | 455 ++++---
softmmu/cpus.c | 3 +-
softmmu/datadir.c | 129 ++
softmmu/dma-helpers.c | 7 +-
softmmu/meson.build | 2 +
softmmu/qdev-monitor.c | 6 -
softmmu/rtc.c | 190 +++
softmmu/vl.c | 1755 ++++++++++++---------------
target/arm/arm-semi.c | 3 +-
target/i386/cpu.c | 8 +-
target/i386/kvm.c | 74 +-
target/i386/kvm_i386.h | 2 +
target/i386/meson.build | 1 +
target/i386/seg_helper.c | 5 +-
target/i386/translate.c | 8 +-
target/i386/whp-dispatch.h | 9 +-
target/i386/whpx-all.c | 291 ++++-
target/i386/whpx-apic.c | 274 +++++
target/m68k/m68k-semi.c | 5 +-
target/s390x/excp_helper.c | 3 +-
target/s390x/mem_helper.c | 10 +-
target/s390x/mmu_helper.c | 4 +-
tests/qtest/bios-tables-test.c | 2 +-
tests/qtest/fuzz/fuzz.c | 1 +
tests/qtest/pflash-cfi02-test.c | 4 +-
tests/qtest/test-filter-redirector.c | 8 +-
tests/qtest/vhost-user-test.c | 8 +-
tests/tcg/i386/Makefile.target | 3 +
tests/tcg/i386/test-i386-bmi2.c | 39 +
tests/test-char.c | 8 +-
tests/test-qemu-opts.c | 20 +-
ui/keymaps.c | 1 +
util/qemu-config.c | 33 -
util/qemu-option.c | 9 +-
151 files changed, 2916 insertions(+), 1811 deletions(-)
create mode 100644 include/qemu/datadir.h
create mode 100644 softmmu/datadir.c
create mode 100644 softmmu/rtc.c
create mode 100644 target/i386/whpx-apic.c
create mode 100644 tests/tcg/i386/test-i386-bmi2.c
--
2.26.2
next reply other threads:[~2020-12-02 8:17 UTC|newest]
Thread overview: 116+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-02 8:06 Paolo Bonzini [this message]
2020-12-02 8:06 ` [PULL 001/113] target/i386: fix operand order for PDEP and PEXT Paolo Bonzini
2020-12-02 8:06 ` [PULL 002/113] target/i386: Support up to 32768 CPUs without IRQ remapping Paolo Bonzini
2020-12-02 8:06 ` [PULL 003/113] target/i386: seg_helper: Correct segement selector nullification in the RET/IRET helper Paolo Bonzini
2020-12-02 8:07 ` [PULL 004/113] WHPX: support for the kernel-irqchip on/off Paolo Bonzini
2020-12-02 8:07 ` [PULL 005/113] docs/devel/loads-stores: Add regexp for DMA functions Paolo Bonzini
2020-12-02 8:07 ` [PULL 006/113] qom: eliminate identical functions Paolo Bonzini
2020-12-02 8:07 ` [PULL 007/113] dma: Document address_space_map/address_space_unmap() prototypes Paolo Bonzini
2020-12-02 8:07 ` [PULL 008/113] dma: Let dma_memory_set() propagate MemTxResult Paolo Bonzini
2020-12-02 8:07 ` [PULL 009/113] dma: Let dma_memory_rw() " Paolo Bonzini
2020-12-02 8:07 ` [PULL 010/113] dma: Let dma_memory_read() " Paolo Bonzini
2020-12-02 8:07 ` [PULL 011/113] dma: Let dma_memory_write() " Paolo Bonzini
2020-12-02 8:07 ` [PULL 012/113] pci: Let pci_dma_rw() " Paolo Bonzini
2020-12-02 8:07 ` [PULL 013/113] pci: Let pci_dma_read() " Paolo Bonzini
2020-12-02 8:07 ` [PULL 014/113] pci: Let pci_dma_write() " Paolo Bonzini
2020-12-02 8:07 ` [PULL 015/113] hw/ssi/aspeed_smc: Rename 'max_slaves' variable as 'max_peripherals' Paolo Bonzini
2020-12-02 8:07 ` [PULL 016/113] hw/ssi: Update coding style to make checkpatch.pl happy Paolo Bonzini
2020-12-02 8:07 ` [PULL 017/113] hw/ssi: Rename SSI 'slave' as 'peripheral' Paolo Bonzini
2020-12-02 8:07 ` [PULL 018/113] hw/core/stream: Rename StreamSlave as StreamSink Paolo Bonzini
2020-12-02 8:07 ` [PULL 019/113] hw/dma/xilinx_axidma: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 020/113] hw/net/xilinx_axienet: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 021/113] alpha: remove bios_name Paolo Bonzini
2020-12-02 8:07 ` [PULL 022/113] arm: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 023/113] hppa: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 024/113] i386: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 025/113] lm32: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 026/113] m68k: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 027/113] mips: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 028/113] moxie: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 029/113] ppc: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 030/113] rx: move BIOS load from MCU to board Paolo Bonzini
2020-12-02 8:07 ` [PULL 031/113] s390: remove bios_name Paolo Bonzini
2020-12-02 8:07 ` [PULL 032/113] sh4: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 033/113] sparc: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 034/113] digic: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 035/113] vl: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 036/113] arm: do not use ram_size global Paolo Bonzini
2020-12-02 8:07 ` [PULL 037/113] cris: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 038/113] hppa: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 039/113] i386: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 040/113] m68k: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 041/113] microblaze: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 042/113] mips: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 043/113] moxie: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 044/113] nios2: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 045/113] ppc: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 046/113] riscv: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 047/113] s390x: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 048/113] sparc64: " Paolo Bonzini
2020-12-02 8:07 ` [PULL 049/113] make ram_size local to vl.c Paolo Bonzini
2020-12-02 8:07 ` [PULL 050/113] hw/char/serial: Clean up unnecessary code Paolo Bonzini
2020-12-02 8:07 ` [PULL 051/113] treewide: do not use short-form boolean options Paolo Bonzini
2020-12-02 8:07 ` [PULL 052/113] vl: extract validation of -smp to machine.c Paolo Bonzini
2020-12-02 8:07 ` [PULL 053/113] vl: remove bogus check Paolo Bonzini
2020-12-02 8:07 ` [PULL 054/113] vl: split various early command line options to a separate function Paolo Bonzini
2020-12-02 8:07 ` [PULL 055/113] vl: move various initialization routines out of qemu_init Paolo Bonzini
2020-12-02 8:07 ` [PULL 056/113] vl: extract qemu_init_subsystems Paolo Bonzini
2020-12-02 8:07 ` [PULL 057/113] vl: move prelaunch part of qemu_init to new functions Paolo Bonzini
2020-12-02 8:07 ` [PULL 058/113] vl: extract various command line validation snippets to a new function Paolo Bonzini
2020-12-02 8:07 ` [PULL 059/113] vl: preconfig and loadvm are mutually exclusive Paolo Bonzini
2020-12-02 8:07 ` [PULL 060/113] vl: extract various command line desugaring snippets to a new function Paolo Bonzini
2020-12-02 8:07 ` [PULL 061/113] qemu-option: restrict qemu_opts_set to merge-lists QemuOpts Paolo Bonzini
2020-12-02 8:07 ` [PULL 062/113] vl: create "-net nic -net user" default earlier Paolo Bonzini
2020-12-02 8:07 ` [PULL 063/113] vl: load plugins as late as possible Paolo Bonzini
2020-12-02 8:08 ` [PULL 064/113] vl: extract default devices to separate functions Paolo Bonzini
2020-12-02 8:08 ` [PULL 065/113] vl: move CHECKPOINT_INIT after preconfig Paolo Bonzini
2020-12-02 8:08 ` [PULL 066/113] vl: separate qemu_create_early_backends Paolo Bonzini
2020-12-02 8:08 ` [PULL 067/113] vl: separate qemu_create_late_backends Paolo Bonzini
2020-12-02 8:08 ` [PULL 068/113] vl: separate qemu_create_machine Paolo Bonzini
2020-12-02 8:08 ` [PULL 069/113] vl: separate qemu_apply_machine_options Paolo Bonzini
2020-12-02 8:08 ` [PULL 070/113] vl: separate qemu_resolve_machine_memdev Paolo Bonzini
2020-12-02 8:08 ` [PULL 071/113] vl: initialize displays before preconfig loop Paolo Bonzini
2020-12-02 8:08 ` [PULL 072/113] vl: move -global check earlier Paolo Bonzini
2020-12-02 8:08 ` [PULL 073/113] migration, vl: start migration via qmp_migrate_incoming Paolo Bonzini
2020-12-02 8:08 ` [PULL 074/113] vl: start VM via qmp_cont Paolo Bonzini
2020-12-02 8:08 ` [PULL 075/113] hmp: introduce cmd_available Paolo Bonzini
2020-12-02 8:08 ` [PULL 076/113] vl: extract softmmu/datadir.c Paolo Bonzini
2020-12-02 8:08 ` [PULL 077/113] vl: extract machine done notifiers Paolo Bonzini
2020-12-02 8:08 ` [PULL 078/113] vl: extract softmmu/rtc.c Paolo Bonzini
2020-12-02 8:08 ` [PULL 079/113] vl: remove serial_max_hds Paolo Bonzini
2020-12-02 8:08 ` [PULL 080/113] vl: clean up -boot variables Paolo Bonzini
2020-12-02 8:08 ` [PULL 081/113] config-file: move -set implementation to vl.c Paolo Bonzini
2020-12-02 8:08 ` [PULL 082/113] docs: temporarily disable the kernel-doc extension Paolo Bonzini
2020-12-02 8:08 ` [PULL 083/113] kernel-doc: fix processing nested structs with attributes Paolo Bonzini
2020-12-02 8:08 ` [PULL 084/113] kernel-doc: add support for ____cacheline_aligned_in_smp attribute Paolo Bonzini
2020-12-02 8:08 ` [PULL 085/113] scripts/kernel-doc: Add support for named variable macro arguments Paolo Bonzini
2020-12-02 8:08 ` [PULL 086/113] scripts: kernel-doc: proper handle @foo->bar() Paolo Bonzini
2020-12-02 8:08 ` [PULL 087/113] scripts: kernel-doc: accept negation like !@var Paolo Bonzini
2020-12-02 8:08 ` [PULL 088/113] scripts: kernel-doc: accept blank lines on parameter description Paolo Bonzini
2020-12-02 8:08 ` [PULL 089/113] Replace HTTP links with HTTPS ones: documentation Paolo Bonzini
2020-12-02 8:08 ` [PULL 090/113] scripts/kernel-doc: parse __ETHTOOL_DECLARE_LINK_MODE_MASK Paolo Bonzini
2020-12-02 8:08 ` [PULL 091/113] scripts/kernel-doc: handle function pointer prototypes Paolo Bonzini
2020-12-02 8:08 ` [PULL 092/113] scripts/kernel-doc: optionally treat warnings as errors Paolo Bonzini
2020-12-02 8:08 ` [PULL 093/113] kernel-doc: include line numbers for function prototypes Paolo Bonzini
2020-12-02 8:08 ` [PULL 094/113] kernel-doc: add support for ____cacheline_aligned attribute Paolo Bonzini
2020-12-02 8:08 ` [PULL 095/113] scripts: kernel-doc: add support for typedef enum Paolo Bonzini
2020-12-02 8:08 ` [PULL 096/113] Revert "scripts/kerneldoc: For Sphinx 3 use c:macro for macros with arguments" Paolo Bonzini
2020-12-02 8:08 ` [PULL 097/113] Revert "kernel-doc: Use c:struct for Sphinx 3.0 and later" Paolo Bonzini
2020-12-02 8:08 ` [PULL 098/113] scripts: kernel-doc: make it more compatible with Sphinx 3.x Paolo Bonzini
2020-12-02 8:08 ` [PULL 099/113] scripts: kernel-doc: use a less pedantic markup for funcs on " Paolo Bonzini
2020-12-02 8:08 ` [PULL 100/113] scripts: kernel-doc: fix troubles with line counts Paolo Bonzini
2020-12-02 8:08 ` [PULL 101/113] scripts: kernel-doc: reimplement -nofunction argument Paolo Bonzini
2020-12-02 8:08 ` [PULL 102/113] scripts: kernel-doc: fix typedef identification Paolo Bonzini
2020-12-02 8:08 ` [PULL 103/113] scripts: kernel-doc: don't mangle with parameter list Paolo Bonzini
2020-12-02 8:08 ` [PULL 104/113] scripts: kernel-doc: allow passing desired Sphinx C domain dialect Paolo Bonzini
2020-12-02 8:08 ` [PULL 105/113] scripts: kernel-doc: fix line number handling Paolo Bonzini
2020-12-02 8:08 ` [PULL 106/113] scripts: kernel-doc: try to use c:function if possible Paolo Bonzini
2020-12-02 8:08 ` [PULL 107/113] Revert "kernel-doc: Handle function typedefs without asterisks" Paolo Bonzini
2020-12-02 8:08 ` [PULL 108/113] Revert "kernel-doc: Handle function typedefs that return pointers" Paolo Bonzini
2020-12-02 8:08 ` [PULL 109/113] scripts: kernel-doc: fix typedef parsing Paolo Bonzini
2020-12-02 8:08 ` [PULL 110/113] scripts: kernel-doc: split typedef complex regex Paolo Bonzini
2020-12-02 8:08 ` [PULL 111/113] scripts: kernel-doc: use :c:union when needed Paolo Bonzini
2020-12-02 8:08 ` [PULL 112/113] Revert "docs: temporarily disable the kernel-doc extension" Paolo Bonzini
2020-12-02 8:08 ` [PULL 113/113] scripts: kernel-doc: remove unnecesssary change wrt Linux Paolo Bonzini
2020-12-02 11:52 ` [PULL 000/113] First batch of misc (i386, kernel-doc, memory, vl.c) changes for QEMU 6.0 no-reply
2020-12-09 14:16 ` Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201202080849.4125477-1-pbonzini@redhat.com \
--to=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).