Re: [Qemu-devel] Re: [PATCH 00/15] Megasas HBA emulation and SCSI update v.3

2010-12-16 Thread Stefan Hajnoczi
On Thu, Dec 16, 2010 at 1:45 AM, Benjamin Herrenschmidt
b...@kernel.crashing.org wrote:
 On Mon, 2010-12-13 at 08:32 +0100, Hannes Reinecke wrote:
 On 12/10/2010 11:14 PM, Paolo Bonzini wrote:
  On 11/24/2010 05:50 PM, Christoph Hellwig wrote:
  Btw, it might make sense to split this series into two.
 
  Patches 1 to 11 are genuine improvements to the SCSI code, which I'd
  like to see merged ASAP.  The rest is the actual megasas driver, which
  I still want to see, but haven't even gotten to review yet.
 
  Ping for patches 1 to 11?
 
  Paolo

 The first few already have been merged by Kevin Wolf; I'll see to
 prepare an updated patchset.

 Actually, I was about to ask as I'd like to base some new work of mine
 on top of these. I don't see any recent commit from Kevin in the qemu
 master branch (nor in any other branch on
 http://git.savannah.gnu.org/cgit/qemu.git/log/).

 Does Kevin maintain a separate staging tree ?

http://repo.or.cz/w/qemu/kevin.git/shortlog/refs/heads/block

Stefan



Re: [Qemu-devel] Re: [PATCH 00/15] Megasas HBA emulation and SCSI update v.3

2010-12-16 Thread Kevin Wolf
Am 16.12.2010 02:45, schrieb Benjamin Herrenschmidt:
 On Mon, 2010-12-13 at 08:32 +0100, Hannes Reinecke wrote:
 On 12/10/2010 11:14 PM, Paolo Bonzini wrote:
 On 11/24/2010 05:50 PM, Christoph Hellwig wrote:
 Btw, it might make sense to split this series into two.

 Patches 1 to 11 are genuine improvements to the SCSI code, which I'd
 like to see merged ASAP.  The rest is the actual megasas driver, which
 I still want to see, but haven't even gotten to review yet.

 Ping for patches 1 to 11?

 Paolo

 The first few already have been merged by Kevin Wolf; I'll see to
 prepare an updated patchset.
 
 Actually, I was about to ask as I'd like to base some new work of mine
 on top of these. I don't see any recent commit from Kevin in the qemu
 master branch (nor in any other branch on
 http://git.savannah.gnu.org/cgit/qemu.git/log/).

Patches 1 to 5 are already in master, for the rest I'm waiting for the
next update. If you need them earlier for basing your own work on them I
can take this version of the patches into my block branch, even though
some of the need an update before they can be merged into master.

 Does Kevin maintain a separate staging tree ?

It's at git://repo.or.cz/qemu/kevin.git block

Kevin



Re: [Qemu-devel] Re: [PATCH 00/15] Megasas HBA emulation and SCSI update v.3

2010-12-15 Thread Benjamin Herrenschmidt
On Mon, 2010-12-13 at 08:32 +0100, Hannes Reinecke wrote:
 On 12/10/2010 11:14 PM, Paolo Bonzini wrote:
  On 11/24/2010 05:50 PM, Christoph Hellwig wrote:
  Btw, it might make sense to split this series into two.
 
  Patches 1 to 11 are genuine improvements to the SCSI code, which I'd
  like to see merged ASAP.  The rest is the actual megasas driver, which
  I still want to see, but haven't even gotten to review yet.
  
  Ping for patches 1 to 11?
  
  Paolo
 
 The first few already have been merged by Kevin Wolf; I'll see to
 prepare an updated patchset.

Actually, I was about to ask as I'd like to base some new work of mine
on top of these. I don't see any recent commit from Kevin in the qemu
master branch (nor in any other branch on
http://git.savannah.gnu.org/cgit/qemu.git/log/).

Does Kevin maintain a separate staging tree ?

Cheers,
Ben.





Re: [Qemu-devel] Re: [PATCH 00/15] Megasas HBA emulation and SCSI update v.3

2010-12-15 Thread Benjamin Herrenschmidt
On Thu, 2010-12-16 at 12:45 +1100, Benjamin Herrenschmidt wrote:
 On Mon, 2010-12-13 at 08:32 +0100, Hannes Reinecke wrote:
  On 12/10/2010 11:14 PM, Paolo Bonzini wrote:
   On 11/24/2010 05:50 PM, Christoph Hellwig wrote:
   Btw, it might make sense to split this series into two.
  
   Patches 1 to 11 are genuine improvements to the SCSI code, which I'd
   like to see merged ASAP.  The rest is the actual megasas driver, which
   I still want to see, but haven't even gotten to review yet.
   
   Ping for patches 1 to 11?
   
   Paolo
  
  The first few already have been merged by Kevin Wolf; I'll see to
  prepare an updated patchset.
 
 Actually, I was about to ask as I'd like to base some new work of mine
 on top of these. I don't see any recent commit from Kevin in the qemu
 master branch (nor in any other branch on
 http://git.savannah.gnu.org/cgit/qemu.git/log/).
 
 Does Kevin maintain a separate staging tree ?

BTW. I could use patch 12 too (get_sense() callback :-) Would save me
from manufacturing REQUEST_SENSE etc... I can carry it locally for the
time being but it would be nice to have it upstream.

Cheers,
Ben.





[Qemu-devel] Re: [PATCH 00/15] Megasas HBA emulation and SCSI update v.3

2010-12-12 Thread Hannes Reinecke
On 12/10/2010 11:14 PM, Paolo Bonzini wrote:
 On 11/24/2010 05:50 PM, Christoph Hellwig wrote:
 Btw, it might make sense to split this series into two.

 Patches 1 to 11 are genuine improvements to the SCSI code, which I'd
 like to see merged ASAP.  The rest is the actual megasas driver, which
 I still want to see, but haven't even gotten to review yet.
 
 Ping for patches 1 to 11?
 
 Paolo

The first few already have been merged by Kevin Wolf; I'll see to
prepare an updated patchset.

Cheers,

Hannes
-- 
Dr. Hannes Reinecke   zSeries  Storage
h...@suse.de  +49 911 74053 688
SUSE LINUX Products GmbH, Maxfeldstr. 5, 90409 Nürnberg
GF: Markus Rex, HRB 16746 (AG Nürnberg)



[Qemu-devel] Re: [PATCH 00/15] Megasas HBA emulation and SCSI update v.3

2010-12-10 Thread Paolo Bonzini

On 11/24/2010 05:50 PM, Christoph Hellwig wrote:

Btw, it might make sense to split this series into two.

Patches 1 to 11 are genuine improvements to the SCSI code, which I'd
like to see merged ASAP.  The rest is the actual megasas driver, which
I still want to see, but haven't even gotten to review yet.


Ping for patches 1 to 11?

Paolo