Lines Matching refs:hotplug_dev
328 static void s390_cpu_plug(HotplugHandler *hotplug_dev, in s390_cpu_plug() argument
332 MachineState *ms = MACHINE(hotplug_dev); in s390_cpu_plug()
576 static void s390_machine_device_pre_plug(HotplugHandler *hotplug_dev, in s390_machine_device_pre_plug() argument
580 virtio_ccw_md_pre_plug(VIRTIO_MD_CCW(dev), MACHINE(hotplug_dev), errp); in s390_machine_device_pre_plug()
582 virtio_md_pci_pre_plug(VIRTIO_MD_PCI(dev), MACHINE(hotplug_dev), errp); in s390_machine_device_pre_plug()
586 static void s390_machine_device_plug(HotplugHandler *hotplug_dev, in s390_machine_device_plug() argument
589 S390CcwMachineState *s390ms = S390_CCW_MACHINE(hotplug_dev); in s390_machine_device_plug()
592 s390_cpu_plug(hotplug_dev, dev, errp); in s390_machine_device_plug()
609 virtio_ccw_md_plug(VIRTIO_MD_CCW(dev), MACHINE(hotplug_dev), errp); in s390_machine_device_plug()
611 virtio_md_pci_plug(VIRTIO_MD_PCI(dev), MACHINE(hotplug_dev), errp); in s390_machine_device_plug()
616 static void s390_machine_device_unplug_request(HotplugHandler *hotplug_dev, in s390_machine_device_unplug_request() argument
622 virtio_ccw_md_unplug_request(VIRTIO_MD_CCW(dev), MACHINE(hotplug_dev), in s390_machine_device_unplug_request()
625 virtio_md_pci_unplug_request(VIRTIO_MD_PCI(dev), MACHINE(hotplug_dev), in s390_machine_device_unplug_request()
630 static void s390_machine_device_unplug(HotplugHandler *hotplug_dev, in s390_machine_device_unplug() argument
634 virtio_ccw_md_unplug(VIRTIO_MD_CCW(dev), MACHINE(hotplug_dev), errp); in s390_machine_device_unplug()
636 virtio_md_pci_unplug(VIRTIO_MD_PCI(dev), MACHINE(hotplug_dev), errp); in s390_machine_device_unplug()