Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-22 Thread Isaku Yamahata
On Wed, Oct 17, 2012 at 05:14:14PM -0300, Eduardo Habkost wrote: > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] > > diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c > > new file mode 100644 > > index 000..8b0d0ff > > --- /dev/null > > +++ b/hw/qdev-properties.c

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-22 Thread Amit Shah
On (Wed) 17 Oct 2012 [17:14:14], Eduardo Habkost wrote: > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] > > diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c > > new file mode 100644 > > index 000..8b0d0ff > > --- /dev/null > > +++ b/hw/qdev-properties.c > > @@ -

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-19 Thread Michael Roth
On Fri, Oct 19, 2012 at 05:18:46PM +, Blue Swirl wrote: > On Wed, Oct 17, 2012 at 8:14 PM, Eduardo Habkost wrote: > > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > > [...] > >> diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c > >> new file mode 100644 > >> index

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-19 Thread Blue Swirl
On Wed, Oct 17, 2012 at 8:14 PM, Eduardo Habkost wrote: > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] >> diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c >> new file mode 100644 >> index 000..8b0d0ff >> --- /dev/null >> +++ b/hw/qdev-properties.c >> @@ -0,0 +

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-19 Thread Michael S. Tsirkin
On Wed, Oct 17, 2012 at 05:14:14PM -0300, Eduardo Habkost wrote: > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] > > diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c > > new file mode 100644 > > index 000..8b0d0ff > > --- /dev/null > > +++ b/hw/qdev-properties.c

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-19 Thread Markus Armbruster
Jan Kiszka writes: > On 2012-10-17 22:14, Eduardo Habkost wrote: >> On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: >> [...] >>> diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c >>> new file mode 100644 >>> index 000..8b0d0ff >>> --- /dev/null >>> +++ b/hw/qdev-properti

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-19 Thread Markus Armbruster
Eduardo Habkost writes: > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] >> diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c >> new file mode 100644 >> index 000..8b0d0ff >> --- /dev/null >> +++ b/hw/qdev-properties.c >> @@ -0,0 +1,246 @@ > > Gerd, could you cl

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-18 Thread Paolo Bonzini
Il 17/10/2012 23:50, Eduardo Habkost ha scritto: > I suppose that's the usual assumption when the file doesn't have an > explicit license, as it's the license specified on the LICENSE file. > > The only problem is that the LICENSE file doesn't specify the GPL > version, so it's a bit complicated.

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-17 Thread Jan Kiszka
On 2012-10-17 22:14, Eduardo Habkost wrote: > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] >> diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c >> new file mode 100644 >> index 000..8b0d0ff >> --- /dev/null >> +++ b/hw/qdev-properties.c >> @@ -0,0 +1,246 @@ > >

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-17 Thread Christian Borntraeger
On 17/10/12 22:14, Eduardo Habkost wrote: > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] >> diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c >> new file mode 100644 >> index 000..8b0d0ff >> --- /dev/null >> +++ b/hw/qdev-properties.c >> @@ -0,0 +1,246 @@ > > G

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-17 Thread Gerd Hoffmann
On 10/17/12 22:14, Eduardo Habkost wrote: > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] >> diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c >> new file mode 100644 >> index 000..8b0d0ff >> --- /dev/null >> +++ b/hw/qdev-properties.c >> @@ -0,0 +1,246 @@ > > G

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-17 Thread Eduardo Habkost
On Wed, Oct 17, 2012 at 11:05:22PM +0200, Stefan Weil wrote: > > On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > > [...] > >> diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c > >> new file mode 100644 > >> index 000..8b0d0ff > >> --- /dev/null > >> +++ b/hw/qdev-propert

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-17 Thread Stefan Weil
> On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: > [...] >> diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c >> new file mode 100644 >> index 000..8b0d0ff >> --- /dev/null >> +++ b/hw/qdev-properties.c >> @@ -0,0 +1,246 @@ > > Gerd, could you clarify what's the copyright

Re: [Qemu-devel] [PATCH 1/6] qdev: rework device properties.

2012-10-17 Thread Eduardo Habkost
On Wed, Jul 15, 2009 at 01:43:31PM +0200, Gerd Hoffmann wrote: [...] > diff --git a/hw/qdev-properties.c b/hw/qdev-properties.c > new file mode 100644 > index 000..8b0d0ff > --- /dev/null > +++ b/hw/qdev-properties.c > @@ -0,0 +1,246 @@ Gerd, could you clarify what's the copyright/license of t