mc_device
struct mc_device mc;
void mconsole_register_dev(struct mc_device *new)
static struct mc_device *mconsole_find_dev(char *name)
struct mc_device *dev;
dev = list_entry(ele, struct mc_device, list);
static struct mc_device mem_mc = {
struct mc_device *dev;
struct mc_device *dev;
extern void mconsole_register_dev(struct mc_device *new);
static inline void mconsole_register_dev(struct mc_device *new)
static struct mc_device ubd_mc = {
static struct mc_device vector_mc = {
static struct mc_device uml_vfio_mc = {
static struct mc_device virtio_uml_mc = {