Re: [Qemu-devel] [PATCH 0/8] spapr: fix IOMMU and XICS/IRQs migration

2014-05-04 Thread Alexey Kardashevskiy
On 03/14/2014 03:18 PM, Alexey Kardashevskiy wrote: This initial problem came form libvirt - it does not preserve the device order when running QEMU. So it is easy to get source QEMU with: -device spapr-vscsi,id=scsi1,reg=0x2000 -device spapr-vscsi,id=scsi0,reg=0x3000 and destination QEMU

Re: [Qemu-devel] [PATCH 0/8] spapr: fix IOMMU and XICS/IRQs migration

2014-05-04 Thread Paolo Bonzini
Il 04/05/2014 15:56, Alexey Kardashevskiy ha scritto: On 03/14/2014 03:18 PM, Alexey Kardashevskiy wrote: This initial problem came form libvirt - it does not preserve the device order when running QEMU. So it is easy to get source QEMU with: -device spapr-vscsi,id=scsi1,reg=0x2000 -device

Re: [Qemu-devel] [PATCH 0/8] spapr: fix IOMMU and XICS/IRQs migration

2014-05-04 Thread Alexey Kardashevskiy
On 05/05/2014 07:52 AM, Paolo Bonzini wrote: Il 04/05/2014 15:56, Alexey Kardashevskiy ha scritto: On 03/14/2014 03:18 PM, Alexey Kardashevskiy wrote: This initial problem came form libvirt - it does not preserve the device order when running QEMU. So it is easy to get source QEMU with:

Re: [Qemu-devel] [PATCH 0/8] spapr: fix IOMMU and XICS/IRQs migration

2014-04-03 Thread Alexey Kardashevskiy
On 03/14/2014 03:18 PM, Alexey Kardashevskiy wrote: This initial problem came form libvirt - it does not preserve the device order when running QEMU. So it is easy to get source QEMU with: -device spapr-vscsi,id=scsi1,reg=0x2000 -device spapr-vscsi,id=scsi0,reg=0x3000 and destination QEMU

Re: [Qemu-devel] [PATCH 0/8] spapr: fix IOMMU and XICS/IRQs migration

2014-03-19 Thread Andreas Färber
Am 14.03.2014 05:18, schrieb Alexey Kardashevskiy: This initial problem came form libvirt - it does not preserve the device order when running QEMU. So it is easy to get source QEMU with: -device spapr-vscsi,id=scsi1,reg=0x2000 -device spapr-vscsi,id=scsi0,reg=0x3000 and destination QEMU

[Qemu-devel] [PATCH 0/8] spapr: fix IOMMU and XICS/IRQs migration

2014-03-13 Thread Alexey Kardashevskiy
This initial problem came form libvirt - it does not preserve the device order when running QEMU. So it is easy to get source QEMU with: -device spapr-vscsi,id=scsi1,reg=0x2000 -device spapr-vscsi,id=scsi0,reg=0x3000 and destination QEMU with: -device spapr-vscsi,id=scsi0,reg=0x3000 -device