commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.9.git20201127-19-gb261eb8


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20201127-19-gb261eb8
Date: Mon, 8 Mar 2021 16:17:11 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  b261eb886e4ee068515484727955e416517a03b4 (commit)
      from  a5fc9f2e767f034830ee5b179123b093180bf259 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b261eb886e4ee068515484727955e416517a03b4
Author: Damien Zammit <damien@zamaudio.com>
Date:   Tue Mar 9 00:04:56 2021 +1100

    pci-arbiter: Introduce machdev into this server
    
    * pci-arbiter/Makefile
    Add machdev lib and simplify
    * pci-arbiter/main.c
    (pci_device_{open,close,shutdown}): New methods
    (netfs_server_func): Thread the demuxer loop
    (pcifs_startup): Custom startup method
    (main): Use machdev for server and detach worker threads
    * pci-arbiter/options.{c,h}
    Add disk-server-task and priv ports
    * pci-arbiter/startup-ops.c
    Delete file
    Message-Id: <20210308130457.693821-4-damien@zamaudio.com>

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

Summary of changes:
 pci-arbiter/Makefile      |   7 +-
 pci-arbiter/main.c        | 187 ++++++++++++++++++++++++++++++++++++++++++++--
 pci-arbiter/options.c     |  19 +++++
 pci-arbiter/options.h     |   8 ++
 pci-arbiter/pcifs.c       |  29 +++----
 pci-arbiter/pcifs.h       |   6 +-
 pci-arbiter/startup-ops.c |  44 -----------
 7 files changed, 229 insertions(+), 71 deletions(-)
 delete mode 100644 pci-arbiter/startup-ops.c


hooks/post-receive
-- 
Hurd



reply via email to

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