Re: [Qemu-devel] [PATCH] megasas: Update to version 1.01

2010-06-11 Thread Hannes Reinecke
Blue Swirl wrote: > On Tue, Jun 8, 2010 at 2:15 PM, Hannes Reinecke wrote: >> This patch updates the megasas HBA emulation to version 1.01. >> It fixes the following issues: >> >> - Remove hand-crafted inquiry command >> - Remove bounce-buffer for direct commands >> - Implements qdev properties to

[Qemu-devel] [PATCH] megasas: Update to version 1.01

2010-06-08 Thread Hannes Reinecke
This patch updates the megasas HBA emulation to version 1.01. It fixes the following issues: - Remove hand-crafted inquiry command - Remove bounce-buffer for direct commands - Implements qdev properties to set 'max_sge', 'max_cmds'. - Implement JBOD mode - Improve direct command handling - Minor