Re: [Qemu-devel] [PATCH v2] scsi/esp: Rename the ESP macro to ESP_STATE

2017-09-11 Thread Paolo Bonzini
On 09/09/2017 16:21, Kamil Rytarowski wrote: > SunOS defines ESP (x86 register) in as 7. > > This fixes build on SmartOS (Joyent). > > Signed-off-by: Kamil Rytarowski > --- > hw/scsi/esp.c | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) > > diff --git a/hw/scsi/esp.c b/hw/s

[Qemu-devel] [PATCH v2] scsi/esp: Rename the ESP macro to ESP_STATE

2017-09-09 Thread Kamil Rytarowski
SunOS defines ESP (x86 register) in as 7. This fixes build on SmartOS (Joyent). Signed-off-by: Kamil Rytarowski --- hw/scsi/esp.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw/scsi/esp.c b/hw/scsi/esp.c index eee831efeb..22c2d91e39 100644 --- a/hw/scsi/esp.c