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.git20201114-8-g1c210bf


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20201114-8-g1c210bf
Date: Sun, 15 Nov 2020 17:36:00 -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  1c210bff35b39b346b4d137c62e17fe81830e5a3 (commit)
      from  81a3dd497d6231b157b3fb93a179f6432dc66df1 (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 1c210bff35b39b346b4d137c62e17fe81830e5a3
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Sun Nov 15 23:30:49 2020 +0100

    rumpdisk: auto-disable when kernel runs disk drivers
    
    By default we do not want rumpdisk to step over the kernel drivers.
    
    * rumpdisk/block-rump.c: Include <device/device.h>.
    (disabled): New variable.
    (dev_to_port): Rename to rumpdisk_dev_to_port.
    (device_init): Rename to rumpdisk_init. Exit if the kernel runs SATA
    drivers.
    (device_close): Rename to rumpdisk_device_close.
    (device_dealloc): Rename to rumpdisk_device_dealloc.
    (device_shutdown): Rename to rumpdisk_device_shutdown. Do not shutdown
    when disabled.
    (device_open): Rename to rumpdisk_device_open. Return D_NO_SUCH_DEVICE
    when disabled.
    (device_write): Rename to rumpdisk_device_write.
    (device_read): Rename to rumpdisk_device_read.
    (device_get_status): Rename to rumpdisk_device_get_status.
    (rump_block_emulation_ops): Update refs accordingly.

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

Summary of changes:
 rumpdisk/block-rump.c | 93 +++++++++++++++++++++++++++++++++++----------------
 1 file changed, 65 insertions(+), 28 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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