Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libmachdev: pass shutdown handle to shutdown method | Damien Zammit | 2021-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | * libmachdev/machdev-device_emul.h (struct machdev_device_emulation_ops): Add shutdown method. * libmachdev/ds_routines.c (machdev_device_shutdown): Take dosync_handle handle and pass it to shutdown method. * libmachdev/machdev.h (machdev_device_shutdown): Update prototype. * libmachdev/trivfs_server.c (S_startup_dosync): Pass shutdown handle to machdev_device_shutdown call. * rumpdisk/block-rump.c (rumpdisk_device_shutdown): Take dosync_handle parameter. | ||||
* | libmachdev: Introduce startup notification for clean rumpdisk shutdown | Damien Zammit | 2020-08-02 | 1 | -0/+1 |
| | | | | Message-Id: <20200801050538.273196-1-damien@zamaudio.com> | ||||
* | machdev: Expose machdev_emul_device structure | Samuel Thibault | 2020-03-30 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | * libmachdev/machdev-dev_hdr.h (DEVICE_NULL): Remove macro. (emul_device): Rename structure to machdev_emul_device. (emul_device_t): Rename type to machdev_emul_device_t. (mach_device, mach_device_t, MACH_DEVICE_NULL): Move to... * libmachdev/mach_device.h: ... new file. * libmachdev/ds_routines.c: Include "mach_device.h". * libmachdev/machdev-device_emul.h: Include <mach/notify.h>, <device/device_types.h>, <device/net_status.h>, <errno.h> * libmachdev/machdev.h: Include "machdev_hdr.h". * libmachdev/mig-decls.h: Include "mach_device.h". * libmachdev/Makefile (LCLHDRS): Add mach_device.h. (installhdrs): Add machdev-dev_hdr.h. | ||||
* | libmachdev: Add common machdev | Zheng Da | 2020-03-29 | 1 | -0/+65 |
* libmachdev: New directory. |