Re: [Qemu-devel] [v2 30/71] hw/ide/Kconfig: Add Kconfig file

2013-09-27 Thread Paolo Bonzini
Il 27/09/2013 13:11, Stefan Hajnoczi ha scritto: > On Fri, Sep 27, 2013 at 04:30:51AM +0200, Ákos Kovács wrote: >> diff --git a/hw/net/Kconfig b/hw/net/Kconfig >> new file mode 100644 >> index 000..19ca549 >> --- /dev/null >> +++ b/hw/net/Kconfig > > This should be a separate patch. > >> @@ -

Re: [Qemu-devel] [v2 30/71] hw/ide/Kconfig: Add Kconfig file

2013-09-27 Thread Stefan Hajnoczi
On Fri, Sep 27, 2013 at 04:30:51AM +0200, Ákos Kovács wrote: > diff --git a/hw/net/Kconfig b/hw/net/Kconfig > new file mode 100644 > index 000..19ca549 > --- /dev/null > +++ b/hw/net/Kconfig This should be a separate patch. > @@ -0,0 +1,74 @@ > +menu "Network devices" > +config DP8393X >

[Qemu-devel] [v2 30/71] hw/ide/Kconfig: Add Kconfig file

2013-09-26 Thread Ákos Kovács
Signed-off-by: Ákos Kovács --- hw/ide/Kconfig | 50 +++ hw/net/Kconfig | 74 ++ 2 files changed, 124 insertions(+) create mode 100644 hw/ide/Kconfig create mode 100644 hw/net/Kconfig diff --git a/hw/ide