Re: [Qemu-devel] [PATCH v2 0/4] avoid CONFIG_NO_* using rules.mak logic/string fns

2013-10-15 Thread Paolo Bonzini
Il 15/10/2013 16:47, Peter Maydell ha scritto: > Ping^2! > > thanks > -- PMM I have placed this in a branch together with Fam's module patches and will send a pull request tomorrow or Thursday (aka as soon as I get the occasion to test Fam's patches). Paolo

Re: [Qemu-devel] [PATCH v2 0/4] avoid CONFIG_NO_* using rules.mak logic/string fns

2013-10-15 Thread Peter Maydell
Ping^2! thanks -- PMM On 27 September 2013 04:02, Peter Maydell wrote: > Ping! > > thanks > -- PMM > > On 14 September 2013 02:25, Peter Maydell wrote: >> This is based on a set of patches by Ákos Kovács which were >> lurking at the beginning of his KConfig patchset but which >> I think make a

Re: [Qemu-devel] [PATCH v2 0/4] avoid CONFIG_NO_* using rules.mak logic/string fns

2013-09-26 Thread Peter Maydell
Ping! thanks -- PMM On 14 September 2013 02:25, Peter Maydell wrote: > This is based on a set of patches by Ákos Kovács which were > lurking at the beginning of his KConfig patchset but which > I think make a nice standalone cleanup. Since I basically > rewrote all of patch 1&2 in review comment

Re: [Qemu-devel] [PATCH v2 0/4] avoid CONFIG_NO_* using rules.mak logic/string fns

2013-09-13 Thread Paolo Bonzini
Il 13/09/2013 19:25, Peter Maydell ha scritto: > This is based on a set of patches by Ákos Kovács which were > lurking at the beginning of his KConfig patchset but which > I think make a nice standalone cleanup. Since I basically > rewrote all of patch 1&2 in review comments I figured it was > easi

[Qemu-devel] [PATCH v2 0/4] avoid CONFIG_NO_* using rules.mak logic/string fns

2013-09-13 Thread Peter Maydell
This is based on a set of patches by Ákos Kovács which were lurking at the beginning of his KConfig patchset but which I think make a nice standalone cleanup. Since I basically rewrote all of patch 1&2 in review comments I figured it was easier to just write it as a new patch. Patch 3 and 4 are Áko