All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alex Bennée" <alex.bennee@linaro.org>
To: qemu-devel@nongnu.org
Cc: qemu-block@nongnu.org, "Markus Armbruster" <armbru@redhat.com>,
	"Yuri Benditovich" <yuri.benditovich@daynix.com>,
	"Jason Wang" <jasowang@redhat.com>,
	"Cleber Rosa" <crosa@redhat.com>,
	"Dr. David Alan Gilbert" <dave@treblig.org>,
	"Peter Xu" <peterx@redhat.com>,
	"Paolo Bonzini" <pbonzini@redhat.com>,
	"Philippe Mathieu-Daudé" <philmd@linaro.org>,
	"Stefan Weil" <sw@weilnetz.de>,
	"Stefano Garzarella" <sgarzare@redhat.com>,
	qemu-arm@nongnu.org, "Michael Roth" <michael.roth@amd.com>,
	"Laurent Vivier" <laurent@vivier.eu>,
	"Mahmoud Mandour" <ma.mandourr@gmail.com>,
	"Andrew Melnychenko" <andrew@daynix.com>,
	"Konstantin Kostiuk" <kkostiuk@redhat.com>,
	"Kyle Evans" <kevans@freebsd.org>,
	"Richard Henderson" <richard.henderson@linaro.org>,
	"Marc-André Lureau" <marcandre.lureau@redhat.com>,
	"John Snow" <jsnow@redhat.com>,
	"David Hildenbrand" <david@redhat.com>,
	"Fabiano Rosas" <farosas@suse.de>,
	"Alexandre Iooss" <erdnaxe@crans.org>,
	"Eric Blake" <eblake@redhat.com>,
	"Vladimir Sementsov-Ogievskiy" <vsementsov@yandex-team.ru>,
	"Pierrick Bouvier" <pierrick.bouvier@linaro.org>,
	"Kevin Wolf" <kwolf@redhat.com>,
	"Peter Maydell" <peter.maydell@linaro.org>,
	"Laurent Vivier" <lvivier@redhat.com>,
	"Michael S. Tsirkin" <mst@redhat.com>,
	"Thomas Huth" <thuth@redhat.com>, "Warner Losh" <imp@bsdimp.com>,
	"Daniel P. Berrangé" <berrange@redhat.com>
