qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH  v2 00/21] documentation and metadata updates
@ 2021-07-14 18:20 Alex Bennée
  2021-07-14 18:20 ` [PATCH v2 01/21] gitignore: Update with some filetypes Alex Bennée
                   ` (20 more replies)
  0 siblings, 21 replies; 33+ messages in thread
From: Alex Bennée @ 2021-07-14 18:20 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée

Hi,

Posting v2 as the v1 posting got double posted due to git problems so
it's easier if we reset here.

As with previous release cycles I'll switch to maintaining a single
tree of patches for the current release at any given time. The usual
patch admission rules apply so you won't find any feature changes in
here. This series is mostly a collection of documentation and metadata
tweaks, the later being me getting ready for KVM Forum later this year
;-)

All the gitdm changes are mostly waiting for the Cc'd people to
confirm their mappings but I will accept acks from within the
appropriate organisations. If you use the proper Reviewed-by or
Acked-by tags it will make my life easier because the tooling will do
most of the work for me. I've manually converted positive statements
from v1 to Acked-by.

Otherwise the following need review:

- contrib/gitdm: add more individual contributor entries. (3 acks, 1 sobs)
- contrib/gitdm: add a new interns group-map for GSoC/Outreachy work
- contrib/gitdm: add an explicit academic entry for BU
- contrib/gitdm: add domain-map for NVIDIA
- contrib/gitdm: add domain-map for Syrmia
- contrib/gitdm: add domain-map for ZTE
- contrib/gitdm: un-ironically add a mapping for LWN
- contrib/gitdm: add domain-map/group-map for Wind River
- contrib/gitdm: add domain-map for Eldorado
- contrib/gitdm: add domain-map/group-map mappings for Samsung
- gitdm.config: sort the corporate GroupMap entries
- contrib/gitdm: add a group mapping for robot scanners
- contrib/gitdm: add domain-map for MontaVista
- .mailmap: fix up some broken commit authors
- contrib/gitdm: add some new aliases to fix up commits
- configure: remove needless if leg
- docs: add a section on the generalities of vhost-user
- docs: collect the disparate device emulation docs into one section


Alex Bennée (20):
  docs: collect the disparate device emulation docs into one section
  docs: add a section on the generalities of vhost-user
  configure: remove needless if leg
  contrib/gitdm: add some new aliases to fix up commits
  .mailmap: fix up some broken commit authors
  contrib/gitdm: add domain-map for MontaVista
  contrib/gitdm: add a group mapping for robot scanners
  gitdm.config: sort the corporate GroupMap entries
  contrib/gitdm: add domain-map/group-map mappings for Samsung
  contrib/gitdm: add domain-map for Eldorado
  contrib/gitdm: add domain-map/group-map for Wind River
  contrib/gitdm: un-ironically add a mapping for LWN
  contrib/gitdm: add domain-map for Crudebyte
  contrib/gitdm: add domain-map for ZTE
  contrib/gitdm: add domain-map for Syrmia
  contrib/gitdm: add domain-map for NVIDIA
  contrib/gitdm: add group-map for Netflix
  contrib/gitdm: add an explicit academic entry for BU
  contrib/gitdm: add a new interns group-map for GSoC/Outreachy work
  contrib/gitdm: add more individual contributor entries.

Viresh Kumar (1):
  gitignore: Update with some filetypes

 docs/interop/vhost-user.rst               |  2 +
 docs/system/device-emulation.rst          | 79 +++++++++++++++++++++++
 docs/system/{ => devices}/ivshmem.rst     |  0
 docs/system/{ => devices}/net.rst         |  0
 docs/system/{ => devices}/nvme.rst        |  0
 docs/system/{ => devices}/usb.rst         |  0
 docs/system/devices/vhost-user.rst        | 59 +++++++++++++++++
 docs/system/{ => devices}/virtio-pmem.rst |  0
 docs/system/index.rst                     |  6 +-
 configure                                 | 10 ++-
 .gitignore                                |  2 +
 .mailmap                                  |  4 ++
 contrib/gitdm/aliases                     |  6 ++
 contrib/gitdm/domain-map                  |  9 +++
 contrib/gitdm/group-map-academics         |  3 +
 contrib/gitdm/group-map-individuals       |  5 ++
 contrib/gitdm/group-map-interns           | 13 ++++
 contrib/gitdm/group-map-netflix           |  5 ++
 contrib/gitdm/group-map-robots            |  7 ++
 contrib/gitdm/group-map-samsung           |  5 ++
 gitdm.config                              | 14 ++--
 21 files changed, 214 insertions(+), 15 deletions(-)
 create mode 100644 docs/system/device-emulation.rst
 rename docs/system/{ => devices}/ivshmem.rst (100%)
 rename docs/system/{ => devices}/net.rst (100%)
 rename docs/system/{ => devices}/nvme.rst (100%)
 rename docs/system/{ => devices}/usb.rst (100%)
 create mode 100644 docs/system/devices/vhost-user.rst
 rename docs/system/{ => devices}/virtio-pmem.rst (100%)
 create mode 100644 contrib/gitdm/group-map-interns
 create mode 100644 contrib/gitdm/group-map-netflix
 create mode 100644 contrib/gitdm/group-map-robots
 create mode 100644 contrib/gitdm/group-map-samsung

