Re: [Qemu-devel] [PATCH 1/5] SCSI: Add disk reset handler

2010-05-10 Thread Anthony Liguori
On 05/04/2010 07:20 AM, Jan Kiszka wrote: Ensure that pending requests of an SCSI disk are purged on system reset and also restore max_lba. The latter is no only present in the reset handler as that one is called after init as well. Signed-off-by: Jan Kiszka Applied all (including v2 of 5/

[Qemu-devel] [PATCH 1/5] SCSI: Add disk reset handler

2010-05-04 Thread Jan Kiszka
Ensure that pending requests of an SCSI disk are purged on system reset and also restore max_lba. The latter is no only present in the reset handler as that one is called after init as well. Signed-off-by: Jan Kiszka --- hw/scsi-disk.c | 35 +++ 1 files changed,