Re: [Qemu-devel] [PATCH] sparc32_dma: separate ledma and espdma

2010-12-17 Thread Blue Swirl
On Fri, Dec 17, 2010 at 8:36 PM, Bob Breuer wrote: > Blue Swirl wrote: >> ESP and Lance DMA controllers are not identical. >> >> Separate the controllers on VMState and instantiation level. >> >> NB: This change breaks savevm and migration compatibility. >> >> Signed-off-by: Blue Swirl >> --- >>

Re: [Qemu-devel] [PATCH] sparc32_dma: separate ledma and espdma

2010-12-17 Thread Bob Breuer
Blue Swirl wrote: > ESP and Lance DMA controllers are not identical. > > Separate the controllers on VMState and instantiation level. > > NB: This change breaks savevm and migration compatibility. > > Signed-off-by: Blue Swirl > --- > Perhaps the compat properties could be used to retain compatibi

[Qemu-devel] [PATCH] sparc32_dma: separate ledma and espdma

2010-10-31 Thread Blue Swirl
ESP and Lance DMA controllers are not identical. Separate the controllers on VMState and instantiation level. NB: This change breaks savevm and migration compatibility. Signed-off-by: Blue Swirl --- Perhaps the compat properties could be used to retain compatibility. But if nobody cares (as I s