Re: [Qemu-devel] What is the best git-way to add a new board?

2018-05-28 Thread Peter Maydell
On 28 May 2018 at 06:02, Philippe Mathieu-Daudé wrote: > 1/ how RISC-V boards got merged > > Add devices individually, > finally add the board and default-configs/Makefile rules at once. > > PRO: commits are easier to cherry-pick/rebase > CON: you can not test a single patch until applying the

[Qemu-devel] What is the best git-way to add a new board?

2018-05-27 Thread Philippe Mathieu-Daudé
Hi, What is the best git-way to add a new board? Thinking about testing/review. The following ways occurred to me: 1/ how RISC-V boards got merged Add devices individually, finally add the board and default-configs/Makefile rules at once. PRO: commits are easier to cherry-pick/rebase CON: