Re: [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file

2013-09-15 Thread Alberto Garcia
On Fri, Sep 13, 2013 at 04:49:48PM +0200, Paolo Bonzini wrote: > I'm not sure of the benefit of an hw/ipack directory if (a) there is > only one class providing the bus and (b) all the classes using the > bus (well, there is just one of them) are in the same directory. > > If any of the two condi

Re: [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file

2013-09-13 Thread Paolo Bonzini
Il 13/09/2013 16:00, Andreas Färber ha scritto: >> > I have no objection to hw/ipack, but I have a question. Would you >> > follow the SCSI/USB model (with devices under hw/ipack, also followed >> > for IndustryPack in the Linux kernel) or the virtio model (where the >> > device remains under hw/c

Re: [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file

2013-09-13 Thread Andreas Färber
Am 27.08.2013 00:40, schrieb Paolo Bonzini: > Il 26/08/2013 19:15, Andreas Färber ha scritto: PCI devices are generally configurable, so you need to add prompts to them. >> IndustryPack is really misplaced in hw/char/ and I believe I posted >> patches to remedy that and let one actually find i

Re: [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file

2013-08-26 Thread Paolo Bonzini
Il 26/08/2013 19:15, Andreas Färber ha scritto: >> > PCI devices are generally configurable, so you need to add prompts to them. > IndustryPack is really misplaced in hw/char/ and I believe I posted > patches to remedy that and let one actually find it in our source tree. > There were no objections

Re: [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file

2013-08-26 Thread Andreas Färber
Am 26.08.2013 12:43, schrieb Paolo Bonzini: > Il 26/08/2013 00:58, Ákos Kovács ha scritto: >> Signed-off-by: Ákos Kovács >> --- >> hw/char/Kconfig | 24 >> 1 file changed, 24 insertions(+) >> create mode 100644 hw/char/Kconfig >> >> diff --git a/hw/char/Kconfig b/hw/ch

Re: [Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file

2013-08-26 Thread Paolo Bonzini
Il 26/08/2013 00:58, Ákos Kovács ha scritto: > Signed-off-by: Ákos Kovács > --- > hw/char/Kconfig | 24 > 1 file changed, 24 insertions(+) > create mode 100644 hw/char/Kconfig > > diff --git a/hw/char/Kconfig b/hw/char/Kconfig > new file mode 100644 > index 000..7

[Qemu-devel] [PATCH 21/47] hw/char/Kconfig: Add Kconfig file

2013-08-25 Thread Ákos Kovács
Signed-off-by: Ákos Kovács --- hw/char/Kconfig | 24 1 file changed, 24 insertions(+) create mode 100644 hw/char/Kconfig diff --git a/hw/char/Kconfig b/hw/char/Kconfig new file mode 100644 index 000..7ad0bd3 --- /dev/null +++ b/hw/char/Kconfig @@ -0,0 +1,24 @@ +co