aboutsummaryrefslogtreecommitdiff
path: root/libmachdev/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* libmachdev: Fix missing backtranslation to port nameSamuel Thibault2020-11-151-0/+1
| | | | | | | | | trivfs happens to set the payload for our control port, and we are not using payload translation for mach_i386, so we need to tell mig how to get back to the port name. * libmachdev/Makefile (mach_i386-MIGSFLAGS): Set -DMACH_PAYLOAD_TO_PORT=ports_payload_get_name.
* libmachdev: Introduce startup notification for clean rumpdisk shutdownDamien Zammit2020-08-021-2/+2
| | | | Message-Id: <20200801050538.273196-1-damien@zamaudio.com>
* libmachdev: Implement S_i386_io_perm_createDamien Zammit2020-07-251-1/+1
| | | | | | | | Now that machdev redirects the device master port, it has to implement the i386 permission RPCs on it. Message-Id: <20200725011847.186969-2-damien@zamaudio.com> Message-Id: <20200725011847.186969-3-damien@zamaudio.com>
* libmachdev: Remove deviceUser, this lib is a deviceServerDamien Zammit2020-07-241-3/+3
| | | | | libmachuser provides what we need Message-Id: <20200724132039.110421-1-damien@zamaudio.com>
* machdev: Expose machdev_emul_device structureSamuel Thibault2020-03-301-2/+2
| | | | | | | | | | | | | | | * 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 machdevZheng Da2020-03-291-0/+33
* libmachdev: New directory.