Subject: Re: [PATCH v3 00/37] maintainer updates for jan '25 (semihosting, gdb, plugins, docs) pre-PR-FINAL
Date: Thu, 16 Jan 2025 16:05:31 +0000	[thread overview]
Message-ID: <87ldvahhh0.fsf@draig.linaro.org> (raw)
In-Reply-To: <20250116160306.1709518-1-alex.bennee@linaro.org> ("Alex Bennée"'s message of "Thu, 16 Jan 2025 16:02:29 +0000")

Alex Bennée <alex.bennee@linaro.org> writes:

> Only a few changes from v2, sending out to cut a PR tomorrow
>
>   - applied r-b tags
>   - fixed bsd-user gdbserver_start
>   - a few minor tweaks to commit messages
>
<snip>
> Most are already reviewed, the following remain:
>
>   docs/sphinx: include kernel-doc script as a dependency
>   include/exec: fix some copy and paste errors in kdoc
>   tests/qtest: fix some copy and paste errors in kdoc
>   editorconfig: update for perl scripts
>   plugins: fix kdoc annotation

Ignore this part, all 37 patches reviewed

-- 
Alex Bennée
Virtualisation Tech Lead @ Linaro

      parent reply	other threads:[~2025-01-16 16:05 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-16 16:02 [PATCH v3 00/37] maintainer updates for jan '25 (semihosting, gdb, plugins, docs) pre-PR-FINAL Alex Bennée
2025-01-16 16:02 ` [PATCH v3 01/37] semihosting: add guest_error logging for failed opens Alex Bennée
2025-01-16 16:02 ` [PATCH v3 02/37] semihosting/uaccess: Briefly document returned values Alex Bennée
2025-01-16 16:02 ` [PATCH v3 03/37] semihosting/syscalls: Include missing 'exec/cpu-defs.h' header Alex Bennée
2025-01-16 16:02 ` [PATCH v3 04/37] semihosting/uaccess: Include missing 'exec/cpu-all.h' header Alex Bennée
2025-01-16 16:02 ` [PATCH v3 05/37] semihosting/arm-compat: Include missing 'cpu.h' header Alex Bennée
2025-01-16 16:02 ` [PATCH v3 06/37] semihosting/console: Avoid including 'cpu.h' Alex Bennée
2025-01-16 16:02 ` [PATCH v3 07/37] semihosting/meson: Build config.o and console.o once Alex Bennée
2025-01-16 16:02 ` [PATCH v3 08/37] system/vl: more error exit into config enumeration code Alex Bennée
2025-01-16 16:02 ` [PATCH v3 09/37] system: squash usb_parse into a single function Alex Bennée
2025-01-16 16:02 ` [PATCH v3 10/37] system: propagate Error to gdbserver_start (and other device setups) Alex Bennée
2025-01-16 16:02 ` [PATCH v3 11/37] tests/tcg/plugins/insn: remove unused callback parameter Alex Bennée
2025-01-16 16:02 ` [PATCH v3 12/37] contrib/plugins/howvec: ensure we don't regress if this plugin is extended Alex Bennée
2025-01-16 16:02 ` [PATCH v3 13/37] tests/tcg/plugins/syscall: fix 32-bit build Alex Bennée
2025-01-16 16:02 ` [PATCH v3 14/37] tests/tcg/plugins/mem: " Alex Bennée
2025-01-16 16:02 ` [PATCH v3 15/37] contrib/plugins/stoptrigger: " Alex Bennée
2025-01-16 16:02 ` [PATCH v3 16/37] contrib/plugins/cache: " Alex Bennée
2025-01-16 16:02 ` [PATCH v3 17/37] contrib/plugins/hotblocks: " Alex Bennée
2025-01-16 16:02 ` [PATCH v3 18/37] contrib/plugins/cflow: " Alex Bennée
2025-01-16 16:02 ` [PATCH v3 19/37] contrib/plugins/hwprofile: " Alex Bennée
2025-01-16 16:02 ` [PATCH v3 20/37] contrib/plugins/hotpages: " Alex Bennée
2025-01-16 16:02 ` [PATCH v3 21/37] configure: reenable plugins by default for 32-bit hosts Alex Bennée
2025-01-16 16:02 ` [PATCH v3 22/37] accel/tcg: also suppress asynchronous IRQs for cpu_io_recompile Alex Bennée
2025-01-16 16:02 ` [PATCH v3 23/37] win32: remove usage of attribute gcc_struct Alex Bennée
2025-01-16 16:02 ` [PATCH v3 24/37] docs/devel/style: add a section about bitfield, and disallow them for packed structures Alex Bennée
2025-01-16 16:02 ` [PATCH v3 25/37] plugins: enable linking with clang/lld Alex Bennée
2025-01-16 16:02 ` [PATCH v3 26/37] plugins: fix kdoc annotation Alex Bennée
2025-01-16 16:02 ` [PATCH v3 27/37] editorconfig: update for perl scripts Alex Bennée
2025-01-16 16:02 ` [PATCH v3 28/37] tests/qtest: fix some copy and paste errors in kdoc Alex Bennée
2025-01-16 16:02 ` [PATCH v3 29/37] include/exec: " Alex Bennée
2025-01-16 16:02 ` [PATCH v3 30/37] include/exec: remove warning_printed from MemoryRegion Alex Bennée
2025-01-16 16:03 ` [PATCH v3 31/37] docs/sphinx: include kernel-doc script as a dependency Alex Bennée
2025-01-16 16:03 ` [PATCH v3 32/37] docs/devel: add git-publish for patch submitting Alex Bennée
2025-01-16 16:03 ` [PATCH v3 33/37] docs/devel: add b4 for patch retrieval Alex Bennée
2025-01-16 16:03 ` [PATCH v3 34/37] docs/devel: add information on how to setup build environments Alex Bennée
2025-01-16 16:03 ` [PATCH v3 35/37] docs/devel: add a codebase section Alex Bennée
2025-01-16 16:03 ` [PATCH v3 36/37] docs: add a glossary Alex Bennée
2025-01-16 16:03 ` [PATCH v3 37/37] scripts/nsis.py: Run dependency check for each DLL file only once Alex Bennée
2025-01-16 16:05 ` Alex Bennée [this message]

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=87ldvahhh0.fsf@draig.linaro.org \
    --to=alex.bennee@linaro.org \
    --cc=andrew@daynix.com \
    --cc=armbru@redhat.com \
    --cc=berrange@redhat.com \
    --cc=crosa@redhat.com \
    --cc=dave@treblig.org \
    --cc=david@redhat.com \
    --cc=eblake@redhat.com \
    --cc=erdnaxe@crans.org \
    --cc=farosas@suse.de \
    --cc=imp@bsdimp.com \
    --cc=jasowang@redhat.com \
    --cc=jsnow@redhat.com \
    --cc=kevans@freebsd.org \
    --cc=kkostiuk@redhat.com \
    --cc=kwolf@redhat.com \
    --cc=laurent@vivier.eu \
    --cc=lvivier@redhat.com \
    --cc=ma.mandourr@gmail.com \
    --cc=marcandre.lureau@redhat.com \
    --cc=michael.roth@amd.com \
    --cc=mst@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=peterx@redhat.com \
    --cc=philmd@linaro.org \
    --cc=pierrick.bouvier@linaro.org \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-block@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    --cc=sgarzare@redhat.com \
    --cc=sw@weilnetz.de \
    --cc=thuth@redhat.com \
    --cc=vsementsov@yandex-team.ru \
    --cc=yuri.benditovich@daynix.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.