-- 
2.20.1



^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2021-07-20 13:17 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-14 18:20 [PATCH v2 00/21] documentation and metadata updates Alex Bennée
2021-07-14 18:20 ` [PATCH v2 01/21] gitignore: Update with some filetypes Alex Bennée
2021-07-14 18:20 ` [PATCH v2 02/21] docs: collect the disparate device emulation docs into one section Alex Bennée
2021-07-15  6:10   ` Markus Armbruster
2021-07-19  8:34     ` Alex Bennée
2021-07-20 13:09       ` Markus Armbruster
2021-07-14 18:20 ` [PATCH v2 03/21] docs: add a section on the generalities of vhost-user Alex Bennée
2021-07-15 10:06   ` Stefan Hajnoczi
2021-07-14 18:20 ` [PATCH v2 04/21] configure: remove needless if leg Alex Bennée
2021-07-16 16:08   ` Richard Henderson
2021-07-14 18:20 ` [PATCH v2 05/21] contrib/gitdm: add some new aliases to fix up commits Alex Bennée
2021-07-16 16:09   ` Richard Henderson
2021-07-14 18:20 ` [PATCH v2 06/21] .mailmap: fix up some broken commit authors Alex Bennée
2021-07-14 18:20 ` [PATCH v2 07/21] contrib/gitdm: add domain-map for MontaVista Alex Bennée
2021-07-14 18:20 ` [PATCH v2 08/21] contrib/gitdm: add a group mapping for robot scanners Alex Bennée
2021-07-14 18:20 ` [PATCH v2 09/21] gitdm.config: sort the corporate GroupMap entries Alex Bennée
2021-07-14 18:20 ` [PATCH v2 10/21] contrib/gitdm: add domain-map/group-map mappings for Samsung Alex Bennée
2021-07-15  5:49   ` Klaus Jensen
2021-07-15  9:06     ` Alex Bennée
2021-07-14 18:20 ` [PATCH v2 11/21] contrib/gitdm: add domain-map for Eldorado Alex Bennée
2021-07-14 18:20 ` [PATCH v2 12/21] contrib/gitdm: add domain-map/group-map for Wind River Alex Bennée
2021-07-14 18:20 ` [PATCH v2 13/21] contrib/gitdm: un-ironically add a mapping for LWN Alex Bennée
2021-07-14 18:20 ` [PATCH v2 14/21] contrib/gitdm: add domain-map for Crudebyte Alex Bennée
2021-07-14 18:20 ` [PATCH v2 15/21] contrib/gitdm: add domain-map for ZTE Alex Bennée
2021-07-14 18:20 ` [PATCH v2 16/21] contrib/gitdm: add domain-map for Syrmia Alex Bennée
2021-07-14 18:20 ` [PATCH v2 17/21] contrib/gitdm: add domain-map for NVIDIA Alex Bennée
2021-07-15 15:01   ` Kirti Wankhede
2021-07-14 18:20 ` [PATCH v2 18/21] contrib/gitdm: add group-map for Netflix Alex Bennée
2021-07-14 18:20 ` [PATCH v2 19/21] contrib/gitdm: add an explicit academic entry for BU Alex Bennée
2021-07-14 18:39   ` Alexander Bulekov
2021-07-14 18:20 ` [PATCH v2 20/21] contrib/gitdm: add a new interns group-map for GSoC/Outreachy work Alex Bennée
2021-07-15 14:31   ` Mahmoud Mandour
2021-07-14 18:20 ` [PATCH v2 21/21] contrib/gitdm: add more individual contributor entries Alex Bennée

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).