On 25/10/2018 07:56, Thomas Huth wrote: > On 2018-10-23 11:04, Laurent Vivier wrote: >> Hi, >> >> I'm going to collect patches for the next pull request for the >> qemu-trivial I'd like to do before the softfreeze. >> >> As we didn't have any pull request for more than 3 months and some of >> the patches have been pushed through another maintainer branches, it's a >> little bit difficult to collect correctly the patches to send. >> >> So, it would be helpful if any of you knowing that some patches have to >> be added to the pull request send me their list. > > For October, I'd suggest: > > configs/alpha: Remove unused CONFIG_PARALLEL_ISA > https://lists.nongnu.org/archive/html/qemu-trivial/2018-10/msg00081.html
Applied > > vga_int: remove unused function protype > https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg04798.html Applied > > piix: use TYPE_FOO constants than string constats > https://lists.nongnu.org/archive/html/qemu-trivial/2018-10/msg00071.html Applied > > memory.h: fix types in comments > (title should be changed with s/types/typos/) > https://lists.gnu.org/archive/html/qemu-devel/2018-10/msg01570.html Applied > > tests/tcg/README: fix location for lm32 tests > https://lists.nongnu.org/archive/html/qemu-trivial/2018-10/msg00007.html Applied > > qemu-iotests: fix filename containing checks > https://lists.nongnu.org/archive/html/qemu-trivial/2018-10/msg00008.html Applied > > qemu-iotests: make 218 executable > https://lists.nongnu.org/archive/html/qemu-trivial/2018-10/msg00009.html Applied > > docs/devel/testing.rst: add missing newlines after code block > https://lists.nongnu.org/archive/html/qemu-trivial/2018-10/msg00011.html Applied > > scripts/decodetree.py: remove unused imports > https://lists.nongnu.org/archive/html/qemu-trivial/2018-10/msg00012.html Applied > > scripts/qemu.py: remove trailing quotes on docstring > https://lists.nongnu.org/archive/html/qemu-trivial/2018-10/msg00015.html Applied > > ... will try to have a look at the previous months later ... Thank you Thomas to have done this difficult work. The collected patches are available on my branch: git://github.com/vivier/qemu.git trivial-patches Thanks, Laurent