mbox

[PULL,0/1] Coverity fix on target-i386

Message ID 1480109401-19470-1-git-send-email-ehabkost@redhat.com
State New
Headers show

Pull-request

git://github.com/ehabkost/qemu.git tags/x86-pull-request

Message

Eduardo Habkost Nov. 25, 2016, 9:30 p.m. UTC
The following changes since commit 00227fefd2059464cd2f59aed29944874c630e2f:

  Update version for v2.8.0-rc1 release (2016-11-22 22:29:08 +0000)

are available in the git repository at:

  git://github.com/ehabkost/qemu.git tags/x86-pull-request

for you to fetch changes up to 685479bd5dc6f54f6230c9d05d7a3fb5cab867bf:

  target-i386: Remove unused local_err variable (2016-11-25 15:12:23 -0200)

----------------------------------------------------------------
Coverity fix on target-i386

----------------------------------------------------------------

Eduardo Habkost (1):
  target-i386: Remove unused local_err variable

 target-i386/cpu.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Comments

Stefan Hajnoczi Nov. 28, 2016, 4:33 p.m. UTC | #1
On Fri, Nov 25, 2016 at 07:30:00PM -0200, Eduardo Habkost wrote:
> The following changes since commit 00227fefd2059464cd2f59aed29944874c630e2f:
> 
>   Update version for v2.8.0-rc1 release (2016-11-22 22:29:08 +0000)
> 
> are available in the git repository at:
> 
>   git://github.com/ehabkost/qemu.git tags/x86-pull-request
> 
> for you to fetch changes up to 685479bd5dc6f54f6230c9d05d7a3fb5cab867bf:
> 
>   target-i386: Remove unused local_err variable (2016-11-25 15:12:23 -0200)
> 
> ----------------------------------------------------------------
> Coverity fix on target-i386
> 
> ----------------------------------------------------------------
> 
> Eduardo Habkost (1):
>   target-i386: Remove unused local_err variable
> 
>  target-i386/cpu.c | 7 +------
>  1 file changed, 1 insertion(+), 6 deletions(-)
> 
> -- 
> 2.7.4
> 
> 

Thanks, applied to my staging tree:
https://github.com/stefanha/qemu/commits/staging

Stefan