« Previous | Next » 

Revision 0d2e91c1

ID0d2e91c17829729812bf5d22d20dd0f5d2554ec2

Added by Aurelien Jarno about 13 years ago

hw/sd.c: fix sd_set_cb() crash when bdrv == NULL

sd_set_cb() calls bdrv_is_read_only() and bdrv_is_inserted() even if
no block driver is associated with the card reader.

This patch fixes the issues by not setting the irq in this case, this
fixes ARM versatile crash.

Signed-off-by: Aurelien Jarno <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences