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.git20230520-20-gc3b3053b


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.9.git20230520-20-gc3b3053b
Date: Mon, 3 Jul 2023 07:40:35 -0400 (EDT)

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  c3b3053b9e8ac3c9f70cbe12f884ab8ca69dd991 (commit)
      from  f214d0723240cbbe0f1ccb90af8d1b0bb095837f (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 c3b3053b9e8ac3c9f70cbe12f884ab8ca69dd991
Author: Damien Zammit <damien@zamaudio.com>
Date:   Mon Jul 3 10:18:22 2023 +0000

    rumpusbdisk: Add USB mass storage translator
    
    This adds a second binary target to compile in
    the rump USB stack instead of SATA/IDE using conditional
    ifdefs to mostly share the code between the two translators.
    
    This can be tested by running qemu with a USB3 controller as follows:
    
        -drive if=none,id=usbstick,format=raw,file=/path/to/disk.img \
        -device qemu-xhci                                            \
        -device usb-storage,drive=usbstick                           \
    
    NB: /path/to/disk.img can be a block device on the host.
    
    Then call grub module rumpusbdisk.static instead of rumpdisk.static
    and pass ' root=part:X:device:sd0 noide' as gnumach parameters,
    where X is the partition number of / within the disk/image.
    
    Caveats: netdde seems to exhibit a bug when running 'ifdown /dev/eth0'
    simultaneously to running the rumpusbdisk translator, due to
    the two devices sharing the same IRQ.
    
    Message-Id: <20230703101815.925760-1-damien@zamaudio.com>

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

Summary of changes:
 rumpdisk/Makefile     | 25 +++++++++++++++++++------
 rumpdisk/block-rump.c | 14 ++++++++++++--
 rumpdisk/main.c       |  8 +++++++-
 3 files changed, 38 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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