* [Qemu-devel] [PATCHv3 0/2] MAINTAINERS: update entries for SPARC @ 2016-06-15 7:25 Mark Cave-Ayland 2016-06-15 7:25 ` [Qemu-devel] [PATCHv3 1/2] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer Mark Cave-Ayland ` (2 more replies) 0 siblings, 3 replies; 14+ messages in thread From: Mark Cave-Ayland @ 2016-06-15 7:25 UTC (permalink / raw) To: qemu-devel, peter.maydell; +Cc: Mark Cave-Ayland Update MAINTAINERS for SPARC (and associated machines): add Artyom Tarasenko and remove Blue Swirl. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Mark Cave-Ayland (2): MAINTAINERS: add Artyom Tarasenko as SPARC maintainer MAINTAINERS: remove Blue Swirl as SPARC maintainer MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) -- 1.7.10.4 ^ permalink raw reply [flat|nested] 14+ messages in thread
* [Qemu-devel] [PATCHv3 1/2] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer 2016-06-15 7:25 [Qemu-devel] [PATCHv3 0/2] MAINTAINERS: update entries for SPARC Mark Cave-Ayland @ 2016-06-15 7:25 ` Mark Cave-Ayland 2016-06-15 7:25 ` [Qemu-devel] [PATCHv3 2/2] MAINTAINERS: remove Blue Swirl " Mark Cave-Ayland 2016-06-20 14:19 ` [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers Markus Armbruster 2 siblings, 0 replies; 14+ messages in thread From: Mark Cave-Ayland @ 2016-06-15 7:25 UTC (permalink / raw) To: qemu-devel, peter.maydell; +Cc: Mark Cave-Ayland Artyom has been working on QEMU's SPARC emulation for several years, providing initial support for Solaris under qemu-system-sparc and more recently bugfixes for qemu-system-sparc64 and TCG patch reviews. As work progresses on improving emulation for sun4u machines and beyond, Artyom has agreed to take on co-maintainership of SPARC with a focus on 64-bit architecture. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> Acked-by: Artyom Tarasenko <atar4qemu@gmail.com> --- MAINTAINERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index df990a8..4ebc29f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -191,6 +191,7 @@ F: disas/sh4.c SPARC M: Blue Swirl <blauwirbel@gmail.com> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> +M: Artyom Tarasenko <atar4qemu@gmail.com> S: Maintained F: target-sparc/ F: hw/sparc/ @@ -639,12 +640,14 @@ SPARC Machines Sun4m M: Blue Swirl <blauwirbel@gmail.com> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> +M: Artyom Tarasenko <atar4qemu@gmail.com> S: Maintained F: hw/sparc/sun4m.c Sun4u M: Blue Swirl <blauwirbel@gmail.com> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> +M: Artyom Tarasenko <atar4qemu@gmail.com> S: Maintained F: hw/sparc64/sun4u.c -- 1.7.10.4 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Qemu-devel] [PATCHv3 2/2] MAINTAINERS: remove Blue Swirl as SPARC maintainer 2016-06-15 7:25 [Qemu-devel] [PATCHv3 0/2] MAINTAINERS: update entries for SPARC Mark Cave-Ayland 2016-06-15 7:25 ` [Qemu-devel] [PATCHv3 1/2] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer Mark Cave-Ayland @ 2016-06-15 7:25 ` Mark Cave-Ayland 2016-06-20 14:19 ` [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers Markus Armbruster 2 siblings, 0 replies; 14+ messages in thread From: Mark Cave-Ayland @ 2016-06-15 7:25 UTC (permalink / raw) To: qemu-devel, peter.maydell; +Cc: Mark Cave-Ayland, Blue Swirl Blue is no longer active in the QEMU project, so remove him from the list of SPARC maintainers. Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> CC: Blue Swirl <blauwirbel@gmail.com> --- MAINTAINERS | 3 --- 1 file changed, 3 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 4ebc29f..2fe8836 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -189,7 +189,6 @@ F: hw/sh4/ F: disas/sh4.c SPARC -M: Blue Swirl <blauwirbel@gmail.com> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> M: Artyom Tarasenko <atar4qemu@gmail.com> S: Maintained @@ -638,14 +637,12 @@ F: hw/sh4/shix.c SPARC Machines -------------- Sun4m -M: Blue Swirl <blauwirbel@gmail.com> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> M: Artyom Tarasenko <atar4qemu@gmail.com> S: Maintained F: hw/sparc/sun4m.c Sun4u -M: Blue Swirl <blauwirbel@gmail.com> M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> M: Artyom Tarasenko <atar4qemu@gmail.com> S: Maintained -- 1.7.10.4 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers 2016-06-15 7:25 [Qemu-devel] [PATCHv3 0/2] MAINTAINERS: update entries for SPARC Mark Cave-Ayland 2016-06-15 7:25 ` [Qemu-devel] [PATCHv3 1/2] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer Mark Cave-Ayland 2016-06-15 7:25 ` [Qemu-devel] [PATCHv3 2/2] MAINTAINERS: remove Blue Swirl " Mark Cave-Ayland @ 2016-06-20 14:19 ` Markus Armbruster 2016-06-29 13:24 ` Ed Maste 2016-06-30 12:35 ` Peter Maydell 2 siblings, 2 replies; 14+ messages in thread From: Markus Armbruster @ 2016-06-20 14:19 UTC (permalink / raw) To: qemu-devel; +Cc: mark.cave-ayland, peter.maydell, Paolo Bonzini Blue hasn't been active in the QEMU project for a long time. Drop his last MAINTAINERS entries. As per Paolo's recommendation, downgrade status of "BSD user" from Maintained to Orphan since the FreeBSD guys effectively forked it, and "SPARC target" from Maintained to Odd Fixes, since we still have the overall TCG maintainer looking after it. I'm leaving Checkpatch's status at Odd Fixes. Calling it Maintained wouldn't be wrong, but I'm not comfortable upgrading it while nobody is willing to have his name nailed to the thing. Cc: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> --- MAINTAINERS | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index dbc7a18..d8475da 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1261,7 +1261,6 @@ F: docs/tracing.txt T: git git://github.com/stefanha/qemu.git tracing Checkpatch -M: Blue Swirl <blauwirbel@gmail.com> S: Odd Fixes F: scripts/checkpatch.pl @@ -1334,8 +1333,7 @@ F: thunk.c F: user-exec.c BSD user -M: Blue Swirl <blauwirbel@gmail.com> -S: Maintained +S: Orphan F: bsd-user/ Linux user @@ -1398,8 +1396,7 @@ F: tcg/s390/ F: disas/s390.c SPARC target -M: Blue Swirl <blauwirbel@gmail.com> -S: Maintained +S: Odd Fixes F: tcg/sparc/ F: disas/sparc.c -- 2.5.5 ^ permalink raw reply related [flat|nested] 14+ messages in thread
* Re: [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers 2016-06-20 14:19 ` [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers Markus Armbruster @ 2016-06-29 13:24 ` Ed Maste 2016-06-29 13:32 ` Paolo Bonzini 2016-06-30 12:35 ` Peter Maydell 1 sibling, 1 reply; 14+ messages in thread From: Ed Maste @ 2016-06-29 13:24 UTC (permalink / raw) To: Markus Armbruster Cc: qemu-devel, Peter Maydell, mark.cave-ayland, Paolo Bonzini On 20 June 2016 at 10:19, Markus Armbruster <armbru@redhat.com> wrote: > > As per Paolo's recommendation, downgrade status of "BSD user" from > Maintained to Orphan since the FreeBSD guys effectively forked it, and > "SPARC target" from Maintained to Odd Fixes, since we still have the > overall TCG maintainer looking after it. Note that we are still very interested in having the BSD user refactoring and improvements upstream, and are not interested in indefinitely carrying around a fork. We do need to figure out how to effectively restart the effort to upstream the work. The bsd-user work is stable and usable. We use it to cross-build more than 20,000 packages of third-party software in the FreeBSD ports collection. ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers 2016-06-29 13:24 ` Ed Maste @ 2016-06-29 13:32 ` Paolo Bonzini 2016-06-29 15:10 ` Peter Maydell 0 siblings, 1 reply; 14+ messages in thread From: Paolo Bonzini @ 2016-06-29 13:32 UTC (permalink / raw) To: Ed Maste, Markus Armbruster; +Cc: qemu-devel, Peter Maydell, mark.cave-ayland On 29/06/2016 15:24, Ed Maste wrote: > On 20 June 2016 at 10:19, Markus Armbruster <armbru@redhat.com> wrote: >> >> As per Paolo's recommendation, downgrade status of "BSD user" from >> Maintained to Orphan since the FreeBSD guys effectively forked it, and >> "SPARC target" from Maintained to Odd Fixes, since we still have the >> overall TCG maintainer looking after it. > > Note that we are still very interested in having the BSD user > refactoring and improvements upstream, and are not interested in > indefinitely carrying around a fork. We do need to figure out how to > effectively restart the effort to upstream the work. > > The bsd-user work is stable and usable. We use it to cross-build more > than 20,000 packages of third-party software in the FreeBSD ports > collection. Honestly I'm wondering if a huge code drop could be the right solution here. It's not how we usually do things, but rules exist to be broken... Paolo ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers 2016-06-29 13:32 ` Paolo Bonzini @ 2016-06-29 15:10 ` Peter Maydell 2016-06-29 15:22 ` Paolo Bonzini 0 siblings, 1 reply; 14+ messages in thread From: Peter Maydell @ 2016-06-29 15:10 UTC (permalink / raw) To: Paolo Bonzini; +Cc: Ed Maste, Markus Armbruster, qemu-devel, Mark Cave-Ayland On 29 June 2016 at 14:32, Paolo Bonzini <pbonzini@redhat.com> wrote: > Honestly I'm wondering if a huge code drop could be the right solution > here. It's not how we usually do things, but rules exist to be broken... I can't say I'm really enthusiastic about doing that. thanks -- PMM ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers 2016-06-29 15:10 ` Peter Maydell @ 2016-06-29 15:22 ` Paolo Bonzini 2016-06-29 18:03 ` Peter Maydell 2016-06-29 18:23 ` Alex Bennée 0 siblings, 2 replies; 14+ messages in thread From: Paolo Bonzini @ 2016-06-29 15:22 UTC (permalink / raw) To: Peter Maydell; +Cc: Ed Maste, Markus Armbruster, qemu-devel, Mark Cave-Ayland On 29/06/2016 17:10, Peter Maydell wrote: >> Honestly I'm wondering if a huge code drop could be the right solution >> here. It's not how we usually do things, but rules exist to be broken... > > I can't say I'm really enthusiastic about doing that. Neither am I. On the other hand, look at the code that we have---nobody is using it, nobody is fixing it. Last year it stayed broken for a month between commit ea3e98474 and commit cb48f67ad. It cannot really be worse than the FreeBSD fork. Of course the bits outside bsd-user/ would need proper review. Paolo ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers 2016-06-29 15:22 ` Paolo Bonzini @ 2016-06-29 18:03 ` Peter Maydell 2016-06-29 20:35 ` Ed Maste 2016-06-29 18:23 ` Alex Bennée 1 sibling, 1 reply; 14+ messages in thread From: Peter Maydell @ 2016-06-29 18:03 UTC (permalink / raw) To: Paolo Bonzini; +Cc: Ed Maste, Markus Armbruster, qemu-devel, Mark Cave-Ayland On 29 June 2016 at 16:22, Paolo Bonzini <pbonzini@redhat.com> wrote: > On 29/06/2016 17:10, Peter Maydell wrote: >>> Honestly I'm wondering if a huge code drop could be the right solution >>> here. It's not how we usually do things, but rules exist to be broken... >> >> I can't say I'm really enthusiastic about doing that. > > Neither am I. On the other hand, look at the code that we have---nobody > is using it, nobody is fixing it. Last year it stayed broken for a > month between commit ea3e98474 and commit cb48f67ad. It cannot really > be worse than the FreeBSD fork. Of course the bits outside bsd-user/ > would need proper review. I think from an upstream-maintainer viewpoint the question is whether a code drop would be just a code drop, or whether it gets us to a position where we have an active upstream maintainer for the bsd-user code. I think the latter would be a win for everybody. thanks -- PMM ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers 2016-06-29 18:03 ` Peter Maydell @ 2016-06-29 20:35 ` Ed Maste 2016-06-29 20:55 ` Ed Maste [not found] ` <CAPyFy2DtwsYhPeZfsNST3Xh3Et9ie3PyVeoD9B5=UQPd_uqzTw@mail.gmail.com> 0 siblings, 2 replies; 14+ messages in thread From: Ed Maste @ 2016-06-29 20:35 UTC (permalink / raw) To: Peter Maydell Cc: Paolo Bonzini, Markus Armbruster, qemu-devel, Mark Cave-Ayland On 29 June 2016 at 14:03, Peter Maydell <peter.maydell@linaro.org> wrote: > > I think from an upstream-maintainer viewpoint the question is > whether a code drop would be just a code drop, or whether > it gets us to a position where we have an active upstream > maintainer for the bsd-user code. I think the latter would > be a win for everybody. I can't speak for Sean and he's AFK for a week or two, but he's been performing this function for the fork for some time -- updating it for changes in the rest of QEMU, etc. I think we've been stuck on upstreaming it because it is somewhat awkward to refactor and is a reasonable amount of effort, and we've lacked a bsd-user maintainer to review or approve the patches anyhow. I agree with a large code drop being undesirable. Given current expectations (with bsd-user unmaintained) I hope we can make another push to refactor and upstream the changes. We should be able to put in some effort to present the patches in a sensible and logical order and I'm willing to help with that. Perhaps we'll need a little leeway on the parts specific to bsd-user, but I'm really hopeful we can make this happen. I also hope some folks from NetBSD, OpenBSD, DragonflyBSD and others will help test the patch sets. ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers 2016-06-29 20:35 ` Ed Maste @ 2016-06-29 20:55 ` Ed Maste [not found] ` <CAPyFy2DtwsYhPeZfsNST3Xh3Et9ie3PyVeoD9B5=UQPd_uqzTw@mail.gmail.com> 1 sibling, 0 replies; 14+ messages in thread From: Ed Maste @ 2016-06-29 20:55 UTC (permalink / raw) To: Peter Maydell Cc: Paolo Bonzini, Markus Armbruster, qemu-devel, Mark Cave-Ayland On 29 June 2016 at 16:35, Ed Maste <emaste@freebsd.org> wrote: > > I agree with a large code drop being undesirable. Here's a little more information for reference. Sean's qemu-bsd-user branch is here: https://github.com/seanbruno/qemu-bsd-user The last upstream merge was from commit d6550e9e about a month ago. Diffstat reports: 243 files changed, 34213 insertions(+), 2898 deletions(-) 225 of those files are in bsd-user or are bsd-user.mak files in default-configs. The remaining changes outside of bsd-user are: Makefile.target | 2 configure | 99 + hw/audio/sb16.c | 6 hw/dma/i8257.c | 8 hw/intc/i8259.c | 1 hw/net/e1000.c | 2 include/qemu/atomic.h | 4 include/qemu/fprintf-fn.h | 10 net/clients.h | 5 net/hub.c | 1 net/net.c | 224 ++ net/tap-bsd.c | 1 net/tap.c | 8 qapi-schema.json | 5 qemu-char.c | 7 slirp/slirp_config.h | 18 ui/x_keymap.c | 6 They seem to be mostly unrelated to bsd-user itself but are patches taken from the FreeBSD ports tree - e.g. adding "-net pcap" https://svnweb.freebsd.org/ports/head/emulators/qemu-devel/files/pcap-patch-net_net.c?revision=416075&view=markup ^ permalink raw reply [flat|nested] 14+ messages in thread
[parent not found: <CAPyFy2DtwsYhPeZfsNST3Xh3Et9ie3PyVeoD9B5=UQPd_uqzTw@mail.gmail.com>]
* Re: [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers [not found] ` <CAPyFy2DtwsYhPeZfsNST3Xh3Et9ie3PyVeoD9B5=UQPd_uqzTw@mail.gmail.com> @ 2016-07-05 14:31 ` Sean Bruno 0 siblings, 0 replies; 14+ messages in thread From: Sean Bruno @ 2016-07-05 14:31 UTC (permalink / raw) To: QEMU Developers Cc: Ed Maste, Peter Maydell, Markus Armbruster, Alex Bennée, Paolo Bonzini [-- Attachment #1: Type: text/plain, Size: 2302 bytes --] On 07/05/16 08:18, Ed Maste wrote: > On 29 June 2016 at 16:35, Ed Maste <emaste@freebsd.org> wrote: >> On 29 June 2016 at 14:03, Peter Maydell <peter.maydell@linaro.org> wrote: >>> >>> I think from an upstream-maintainer viewpoint the question is >>> whether a code drop would be just a code drop, or whether >>> it gets us to a position where we have an active upstream >>> maintainer for the bsd-user code. I think the latter would >>> be a win for everybody. >> >> I can't speak for Sean and he's AFK for a week or two, but he's been >> performing this function for the fork for some time -- updating it for >> changes in the rest of QEMU, etc. I think we've been stuck on >> upstreaming it because it is somewhat awkward to refactor and is a >> reasonable amount of effort, and we've lacked a bsd-user maintainer to >> review or approve the patches anyhow. >> >> I agree with a large code drop being undesirable. Given current >> expectations (with bsd-user unmaintained) I hope we can make another >> push to refactor and upstream the changes. We should be able to put in >> some effort to present the patches in a sensible and logical order and >> I'm willing to help with that. Perhaps we'll need a little leeway on >> the parts specific to bsd-user, but I'm really hopeful we can make >> this happen. >> >> I also hope some folks from NetBSD, OpenBSD, DragonflyBSD and others >> will help test the patch sets. I freely submit myself as the "weak link" here. I've been updating to QEMU master monthly in order to track and keep the patchset alive for cross building FreeBSD ports and allow folks to do cross-development. I suspect, with the exception of two recent patches submitted to the list, most, if not all of the changes outside of bsd-user are due to my ignorance of branch maintenance *or* are patches that have been languishing in the FreeBSD's pot of QEMU. To the question of CI for our version of QEMU, in a way, yes. It is used daily/weekly to build FreeBSD ports for mips, mips64 and armv6. It is being tested for armv5 and arm64/aarch64, but this is not a daily occurrence. I can branch master and setup a second "code bomb" that doesn't touch outside of bsd-user if that is something we want to move forward with. sean [-- Attachment #2: OpenPGP digital signature --] [-- Type: application/pgp-signature, Size: 603 bytes --] ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers 2016-06-29 15:22 ` Paolo Bonzini 2016-06-29 18:03 ` Peter Maydell @ 2016-06-29 18:23 ` Alex Bennée 1 sibling, 0 replies; 14+ messages in thread From: Alex Bennée @ 2016-06-29 18:23 UTC (permalink / raw) To: Paolo Bonzini Cc: Peter Maydell, Mark Cave-Ayland, Ed Maste, Markus Armbruster, qemu-devel Paolo Bonzini <pbonzini@redhat.com> writes: > On 29/06/2016 17:10, Peter Maydell wrote: >>> Honestly I'm wondering if a huge code drop could be the right solution >>> here. It's not how we usually do things, but rules exist to be broken... >> >> I can't say I'm really enthusiastic about doing that. > > Neither am I. On the other hand, look at the code that we have---nobody > is using it, nobody is fixing it. Last year it stayed broken for a > month between commit ea3e98474 and commit cb48f67ad. It cannot really > be worse than the FreeBSD fork. Of course the bits outside bsd-user/ > would need proper review. Do the BSD folk have any CI? Could they track our master as well? > > Paolo -- Alex Bennée ^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers 2016-06-20 14:19 ` [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers Markus Armbruster 2016-06-29 13:24 ` Ed Maste @ 2016-06-30 12:35 ` Peter Maydell 1 sibling, 0 replies; 14+ messages in thread From: Peter Maydell @ 2016-06-30 12:35 UTC (permalink / raw) To: Markus Armbruster; +Cc: QEMU Developers, Mark Cave-Ayland, Paolo Bonzini On 20 June 2016 at 15:19, Markus Armbruster <armbru@redhat.com> wrote: > Blue hasn't been active in the QEMU project for a long time. Drop his > last MAINTAINERS entries. > > As per Paolo's recommendation, downgrade status of "BSD user" from > Maintained to Orphan since the FreeBSD guys effectively forked it, and > "SPARC target" from Maintained to Odd Fixes, since we still have the > overall TCG maintainer looking after it. > > I'm leaving Checkpatch's status at Odd Fixes. Calling it Maintained > wouldn't be wrong, but I'm not comfortable upgrading it while nobody > is willing to have his name nailed to the thing. > > Cc: Paolo Bonzini <pbonzini@redhat.com> > Signed-off-by: Markus Armbruster <armbru@redhat.com> Applied to master, thanks. When we resolve the bsd-user situation we can update MAINTAINERS with its new status/maintainer. -- PMM ^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2016-07-05 14:31 UTC | newest] Thread overview: 14+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2016-06-15 7:25 [Qemu-devel] [PATCHv3 0/2] MAINTAINERS: update entries for SPARC Mark Cave-Ayland 2016-06-15 7:25 ` [Qemu-devel] [PATCHv3 1/2] MAINTAINERS: add Artyom Tarasenko as SPARC maintainer Mark Cave-Ayland 2016-06-15 7:25 ` [Qemu-devel] [PATCHv3 2/2] MAINTAINERS: remove Blue Swirl " Mark Cave-Ayland 2016-06-20 14:19 ` [Qemu-devel] [PATCH 3/2] MAINTAINERS: Remove Blue Swirl leftovers Markus Armbruster 2016-06-29 13:24 ` Ed Maste 2016-06-29 13:32 ` Paolo Bonzini 2016-06-29 15:10 ` Peter Maydell 2016-06-29 15:22 ` Paolo Bonzini 2016-06-29 18:03 ` Peter Maydell 2016-06-29 20:35 ` Ed Maste 2016-06-29 20:55 ` Ed Maste [not found] ` <CAPyFy2DtwsYhPeZfsNST3Xh3Et9ie3PyVeoD9B5=UQPd_uqzTw@mail.gmail.com> 2016-07-05 14:31 ` Sean Bruno 2016-06-29 18:23 ` Alex Bennée 2016-06-30 12:35 ` Peter Maydell
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).