[Qemu-devel] [PULL 9/9] kvm: shorten the parameter list for get_real_device()

2013-08-23 Thread Paolo Bonzini
get_real_device() has 5 parameters with the last 4 is contained in the first structure. This patch removes the last 4 parameters and directly use them from the first parameter. Acked-by: Alex Williamson alex.william...@redhat.com Signed-off-by: Wei Yang weiy...@linux.vnet.ibm.com Signed-off-by:

Re: [Qemu-devel] [PULL 9/9] kvm: shorten the parameter list for get_real_device()

2013-08-23 Thread Wei Yang
Paolo, Is it necessary to add this? From: Wei Yang weiy...@linux.vnet.ibm.com On Fri, Aug 23, 2013 at 11:03:35AM +0200, Paolo Bonzini wrote: get_real_device() has 5 parameters with the last 4 is contained in the first structure. This patch removes the last 4 parameters and directly use them

Re: [Qemu-devel] [PULL 9/9] kvm: shorten the parameter list for get_real_device()

2013-08-23 Thread Paolo Bonzini
Il 23/08/2013 11:37, Wei Yang ha scritto: Paolo, Is it necessary to add this? From: Wei Yang weiy...@linux.vnet.ibm.com Right, I'll send v2 right away. Paolo On Fri, Aug 23, 2013 at 11:03:35AM +0200, Paolo Bonzini wrote: get_real_device() has 5 parameters with the last 4 is contained

[Qemu-devel] [PULL 9/9] kvm: shorten the parameter list for get_real_device()

2013-08-23 Thread Paolo Bonzini
get_real_device() has 5 parameters with the last 4 is contained in the first structure. This patch removes the last 4 parameters and directly use them from the first parameter. Acked-by: Alex Williamson alex.william...@redhat.com Signed-off-by: Wei Yang weiy...@linux.vnet.ibm.com Signed-off-by:

Re: [Qemu-devel] [PULL 9/9] kvm: shorten the parameter list for get_real_device()

2013-08-23 Thread Wei Yang
Paolo, Sorry, maybe I am not familiar with the patch format in qemu-dev. I didn't see the From: Wei Yang in this one neither. On Fri, Aug 23, 2013 at 11:39:53AM +0200, Paolo Bonzini wrote: get_real_device() has 5 parameters with the last 4 is contained in the first structure. This patch

[Qemu-devel] [PULL 9/9] kvm: shorten the parameter list for get_real_device()

2013-08-23 Thread Paolo Bonzini
get_real_device() has 5 parameters with the last 4 is contained in the first structure. This patch removes the last 4 parameters and directly use them from the first parameter. Acked-by: Alex Williamson alex.william...@redhat.com Signed-off-by: Wei Yang weiy...@linux.vnet.ibm.com Signed-off-by:

[Qemu-devel] [PULL 9/9] kvm: shorten the parameter list for get_real_device()

2013-08-23 Thread Paolo Bonzini
From: Wei Yang weiy...@linux.vnet.ibm.com get_real_device() has 5 parameters with the last 4 is contained in the first structure. This patch removes the last 4 parameters and directly use them from the first parameter. Acked-by: Alex Williamson alex.william...@redhat.com Signed-off-by: Wei Yang