Re: [Qemu-devel] [PATCH v2 11/11] xilinx_axidma: changed device name

2012-06-29 Thread Andreas Färber
Am 29.06.2012 02:34, schrieb Peter Crosthwaite: > On Thu, Jun 28, 2012 at 11:05 PM, Andreas Färber wrote: >> Am 28.06.2012 03:08, schrieb Peter Crosthwaite: >>> On Thu, Jun 28, 2012 at 9:06 AM, Alexander Graf wrote: >> [...] [...] Why did commas in names work before, but now don't? Or p

Re: [Qemu-devel] [PATCH v2 11/11] xilinx_axidma: changed device name

2012-06-28 Thread Peter Crosthwaite
On Thu, Jun 28, 2012 at 11:05 PM, Andreas Färber wrote: > Am 28.06.2012 03:08, schrieb Peter Crosthwaite: >> On Thu, Jun 28, 2012 at 9:06 AM, Alexander Graf wrote: >>> > [...] >>> [...] Why did commas in names work before, but now don't? Or put >>> differently: Was this change on purpose? > [...

Re: [Qemu-devel] [PATCH v2 11/11] xilinx_axidma: changed device name

2012-06-28 Thread Edgar E. Iglesias
On Thu, Jun 28, 2012 at 02:53:13PM +0200, Andreas Färber wrote: > Am 16.06.2012 03:11, schrieb Edgar E. Iglesias: > > On Fri, Jun 15, 2012 at 01:30:17PM +0200, Andreas Färber wrote: > >> Am 13.06.2012 06:46, schrieb Peter A. G. Crosthwaite: > >>> Changed device name to xlnx,axi-dma. This is the exa

Re: [Qemu-devel] [PATCH v2 11/11] xilinx_axidma: changed device name

2012-06-28 Thread Andreas Färber
Am 28.06.2012 03:08, schrieb Peter Crosthwaite: > On Thu, Jun 28, 2012 at 9:06 AM, Alexander Graf wrote: >> [...] >> [...] Why did commas in names work before, but now don't? Or put >> differently: Was this change on purpose? [...] > --- > hw/xilinx.h|2 +- > hw/xilinx_axid

Re: [Qemu-devel] [PATCH v2 11/11] xilinx_axidma: changed device name

2012-06-28 Thread Andreas Färber
Am 16.06.2012 03:11, schrieb Edgar E. Iglesias: > On Fri, Jun 15, 2012 at 01:30:17PM +0200, Andreas Färber wrote: >> Am 13.06.2012 06:46, schrieb Peter A. G. Crosthwaite: >>> Changed device name to xlnx,axi-dma. This is the exact name of the device >>> in the >>> Xilinx EDK development tools. >>>

Re: [Qemu-devel] [PATCH v2 11/11] xilinx_axidma: changed device name

2012-06-27 Thread Peter Crosthwaite
On Thu, Jun 28, 2012 at 9:06 AM, Alexander Graf wrote: > > On 16.06.2012, at 03:11, Edgar E. Iglesias wrote: > >> On Fri, Jun 15, 2012 at 01:30:17PM +0200, Andreas Färber wrote: >>> Am 13.06.2012 06:46, schrieb Peter A. G. Crosthwaite: Changed device name to xlnx,axi-dma. This is the exact na

Re: [Qemu-devel] [PATCH v2 11/11] xilinx_axidma: changed device name

2012-06-27 Thread Alexander Graf
On 16.06.2012, at 03:11, Edgar E. Iglesias wrote: > On Fri, Jun 15, 2012 at 01:30:17PM +0200, Andreas Färber wrote: >> Am 13.06.2012 06:46, schrieb Peter A. G. Crosthwaite: >>> Changed device name to xlnx,axi-dma. This is the exact name of the device >>> in the >>> Xilinx EDK development tools.

Re: [Qemu-devel] [PATCH v2 11/11] xilinx_axidma: changed device name

2012-06-15 Thread Edgar E. Iglesias
On Fri, Jun 15, 2012 at 01:30:17PM +0200, Andreas Färber wrote: > Am 13.06.2012 06:46, schrieb Peter A. G. Crosthwaite: > > Changed device name to xlnx,axi-dma. This is the exact name of the device > > in the > > Xilinx EDK development tools. > > > > Signed-off-by: Peter A. G. Crosthwaite > > S

Re: [Qemu-devel] [PATCH v2 11/11] xilinx_axidma: changed device name

2012-06-15 Thread Andreas Färber
Am 13.06.2012 06:46, schrieb Peter A. G. Crosthwaite: > Changed device name to xlnx,axi-dma. This is the exact name of the device in > the > Xilinx EDK development tools. > > Signed-off-by: Peter A. G. Crosthwaite Same here. Please review more carefully. /-F > --- > hw/xilinx.h|2

[Qemu-devel] [PATCH v2 11/11] xilinx_axidma: changed device name

2012-06-12 Thread Peter A. G. Crosthwaite
Changed device name to xlnx,axi-dma. This is the exact name of the device in the Xilinx EDK development tools. Signed-off-by: Peter A. G. Crosthwaite --- hw/xilinx.h|2 +- hw/xilinx_axidma.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw/xilinx.h b/hw/