qemu-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-commits] [qemu/qemu] 6295b9: rules.mak: Fix per object libs extrac


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 6295b9: rules.mak: Fix per object libs extraction
Date: Mon, 17 Mar 2014 07:30:05 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 6295b98d7b767c377d88fa787ca62603a8ca6adb
      
https://github.com/qemu/qemu/commit/6295b98d7b767c377d88fa787ca62603a8ca6adb
  Author: Fam Zheng <address@hidden>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M rules.mak

  Log Message:
  -----------
  rules.mak: Fix per object libs extraction

Don't sort the extracted options, sort the objects.

Reported-by: Christian Mahnke <address@hidden>
Signed-off-by: Fam Zheng <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 0c544d73bbb4c8612b7754a8e1c8b0c8af1617ff
      
https://github.com/qemu/qemu/commit/0c544d73bbb4c8612b7754a8e1c8b0c8af1617ff
  Author: Paolo Bonzini <address@hidden>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M qemu-nbd.c

  Log Message:
  -----------
  qemu-nbd: Fix coverity issues

There are two issues in qemu-nbd: a missing return value check after
calling accept(), and file descriptor leaks in nbd_client_thread.

Reviewed-by: Markus Armbruster <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 83d1c8ae881e88d70cf23bc8007cf5739313d23c
      
https://github.com/qemu/qemu/commit/83d1c8ae881e88d70cf23bc8007cf5739313d23c
  Author: Paolo Bonzini <address@hidden>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M target-alpha/translate.c

  Log Message:
  -----------
  target-alpha: fix subl and s8subl indentation

Two missing braces, one close and one open, fabulously let the code
compile.

Reviewed-by: Richard Henderson <address@hidden>
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 025172d56e11ba3d86d0937933a23aab3b8606b1
      
https://github.com/qemu/qemu/commit/025172d56e11ba3d86d0937933a23aab3b8606b1
  Author: Miroslav Rezanina <address@hidden>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M vl.c

  Log Message:
  -----------
  vl.c: Output error on invalid machine type

Output error message using qemu's error_report() function when user
provides the invalid machine type on the command line. This also saves
time to find what issue is when you downgrade from one version of qemu
to another that doesn't support required machine type yet (the version
user downgraded to have to have this patch applied too, of course).

Signed-off-by: Miroslav Rezanina <address@hidden>
[Replace printf with error_printf, suggested by Markus Armbruster. - Paolo]
Signed-off-by: Paolo Bonzini <address@hidden>


  Commit: 087edb503afebf184f07078900efc26c73035e98
      
https://github.com/qemu/qemu/commit/087edb503afebf184f07078900efc26c73035e98
  Author: Peter Maydell <address@hidden>
  Date:   2014-03-17 (Mon, 17 Mar 2014)

  Changed paths:
    M qemu-nbd.c
    M rules.mak
    M target-alpha/translate.c
    M vl.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/bonzini/fixes-for-2.0' into staging

* remotes/bonzini/fixes-for-2.0:
  vl.c: Output error on invalid machine type
  target-alpha: fix subl and s8subl indentation
  qemu-nbd: Fix coverity issues
  rules.mak: Fix per object libs extraction

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/f4b11eee2f56...087edb503afe

reply via email to

[Prev in Thread] Current Thread [Next in Thread]