Hi, Its freeze o'clock so I'm reverting to collecting fixes for the tree. Most of these patches have been posted before as single patch RFCs. A couple are already scheduled through other trees so will drop out in due course. The docs update has included some feedback for the review and should be good for an rc1.
The following have not been reviewed: - hw/virtio: introduce virtio_device_should_start - tests/docker: allow user to override check target - tests/avocado: improve behaviour waiting for login prompts Alex Bennée (7): tests/avocado: improve behaviour waiting for login prompts tests/docker: allow user to override check target hw/virtio: introduce virtio_device_should_start docs/devel: add a maintainers section to development process docs/devel: make language a little less code centric docs/devel: simplify the minimal checklist docs/devel: try and improve the language around patch review Cédric Le Goater (1): tests/avocado/machine_aspeed.py: Reduce noise on the console for SDK tests Stefan Weil (1): Run docker probe only if docker or podman are available docs/devel/code-of-conduct.rst | 2 + docs/devel/index-process.rst | 1 + docs/devel/maintainers.rst | 106 +++++++++++++++++++++++ docs/devel/submitting-a-patch.rst | 101 +++++++++++++-------- docs/devel/submitting-a-pull-request.rst | 12 +-- configure | 2 +- include/hw/virtio/virtio.h | 18 ++++ hw/block/vhost-user-blk.c | 6 +- hw/virtio/vhost-user-fs.c | 2 +- hw/virtio/vhost-user-gpio.c | 2 +- hw/virtio/vhost-user-i2c.c | 2 +- hw/virtio/vhost-user-rng.c | 2 +- hw/virtio/vhost-user-vsock.c | 2 +- hw/virtio/vhost-vsock.c | 2 +- tests/avocado/avocado_qemu/__init__.py | 89 ++++++++++++++++++- tests/avocado/machine_aspeed.py | 17 ++-- tests/docker/Makefile.include | 2 + tests/docker/common.rc | 6 +- 18 files changed, 309 insertions(+), 65 deletions(-) create mode 100644 docs/devel/maintainers.rst -- 2.34.1