From: Anthony Liguori <anthony@codemonkey.ws>
To: "Andreas Färber" <afaerber@suse.de>
Cc: Anthony Liguori <aliguori@us.ibm.com>,
qemu-devel@nongnu.org, Blue Swirl <blauwirbel@gmail.com>,
Max Filippov <jcmvbkbc@gmail.com>, Avi Kivity <avi@redhat.com>,
Paolo Bonzini <pbonzini@redhat.com>
Subject: Re: [Qemu-devel] GPLv3 troubles
Date: Mon, 17 Oct 2011 11:47:58 -0500 [thread overview]
Message-ID: <4E9C5C3E.8030505@codemonkey.ws> (raw)
In-Reply-To: <4E9C5832.908@suse.de>
On 10/17/2011 11:30 AM, Andreas Färber wrote:
> Am 17.10.2011 16:17, schrieb Anthony Liguori:
>> On 10/17/2011 07:50 AM, Paolo Bonzini wrote:
>>> On 10/17/2011 02:38 PM, Anthony Liguori wrote:
>>>>> Could we please draft some policy on this? This is not a GDB issue,
>>>>> it's
>>>>> very general. Whether we like it or not, there is GPLv3-licensed code
>>>>> and there will probably be a GPLv4 one day.
>>>>
>>>> I don't see anything wrong with GPLv2 only. While I don't think there's
>>>> anything wrong with GPLv3, I think that "or later" is a dangerous clause
>>>> to add.
>>>
>>> License fragmentation with respect to the de facto standard toolchain
>>> (binutils)
>>> is wrong.
>>
>> Fragmentation with respect to the de factor standard kernel (Linux) is
>> wrong.
>
> Tell that to the GNU and FSF people. :)
>
> In my personal opinion, Open Source licenses should preserve our
> freedom, not make us unnecessarily duplicate code.
>
> I'm just asking to not make the situation worse than it is.
It's not something that any one person can really change. It would require a
very large effort. To give you an idea of the scope, I ran the following command:
$ grep GPL *.c hw/*.c | grep -v 'or later' | cut -f1 -d: | sort -u | while read
i; do echo $i; git log --format=" %an <%ae>" $i | sort -u; done
Here's the results. All of these people would have to explicitly SoB a
relicense of that specific file to include a "v2 or later" clause. In some
cases, there's code from Thiemo which cannot be relicensed due to his untimely
passing.
aio.c
Alexander Graf <alex@csgraf.de>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Andrea Arcangeli <aarcange@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Blue Swirl <blauwirbel@gmail.com>
Kevin Wolf <kwolf@redhat.com>
Nolan <nolan@sigbus.net>
blockdev.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Blue Swirl <blauwirbel@gmail.com>
Christoph Hellwig <hch@lst.de>
Eduardo Habkost <ehabkost@redhat.com>
Gerd Hoffmann <kraxel@redhat.com>
Jes Sorensen <Jes.Sorensen@redhat.com>
Kevin Wolf <kwolf@redhat.com>
Luiz Capitulino <lcapitulino@redhat.com>
Marcelo Tosatti <mtosatti@redhat.com>
Markus Armbruster <armbru@redhat.com>
Ryan Harper <ryanh@us.ibm.com>
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
block-migration.c
Alex Williamson <alex.williamson@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Avishay Traeger <AVISHAY@il.ibm.com>
Blue Swirl <blauwirbel@gmail.com>
Jan Kiszka <jan.kiszka@siemens.com>
Jan Kiszka <jan.kiszka@web.de>
Liran Schour <lirans@il.ibm.com>
lirans@il.ibm.com <lirans@il.ibm.com>
malc <av1474@comtv.ru>
Marcelo Tosatti <mtosatti@redhat.com>
Markus Armbruster <armbru@redhat.com>
Pierre Riteau <Pierre.Riteau@irisa.fr>
Shahar Havivi <shaharh@redhat.com>
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Yoshiaki Tamura <tamura.yoshiaki@lab.ntt.co.jp>
buffered_file.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Glauber Costa <glommer@redhat.com>
lirans@il.ibm.com <lirans@il.ibm.com>
malc <av1474@comtv.ru>
Marcelo Tosatti <mtosatti@redhat.com>
Michael S. Tsirkin <mst@redhat.com>
Paolo Bonzini <pbonzini@redhat.com>
Pierre Riteau <Pierre.Riteau@irisa.fr>
compatfd.c
Alexander Graf <agraf@suse.de>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Jan Kiszka <jan.kiszka@siemens.com>
Marcelo Tosatti <mtosatti@redhat.com>
Tristan Gingold <gingold@adacore.com>
error.c
Anthony Liguori <aliguori@us.ibm.com>
Luiz Capitulino <lcapitulino@redhat.com>
Stefan Weil <weil@mail.berlios.de>
hmp.c
Anthony Liguori <aliguori@us.ibm.com>
Luiz Capitulino <lcapitulino@redhat.com>
hw/a9mpcore.c
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
hw/ads7846.c
Alex Williamson <alex.williamson@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/an5206.c
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Aurelien Jarno <aurelien@aurel32.net>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Jan Kiszka <jan.kiszka@siemens.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/arm11mpcore.c
Avi Kivity <avi@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
Peter Maydell <peter.maydell@linaro.org>
hw/arm_boot.c
Adam Lackorzynski <adam@os.inf.tu-dresden.de>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Aurelien Jarno <aurelien@aurel32.net>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Jan Kiszka <jan.kiszka@siemens.com>
Jan Kiszka <jan.kiszka@web.de>
Lars Munch <lars@segv.dk>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
Stefan Weil <weil@mail.berlios.de>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/arm_gic.c
Adam Lackorzynski <adam@os.inf.tu-dresden.de>
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/arm_pic.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Andreas Färber <andreas.faerber@web.de>
Jan Kiszka <jan.kiszka@siemens.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/arm_sysctl.c
Alexander Graf <agraf@suse.de>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Aurelien Jarno <aurelien@aurel32.net>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Daniel Jacobowitz <drow@false.org>
Gerd Hoffmann <kraxel@redhat.com>
malc <av1474@comtv.ru>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paolo Bonzini <pbonzini@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/arm_timer.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Rabin Vincent <rabin@rab.in>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/armv7m.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Aurelien Jarno <aurelien@aurel32.net>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
malc <av1474@comtv.ru>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/armv7m_nvic.c
Alex Williamson <alex.williamson@redhat.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paolo Bonzini <pbonzini@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/bitbang_i2c.c
Andrzej Zaborowski <balrog@zabor.org>
Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann <kraxel@redhat.com>
Marcus Comstedt <marcus@mc.pp.se>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
hw/bonito.c
Alexander Graf <agraf@suse.de>
Avi Kivity <avi@redhat.com>
Huacai Chen <zltjiangshi@gmail.com>
Isaku Yamahata <yamahata@valinux.co.jp>
Stefan Weil <weil@mail.berlios.de>
hw/collie.c
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
hw/ds1338.c
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
hw/dummy_m68k.c
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Aurelien Jarno <aurelien@aurel32.net>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/ecc.c
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/empty_slot.c
Alexander Graf <agraf@suse.de>
Artyom Tarasenko <atar4qemu@googlemail.com>
Stefan Weil <weil@mail.berlios.de>
hw/es1370.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Gerd Hoffmann <kraxel@redhat.com>
Isaku Yamahata <yamahata@valinux.co.jp>
Jan Kiszka <jan.kiszka@siemens.com>
Jan Kiszka <jan.kiszka@web.de>
Juan Quintela <quintela@redhat.com>
malc <av1474@comtv.ru>
malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Michael S. Tsirkin <mst@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/event_notifier.c
Michael S. Tsirkin <mst@redhat.com>
hw/fmopl.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
malc <av1474@comtv.ru>
malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Stefan Weil <weil@mail.berlios.de>
hw/framebuffer.c
Anthony Liguori <aliguori@us.ibm.com>
Jan Kiszka <jan.kiszka@siemens.com>
malc <av1474@comtv.ru>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Vasily Khoruzhick <anarsoul@gmail.com>
hw/gumstix.c
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Lars Munch <lars@segv.dk>
malc <av1474@comtv.ru>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Richard Henderson <rth@twiddle.net>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/i2c.c
Alex Williamson <alex.williamson@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
Juha Riihimäki <Juha.Riihimaki@nokia.com>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/integratorcp.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
malc <av1474@comtv.ru>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/ivshmem.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Cam Macdonell <cam@cs.ualberta.ca>
Isaku Yamahata <yamahata@valinux.co.jp>
Jes Sorensen <Jes.Sorensen@redhat.com>
hw/kvmclock.c
Glauber Costa <glommer@redhat.com>
Jan Kiszka <jan.kiszka@siemens.com>
Luiz Capitulino <lcapitulino@redhat.com>
hw/lan9118.c
Alexander Graf <agraf@suse.de>
Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Blue Swirl <blauwirbel@gmail.com>
Mark McLoughlin <markmc@redhat.com>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paolo Bonzini <pbonzini@redhat.com>
Paul Brook <paul@codesourcery.com>
Peter Maydell <peter.maydell@linaro.org>
Stefan Weil <weil@mail.berlios.de>
hw/lsi53c895a.c
Alexander Graf <agraf@suse.de>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Aurelien Jarno <aurelien@aurel32.net>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Bernhard Kohl <bernhard.kohl@nsn.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Christophe Fergeau <cfergeau@redhat.com>
Gerd Hoffmann <kraxel@redhat.com>
Hannes Reinecke <hare@suse.de>
Isaku Yamahata <yamahata@valinux.co.jp>
Jan Kiszka <jan.kiszka@siemens.com>
Juan Quintela <quintela@redhat.com>
Laszlo Ast <laszlo.ast@siemens-enterprise.com>
malc <av1474@comtv.ru>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Michael S. Tsirkin <mst@redhat.com>
Nolan <nolan@sigbus.net>
Paolo Bonzini <pbonzini@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Ryan Harper <ryanh@us.ibm.com>
Sebastian Herbszt <herbszt@gmx.de>
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Stefan Weil <weil@mail.berlios.de>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/mainstone.c
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Lars Munch <lars@segv.dk>
malc <av1474@comtv.ru>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Richard Henderson <rth@twiddle.net>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/marvell_88w8618_audio.c
Alexander Graf <agraf@suse.de>
Andrzej Zaborowski <balrog@zabor.org>
Anthony Liguori <aliguori@us.ibm.com>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Jan Kiszka <jan.kiszka@web.de>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
hw/max111x.c
Alex Williamson <alex.williamson@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/max7310.c
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/mcf5206.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/mcf5208.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Aurelien Jarno <aurelien@aurel32.net>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/mcf_fec.c
Alexander Graf <agraf@suse.de>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Blue Swirl <blauwirbel@gmail.com>
Jan Kiszka <jan.kiszka@siemens.com>
malc <av1474@comtv.ru>
Mark McLoughlin <markmc@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/mcf_intc.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Blue Swirl <blauwirbel@gmail.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/mcf_uart.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/mips_fulong2e.c
Alex Williamson <alex.williamson@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Aurelien Jarno <aurelien@aurel32.net>
Avi Kivity <avi@redhat.com>
Blue Swirl <blauwirbel@gmail.com>
Huacai Chen <zltjiangshi@gmail.com>
Isaku Yamahata <yamahata@valinux.co.jp>
Jan Kiszka <jan.kiszka@siemens.com>
Stefan Weil <weil@mail.berlios.de>
hw/mpcore.c
Alexander Graf <agraf@suse.de>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paolo Bonzini <pbonzini@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/msix.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Blue Swirl <blauwirbel@gmail.com>
Isaku Yamahata <yamahata@valinux.co.jp>
Jan Kiszka <jan.kiszka@siemens.com>
Jes Sorensen <Jes.Sorensen@redhat.com>
malc <av1474@comtv.ru>
Michael S. Tsirkin <mst@redhat.com>
Stefan Weil <weil@mail.berlios.de>
hw/mst_fpga.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Andrzej Zaborowski <balrog@zabor.org>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
malc <av1474@comtv.ru>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Stefan Weil <weil@mail.berlios.de>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/musicpal.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Andrzej Zaborowski <balrog@zabor.org>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Benoit Canet <benoit.canet@gmail.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Jan Kiszka <jan.kiszka@siemens.com>
Jan Kiszka <jan.kiszka@web.de>
malc <av1474@comtv.ru>
malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Mark McLoughlin <markmc@redhat.com>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Richard Henderson <rth@twiddle.net>
hw/nand.c
Alex Williamson <alex.williamson@redhat.com>
Andrzej Zaborowski <andrew.zaborowski@intel.com>
Anthony Liguori <aliguori@us.ibm.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Edgar E. Iglesias <edgar.iglesias@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Jean-Christophe DUBOIS <jcd@tribudubois.net>
Juan Quintela <quintela@redhat.com>
Juha Riihimäki <juha.riihimaki@nokia.com>
Markus Armbruster <armbru@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pc.c
Adam Lackorzynski <adam@os.inf.tu-dresden.de>
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Amit Shah <amit.shah@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Anthony PERARD <anthony.perard@citrix.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Aurelien Jarno <aurelien@aurel32.net>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Bernhard Kohl <bernhard.kohl@nsn.com>
Bernhard M. Wiedemann <qemudevbmw@lsmod.de>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
Eduardo Habkost <ehabkost@redhat.com>
Gerd Hoffmann <kraxel@redhat.com>
Glauber Costa <glommer@redhat.com>
Gleb Natapov <gleb@redhat.com>
Isaku Yamahata <yamahata@valinux.co.jp>
Jan Kiszka <jan.kiszka@siemens.com>
Jan Kiszka <jan.kiszka@web.de>
Jes Sorensen <jes@sgi.com>
Jes Sorensen <Jes.Sorensen@redhat.com>
j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
Juan Quintela <quintela@redhat.com>
Justin M. Forbes <jmforbes@linuxtx.org>
Kevin Wolf <kwolf@redhat.com>
Kirill A. Shutemov <kirill@shutemov.name>
malc <av1474@comtv.ru>
Mark McLoughlin <markmc@redhat.com>
Markus Armbruster <armbru@pond.sub.org>
Markus Armbruster <armbru@redhat.com>
Michael S. Tsirkin <mst@redhat.com>
M. Mohan Kumar <mohan@in.ibm.com>
Pascal Terjan <pterjan@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Richard Henderson <rth@twiddle.net>
Richard W.M. Jones <rjones@redhat.com>
Stefan Weil <weil@mail.berlios.de>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pl011.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pl022.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pl050.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pl061.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
Stefan Weil <weil@mail.berlios.de>
hw/pl080.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pl110.c
Alexander Graf <agraf@suse.de>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pl181.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Jan Kiszka <jan.kiszka@siemens.com>
Jan Kiszka <jan.kiszka@web.de>
malc <av1474@comtv.ru>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pl190.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/ptimer.c
Anthony Liguori <aliguori@us.ibm.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Juan Quintela <quintela@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paolo Bonzini <pbonzini@redhat.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pxa2xx.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Andrzej Zaborowski <balrog@zabor.org>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
Lars Munch <lars@segv.dk>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paolo Bonzini <pbonzini@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Richard Henderson <rth@twiddle.net>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Vasily Khoruzhick <anarsoul@gmail.com>
hw/pxa2xx_dma.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Andrzej Zaborowski <balrog@zabor.org>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pxa2xx_gpio.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
malc <av1474@comtv.ru>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pxa2xx_keypad.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Juan Quintela <quintela@redhat.com>
malc <av1474@comtv.ru>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Vasily Khoruzhick <anarsoul@gmail.com>
hw/pxa2xx_lcd.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Juan Quintela <quintela@redhat.com>
malc <av1474@comtv.ru>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Stefan Weil <weil@mail.berlios.de>
Vasily Khoruzhick <anarsoul@gmail.com>
hw/pxa2xx_mmci.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Andrzej Zaborowski <balrog@zabor.org>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
malc <av1474@comtv.ru>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pxa2xx_pcmcia.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
malc <av1474@comtv.ru>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pxa2xx_pic.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Andrzej Zaborowski <andrew.zaborowski@intel.com>
Andrzej Zaborowski <balrog@zabor.org>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/pxa2xx_timer.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Andrzej Zaborowski <andrew.zaborowski@intel.com>
Andrzej Zaborowski <balrog@zabor.org>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Juan Quintela <quintela@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paolo Bonzini <pbonzini@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/realview.c
Adam Lackorzynski <adam@os.inf.tu-dresden.de>
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
malc <av1474@comtv.ru>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Michael S. Tsirkin <mst@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/realview_gic.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/scsi-disk.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Artyom Tarasenko <atar4qemu@googlemail.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Bernhard Kohl <bernhard.kohl@nsn.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Christoph Hellwig <hch@lst.de>
Gerd Hoffmann <kraxel@redhat.com>
Gleb Natapov <gleb@redhat.com>
Hannes Reinecke <hare@suse.de>
Herve Poussineau <hpoussin@reactos.org>
Jan Kiszka <jan.kiszka@siemens.com>
Kevin Wolf <kwolf@redhat.com>
Laszlo Ast <laszlo.ast@siemens-enterprise.com>
Luiz Capitulino <lcapitulino@redhat.com>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Naphtali Sprei <nsprei@redhat.com>
Paolo Bonzini <pbonzini@redhat.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/scsi-generic.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Bernhard Kohl <bernhard.kohl@nsn.com>
Blue Swirl <blauwirbel@gmail.com>
Christoph Hellwig <hch@lst.de>
Gerd Hoffmann <kraxel@redhat.com>
Hannes Reinecke <hare@suse.de>
Jean-Christophe DUBOIS <jcd@tribudubois.net>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paolo Bonzini <pbonzini@redhat.com>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/sh_intc.c
Alexander Graf <agraf@suse.de>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
malc <av1474@comtv.ru>
malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Stefan Weil <weil@mail.berlios.de>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/sh_timer.c
Alexander Graf <agraf@suse.de>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/smbios.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Beth Kon <eak@us.ibm.com>
Blue Swirl <blauwirbel@gmail.com>
Stefan Weil <weil@mail.berlios.de>
hw/smbus.c
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/smc91c111.c
Alexander Graf <agraf@suse.de>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juha Riihimäki <juha.riihimaki@nokia.com>
Lars Munch <lars@segv.dk>
malc <av1474@comtv.ru>
Mark McLoughlin <markmc@redhat.com>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/spitz.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
Juha Riihimäki <juha.riihimaki@nokia.com>
Lars Munch <lars@segv.dk>
malc <av1474@comtv.ru>
Markus Armbruster <armbru@redhat.com>
Paolo Bonzini <pbonzini@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
Richard Henderson <rth@twiddle.net>
Stefan Weil <weil@mail.berlios.de>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/ssd0303.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Stefan Weil <weil@mail.berlios.de>
hw/ssd0323.c
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/ssi.c
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
hw/ssi-sd.c
Alex Williamson <alex.williamson@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/stellaris.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Engin AYDOGAN <engin@bzzzt.biz>
Gerd Hoffmann <kraxel@redhat.com>
Jan Kiszka <jan.kiszka@siemens.com>
Juan Quintela <quintela@redhat.com>
malc <av1474@comtv.ru>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paolo Bonzini <pbonzini@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/stellaris_enet.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
malc <av1474@comtv.ru>
Mark McLoughlin <markmc@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/stellaris_input.c
Alex Williamson <alex.williamson@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Juan Quintela <quintela@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/strongarm.c
Anthony Liguori <aliguori@us.ibm.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Markus Armbruster <armbru@redhat.com>
hw/tc6393xb.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Juha Riihimäki <juha.riihimaki@nokia.com>
malc <av1474@comtv.ru>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
hw/tosa.c
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Lars Munch <lars@segv.dk>
malc <av1474@comtv.ru>
Markus Armbruster <armbru@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Richard Henderson <rth@twiddle.net>
hw/usb-msd.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Brad Hards <bradh@frogmouth.net>
Christoph Hellwig <hch@lst.de>
Gerd Hoffmann <kraxel@redhat.com>
Gleb Natapov <gleb@redhat.com>
Hannes Reinecke <hare@suse.de>
Hans de Goede <hdegoede@redhat.com>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Max Reitz <max@tyndur.org>
Paolo Bonzini <pbonzini@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/usb-serial.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Amit Shah <amit.shah@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Brad Hards <bradh@frogmouth.net>
David S. Ahern <daahern@cisco.com>
Gerd Hoffmann <kraxel@redhat.com>
Hans de Goede <hdegoede@redhat.com>
Jason Wessel <jason.wessel@windriver.com>
Kevin Wolf <kwolf@redhat.com>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Paul Brook <paul@codesourcery.com>
hw/versatilepb.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Avi Kivity <avi@redhat.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
j_mayer <j_mayer@c046a42c-6fe2-441c-8c8c-71466251a162>
malc <av1474@comtv.ru>
Markus Armbruster <armbru@redhat.com>
Matthew Fernandez <matthew.fernandez@gmail.com>
Michael S. Tsirkin <mst@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/versatile_pci.c
Alexander Graf <agraf@suse.de>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Isaku Yamahata <yamahata@valinux.co.jp>
Juan Quintela <quintela@redhat.com>
malc <av1474@comtv.ru>
Matthew Fernandez <matthew.fernandez@gmail.com>
Michael S. Tsirkin <mst@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Peter Maydell <peter.maydell@linaro.org>
ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/vhost.c
Anthony Liguori <aliguori@us.ibm.com>
Anthony PERARD <anthony.perard@citrix.com>
Blue Swirl <blauwirbel@gmail.com>
Jason Wang <jasowang@redhat.com>
Marcelo Tosatti <mtosatti@redhat.com>
Michael S. Tsirkin <mst@redhat.com>
Mike McCormack <mikem@ring3k.org>
mst@redhat.com <mst@redhat.com>
Stefan Weil <weil@mail.berlios.de>
hw/vhost_net.c
Anthony Liguori <aliguori@us.ibm.com>
Blue Swirl <blauwirbel@gmail.com>
Jes Sorensen <Jes.Sorensen@redhat.com>
Michael S. Tsirkin <mst@redhat.com>
Michael Tokarev <mjt@tls.msk.ru>
Mike McCormack <mikem@ring3k.org>
mst@redhat.com <mst@redhat.com>
hw/virtio-balloon.c
Adam Litke <agl@us.ibm.com>
Alexey Kardashevskiy <aik@ozlabs.ru>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Amit Shah <amit.shah@redhat.com>
Andreas Färber <afaerber@opensolaris.org>
Anthony Liguori <aliguori@us.ibm.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Eduardo Habkost <ehabkost@redhat.com>
malc <av1474@comtv.ru>
Michael S. Tsirkin <mst@redhat.com>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/virtio-blk.c
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Amit Shah <amit.shah@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Aurelien Jarno <aurelien@aurel32.net>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Bruce Rogers <brogers@novell.com>
Christoph Hellwig <hch@lst.de>
Gerd Hoffmann <kraxel@redhat.com>
Gleb Natapov <gleb@redhat.com>
hch@lst.de <hch@lst.de>
Jan Kiszka <jan.kiszka@siemens.com>
Jes Sorensen <Jes.Sorensen@redhat.com>
john cooper <john.cooper@redhat.com>
Kevin Wolf <kwolf@redhat.com>
Luiz Capitulino <lcapitulino@redhat.com>
Markus Armbruster <armbru@redhat.com>
Michael S. Tsirkin <mst@redhat.com>
Naphtali Sprei <nsprei@redhat.com>
Paul Brook <paul@codesourcery.com>
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Stefan Weil <weil@mail.berlios.de>
Yoshiaki Tamura <tamura.yoshiaki@lab.ntt.co.jp>
hw/virtio.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Amit Shah <amit.shah@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
David Gibson <david@gibson.dropbear.id.au>
Isaku Yamahata <yamahata@valinux.co.jp>
Jan Kiszka <jan.kiszka@siemens.com>
Jason Wang <jasowang@redhat.com>
Kevin Wolf <kwolf@redhat.com>
Luiz Capitulino <lcapitulino@redhat.com>
malc <av1474@comtv.ru>
Mark McLoughlin <markmc@redhat.com>
Markus Armbruster <armbru@redhat.com>
Michael S. Tsirkin <mst@redhat.com>
Paul Brook <paul@codesourcery.com>
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Stefan Weil <weil@mail.berlios.de>
hw/virtio-console.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Amit Shah <amit.shah@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Gerd Hoffmann <kraxel@redhat.com>
Hans de Goede <hdegoede@redhat.com>
Markus Armbruster <armbru@redhat.com>
Michael S. Tsirkin <mst@redhat.com>
Paul Brook <paul@codesourcery.com>
hw/virtio-net.c
Alex Williamson <alex.williamson@hp.com>
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Amit Shah <amit.shah@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Aurelien Jarno <aurelien@aurel32.net>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
David L Stevens <dlstevens@us.ibm.com>
Dustin Kirkland <kirkland@canonical.com>
Gerd Hoffmann <kraxel@redhat.com>
Glauber Costa <glommer@redhat.com>
Gleb Natapov <gleb@redhat.com>
Hannes Reinecke <hare@suse.de>
Mark McLoughlin <markmc@redhat.com>
Markus Armbruster <armbru@redhat.com>
Michael S. Tsirkin <mst@redhat.com>
mst@redhat.com <mst@redhat.com>
Paolo Bonzini <pbonzini@redhat.com>
Paul Brook <paul@codesourcery.com>
Sridhar Samudrala <sri@us.ibm.com>
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Tom Lendacky <tahm@linux.vnet.ibm.com>
hw/virtio-pci.c
Alexander Graf <agraf@suse.de>
Alex Williamson <alex.williamson@redhat.com>
Amit Shah <amit.shah@redhat.com>
Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Blue Swirl <blauwirbel@gmail.com>
Christoph Hellwig <hch@lst.de>
Gerd Hoffmann <kraxel@redhat.com>
Gleb Natapov <gleb@redhat.com>
Isaku Yamahata <yamahata@valinux.co.jp>
Jan Kiszka <jan.kiszka@web.de>
malc <av1474@comtv.ru>
Mark McLoughlin <markmc@redhat.com>
Markus Armbruster <armbru@redhat.com>
Michael S. Tsirkin <mst@redhat.com>
mst@redhat.com <mst@redhat.com>
Paul Brook <paul@codesourcery.com>
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
Yan Vugenfirer <yvugenfi@redhat.com>
hw/virtio-serial-bus.c
Alexey Kardashevskiy <aik@ozlabs.ru>
Alex Williamson <alex.williamson@redhat.com>
Alon Levy <alevy@redhat.com>
Amit Shah <amit.shah@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann <kraxel@redhat.com>
Hannes Reinecke <hare@suse.de>
Luiz Capitulino <lcapitulino@redhat.com>
Markus Armbruster <armbru@redhat.com>
Michael S. Tsirkin <mst@redhat.com>
hw/vt82c686.c
Huacai Chen <zltjiangshi@gmail.com>
Isaku Yamahata <yamahata@valinux.co.jp>
Paolo Bonzini <pbonzini@redhat.com>
Richard Henderson <rth@twiddle.net>
Stefan Weil <weil@mail.berlios.de>
hw/wm8750.c
Anthony Liguori <aliguori@us.ibm.com>
balrog <balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Gerd Hoffmann <kraxel@redhat.com>
Juan Quintela <quintela@redhat.com>
malc <av1474@comtv.ru>
malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Paul Brook <paul@codesourcery.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
hw/z2.c
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Richard Henderson <rth@twiddle.net>
Vasily Khoruzhick <anarsoul@gmail.com>
iov.c
Amit Shah <amit.shah@redhat.com>
Gerd Hoffmann <kraxel@redhat.com>
Hannes Reinecke <hare@suse.de>
memory.c
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
Blue Swirl <blauwirbel@gmail.com>
David Gibson <david@gibson.dropbear.id.au>
Jan Kiszka <jan.kiszka@siemens.com>
Michael Walle <michael@walle.cc>
Richard Henderson <rth@twiddle.net>
migration.c
Alex Williamson <alex.williamson@redhat.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Amit Shah <amit.shah@redhat.com>
Anthony Liguori <aliguori@us.ibm.com>
Chris Lalancette <clalance@redhat.com>
Gerd Hoffmann <kraxel@redhat.com>
Glauber Costa <glommer@redhat.com>
Jan Kiszka <jan.kiszka@siemens.com>
Jes Sorensen <Jes.Sorensen@redhat.com>
Juan Quintela <quintela@redhat.com>
lirans@il.ibm.com <lirans@il.ibm.com>
Luiz Capitulino <lcapitulino@redhat.com>
malc <av1474@comtv.ru>
Marcelo Tosatti <mtosatti@redhat.com>
Markus Armbruster <armbru@redhat.com>
Michael S. Tsirkin <mst@redhat.com>
Paolo Bonzini <pbonzini@redhat.com>
Uri Lublin <uril@redhat.com>
Yoshiaki Tamura <tamura.yoshiaki@lab.ntt.co.jp>
migration-exec.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
Blue Swirl <blauwirbel@gmail.com>
Chris Lalancette <clalance@redhat.com>
Jan Kiszka <jan.kiszka@siemens.com>
Juan Quintela <quintela@redhat.com>
lirans@il.ibm.com <lirans@il.ibm.com>
malc <av1474@comtv.ru>
Paolo Bonzini <pbonzini@redhat.com>
migration-fd.c
Anthony Liguori <aliguori@us.ibm.com>
Blue Swirl <blauwirbel@gmail.com>
Jan Kiszka <jan.kiszka@siemens.com>
Juan Quintela <quintela@redhat.com>
lirans@il.ibm.com <lirans@il.ibm.com>
malc <av1474@comtv.ru>
Paolo Bonzini <pbonzini@redhat.com>
migration-tcp.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Jan Kiszka <jan.kiszka@siemens.com>
Juan Quintela <quintela@redhat.com>
Kevin Wolf <kwolf@redhat.com>
lirans@il.ibm.com <lirans@il.ibm.com>
malc <av1474@comtv.ru>
Paolo Bonzini <pbonzini@redhat.com>
Shahar Havivi <shaharh@redhat.com>
Stefan Weil <weil@mail.berlios.de>
Yoshiaki Tamura <tamura.yoshiaki@lab.ntt.co.jp>
migration-unix.c
Anthony Liguori <aliguori@us.ibm.com>
Blue Swirl <blauwirbel@gmail.com>
Chris Lalancette <clalance@redhat.com>
Daniel P. Berrange <berrange@redhat.com>
Jan Kiszka <jan.kiszka@siemens.com>
Juan Quintela <quintela@redhat.com>
Kevin Wolf <kwolf@redhat.com>
lirans@il.ibm.com <lirans@il.ibm.com>
malc <av1474@comtv.ru>
Stefan Weil <weil@mail.berlios.de>
module.c
Anthony Liguori <aliguori@us.ibm.com>
Blue Swirl <blauwirbel@gmail.com>
notify.c
Anthony Liguori <aliguori@us.ibm.com>
Jan Kiszka <jan.kiszka@siemens.com>
pflib.c
Anthony Liguori <aliguori@us.ibm.com>
Gerd Hoffmann <kraxel@redhat.com>
posix-aio-compat.c
Alexandre Raymond <cerbere@gmail.com>
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Andrew de Quincey <adq@lidskialf.net>
Anthony Liguori <aliguori@us.ibm.com>
Avi Kivity <avi@redhat.com>
blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Christoph Hellwig <hch@lst.de>
Frediano Ziglio <freddy77@gmail.com>
Jes Sorensen <Jes.Sorensen@redhat.com>
Juan Quintela <quintela@redhat.com>
Kevin Wolf <kwolf@redhat.com>
Kirill A. Shutemov <kirill@shutemov.name>
malc <av1474@comtv.ru>
malc <malc@c046a42c-6fe2-441c-8c8c-71466251a162>
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Stefan Weil <weil@mail.berlios.de>
qemu-tool.c
aliguori <aliguori@c046a42c-6fe2-441c-8c8c-71466251a162>
Anthony Liguori <aliguori@us.ibm.com>
aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162>
Blue Swirl <blauwirbel@gmail.com>
Frediano Ziglio <freddy77@gmail.com>
Jes Sorensen <Jes.Sorensen@redhat.com>
Juan Quintela <quintela@redhat.com>
Kevin Wolf <kwolf@redhat.com>
Luiz Capitulino <lcapitulino@redhat.com>
Markus Armbruster <armbru@redhat.com>
Naphtali Sprei <nsprei@redhat.com>
pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
qmp.c
Anthony Liguori <aliguori@us.ibm.com>
Luiz Capitulino <lcapitulino@redhat.com>
xen-all.c
Anthony Liguori <aliguori@us.ibm.com>
Anthony PERARD <anthony.perard@citrix.com>
Arun Sharma <arun.sharma@intel.com>
Jan Kiszka <jan.kiszka@siemens.com>
Jun Nakajima <jun.nakajima@intel.com>
Luiz Capitulino <lcapitulino@redhat.com>
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen-mapcache.c
Anthony Liguori <aliguori@us.ibm.com>
Anthony PERARD <anthony.perard@citrix.com>
Jan Kiszka <jan.kiszka@siemens.com>
John Baboval <john.baboval@virtualcomputer.com>
Jun Nakajima <jun.nakajima@intel.com>
Stefan Berger <stefanb@linux.vnet.ibm.com>
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
xen-stub.c
Anthony PERARD <anthony.perard@citrix.com>
Jun Nakajima <jun.nakajima@intel.com>
Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Regards,
Anthony Liguori
>
> Regards,
> Andreas
>
next prev parent reply other threads:[~2011-10-17 16:48 UTC|newest]
Thread overview: 63+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-10 2:25 [Qemu-devel] [PATCH 0/7] target-xtensa: add overlay parsing header and convert hand-written core definitions to use overlays Max Filippov
2011-10-10 2:25 ` [Qemu-devel] [PATCH 1/7] target-xtensa: increase xtensa options accuracy Max Filippov
2011-10-10 2:26 ` [Qemu-devel] [PATCH 2/7] target-xtensa: remove hand-written xtensa cores implementations Max Filippov
2011-10-10 2:26 ` [Qemu-devel] [PATCH 3/7] target-xtensa: implement external interrupt mapping Max Filippov
2011-10-10 2:26 ` [Qemu-devel] [PATCH 4/7] target-xtensa: extract core configuration from overlay Max Filippov
2011-10-10 2:26 ` [Qemu-devel] [PATCH 5/7] target-xtensa: add dc232b core Max Filippov
2011-10-10 2:26 ` [Qemu-devel] [PATCH 6/7] target-xtensa: add fsf core Max Filippov
2011-10-15 9:02 ` Blue Swirl
2011-10-15 13:15 ` Max Filippov
2011-10-15 13:44 ` Max Filippov
2011-10-15 13:50 ` Blue Swirl
2011-10-15 14:08 ` [Qemu-devel] [PATCH v2] " Max Filippov
2011-10-17 10:45 ` [Qemu-devel] GPLv3 troubles (was: [PATCH 6/7] target-xtensa: add fsf core) Andreas Färber
2011-10-17 10:47 ` [Qemu-devel] GPLv3 troubles Paolo Bonzini
2011-10-17 11:07 ` Andreas Färber
2011-10-17 11:10 ` Paolo Bonzini
2011-10-17 16:39 ` Andreas Färber
2011-10-17 16:47 ` Peter Maydell
2011-10-17 16:51 ` Anthony Liguori
2011-10-17 17:58 ` Andreas Färber
2011-10-17 18:16 ` Anthony Liguori
2011-10-17 18:18 ` Peter Maydell
2011-10-17 18:20 ` Stefan Weil
2011-10-17 18:29 ` Anthony Liguori
2011-10-17 18:34 ` Peter Maydell
2011-10-17 18:37 ` Anthony Liguori
2011-10-17 19:33 ` Blue Swirl
2011-10-17 19:43 ` Blue Swirl
2011-10-17 17:01 ` Andreas Färber
2011-10-17 12:38 ` Anthony Liguori
2011-10-17 12:50 ` Paolo Bonzini
2011-10-17 14:17 ` Anthony Liguori
2011-10-17 14:27 ` Paolo Bonzini
2011-10-17 16:30 ` Andreas Färber
2011-10-17 16:47 ` Anthony Liguori [this message]
2011-10-17 17:46 ` Stefan Weil
2011-10-17 19:29 ` Blue Swirl
2011-10-17 20:44 ` Avi Kivity
2011-10-18 8:01 ` Markus Armbruster
2011-10-18 13:03 ` Anthony Liguori
2011-10-18 14:33 ` Andreas Färber
2011-10-18 14:36 ` Anthony Liguori
2011-10-18 14:44 ` nicolas.sauzede
2011-10-18 15:00 ` andrzej zaborowski
2011-10-18 15:19 ` Peter Maydell
2011-10-18 15:31 ` Paolo Bonzini
2011-10-18 16:01 ` Anthony Liguori
2011-10-18 16:15 ` Peter Maydell
2011-10-18 16:20 ` Avi Kivity
2011-10-18 16:30 ` Anthony Liguori
2011-10-18 16:32 ` Peter Maydell
2011-10-18 16:37 ` Paolo Bonzini
2011-10-18 18:44 ` Blue Swirl
2011-10-18 15:56 ` Anthony Liguori
2011-10-18 16:14 ` Peter Maydell
2011-10-25 14:34 ` Dor Laor
2012-01-25 21:16 ` Stefan Weil
2012-01-26 18:05 ` Michael Walle
2011-10-17 17:52 ` Andreas Färber
2011-10-10 2:26 ` [Qemu-devel] [PATCH 7/7] target-xtensa: rename dc232b board to sim Max Filippov
2011-10-15 21:29 ` [Qemu-devel] [PATCH 0/7] target-xtensa: add overlay parsing header and convert hand-written core definitions to use overlays Blue Swirl
2011-10-15 21:52 ` Max Filippov
2011-10-16 6:15 ` Stefan Weil
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=4E9C5C3E.8030505@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=afaerber@suse.de \
--cc=aliguori@us.ibm.com \
--cc=avi@redhat.com \
--cc=blauwirbel@gmail.com \
--cc=jcmvbkbc@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
/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 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).