MAINTAINERS: Add a section for the host OS and a W32 maintainer
authorStefan Weil <sw@weilnetz.de>
Fri, 27 Jan 2012 17:53:49 +0000 (18:53 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 1 Feb 2012 20:42:03 +0000 (14:42 -0600)
commit1bdd687454e89a2fd6902b95d912b1d7113f3965
tree4400a222934c895c77ae4adc197df3684cfe4121
parent5f01e06f1fc7904a03e02b68c829aa25c2085baa
MAINTAINERS: Add a section for the host OS and a W32 maintainer

Up to now, there was no special section for the different
host operating systems used with QEMU.

scripts/get_maintainer.pl did not show a maintainer for
OS specific files and patches.

Therefore I added three hosts systems:

* POSIX for the majority of host systems which are supported.
  This includes BSD and Linux host systems.

* LINUX is a special case of POSIX needed for some Linux specific
  files and directories.

* W32, W64 for a well known family of closed source operating systems.

I also added myself as a maintainer for W32, W64.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
MAINTAINERS