Re: [Qemu-devel] [PATCH 1/5] scsi: add lsi53c8xx_handle_legacy_cmdline() function

2018-09-19 Thread Philippe Mathieu-Daudé
On 9/19/18 7:20 PM, Mark Cave-Ayland wrote: > This is the function that will soon be used to replace lsi53c895a_create() and > lsi53c810_create(). > > Signed-off-by: Mark Cave-Ayland > Reviewed-by: Thomas Huth This could be squashed in the next patch (2/5). Reviewed-by: Philippe Mathieu-Daudé

[Qemu-devel] [PATCH 1/5] scsi: add lsi53c8xx_handle_legacy_cmdline() function

2018-09-19 Thread Mark Cave-Ayland
This is the function that will soon be used to replace lsi53c895a_create() and lsi53c810_create(). Signed-off-by: Mark Cave-Ayland Reviewed-by: Thomas Huth --- hw/scsi/lsi53c895a.c | 7 +++ include/hw/pci/pci.h | 1 + 2 files changed, 8 insertions(+) diff --git a/hw/scsi/lsi53c895a.c b/hw/