Re: [Qemu-devel] [PATCH 1/2] ahci: Fix CD-ROM signature

2015-07-07 Thread John Snow
On 07/06/2015 05:49 PM, John Snow wrote: > From: Hannes Reinecke > > The CD-ROM signature is 0xeb140101, not 0xeb14. > Without this change OVMF/Duet runs into a timeout trying > to detect a SATA cdrom. > > Signed-off-by: Hannes Reinecke > Signed-off-by: John Snow > --- > hw/ide/ahci.h |

[Qemu-devel] [PATCH 1/2] ahci: Fix CD-ROM signature

2015-07-06 Thread John Snow
From: Hannes Reinecke The CD-ROM signature is 0xeb140101, not 0xeb14. Without this change OVMF/Duet runs into a timeout trying to detect a SATA cdrom. Signed-off-by: Hannes Reinecke Signed-off-by: John Snow --- hw/ide/ahci.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi