Re: [Qemu-devel] [PATCH 0/2] scsi: remove legacy esp_init() function

2018-06-28 Thread Paolo Bonzini
On 28/06/2018 07:58, Hervé Poussineau wrote: > Le 27/06/2018 à 22:01, Mark Cave-Ayland a écrit : >> On 13/06/18 10:47, Mark Cave-Ayland wrote: >> >>> Something else that came out of reviewing Laurent's q800 patchset: >>> after my >>> SPARC cleanups last year, MIPS Jazz is the last remaining user of

Re: [Qemu-devel] [PATCH 0/2] scsi: remove legacy esp_init() function

2018-06-27 Thread Hervé Poussineau
Le 27/06/2018 à 22:01, Mark Cave-Ayland a écrit : On 13/06/18 10:47, Mark Cave-Ayland wrote: Something else that came out of reviewing Laurent's q800 patchset: after my SPARC cleanups last year, MIPS Jazz is the last remaining user of the legacy esp_init() function. Patch 1 switches mips_jazz_

Re: [Qemu-devel] [PATCH 0/2] scsi: remove legacy esp_init() function

2018-06-27 Thread Mark Cave-Ayland
On 13/06/18 10:47, Mark Cave-Ayland wrote: Something else that came out of reviewing Laurent's q800 patchset: after my SPARC cleanups last year, MIPS Jazz is the last remaining user of the legacy esp_init() function. Patch 1 switches mips_jazz_init() over to create the ESP device directly via q

[Qemu-devel] [PATCH 0/2] scsi: remove legacy esp_init() function

2018-06-13 Thread Mark Cave-Ayland
Something else that came out of reviewing Laurent's q800 patchset: after my SPARC cleanups last year, MIPS Jazz is the last remaining user of the legacy esp_init() function. Patch 1 switches mips_jazz_init() over to create the ESP device directly via qdev. Please note that I do not have any MIPS j