qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] d25295: linux-user: pass correct host flags t


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] d25295: linux-user: pass correct host flags to accept4()
Date: Thu, 03 Apr 2014 08:00:04 -0700

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: d25295d4efc53bf8521adf967445b8d087fe8d39
      
https://github.com/qemu/qemu/commit/d25295d4efc53bf8521adf967445b8d087fe8d39
  Author: Petar Jovanovic <address@hidden>
  Date:   2014-04-01 (Tue, 01 Apr 2014)

  Changed paths:
    M linux-user/syscall.c

  Log Message:
  -----------
  linux-user: pass correct host flags to accept4()

Flags NONBLOCK and CLOEXEC can have different values on the host and the
guest, so set correct host values before calling accept4().

This fixes several issues with accept4 system call and user-mode of QEMU.

Signed-off-by: Petar Jovanovic <address@hidden>
Reviewed-by: Peter Maydell <address@hidden>
Signed-off-by: Riku Voipio <address@hidden>


  Commit: 888157fe96f68488efcdf50cbdb6f72291ab903e
      
https://github.com/qemu/qemu/commit/888157fe96f68488efcdf50cbdb6f72291ab903e
  Author: Peter Maydell <address@hidden>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M linux-user/syscall.c

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

* remotes/riku/for-2.0:
  linux-user: pass correct host flags to accept4()

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


  Commit: 5913815a17387a5e9825c734ccab760588471ee5
      
https://github.com/qemu/qemu/commit/5913815a17387a5e9825c734ccab760588471ee5
  Author: Peter Maydell <address@hidden>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M VERSION

  Log Message:
  -----------
  Update version for v2.0.0-rc1 release

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


Compare: https://github.com/qemu/qemu/compare/de03c3164acc...5913815a1738

reply via email to

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