/openbmc/qemu/hw/core/ |
H A D | guest-loader.c | 116 DEFINE_PROP_STRING("kernel", GuestLoaderState, kernel), 117 DEFINE_PROP_STRING("bootargs", GuestLoaderState, args), 118 DEFINE_PROP_STRING("initrd", GuestLoaderState, initrd),
|
H A D | generic-loader.c | 189 DEFINE_PROP_STRING("file", GenericLoaderState, file),
|
/openbmc/qemu/include/hw/ide/ |
H A D | ide-dev.h | 177 DEFINE_PROP_STRING("ver", IDEDrive, dev.version), \ 179 DEFINE_PROP_STRING("serial", IDEDrive, dev.serial),\ 180 DEFINE_PROP_STRING("model", IDEDrive, dev.model)
|
/openbmc/qemu/hw/usb/ |
H A D | u2f-emulated.c | 373 DEFINE_PROP_STRING("dir", U2FEmulatedState, dir), 374 DEFINE_PROP_STRING("cert", U2FEmulatedState, cert), 375 DEFINE_PROP_STRING("privkey", U2FEmulatedState, privkey), 376 DEFINE_PROP_STRING("entropy", U2FEmulatedState, entropy), 377 DEFINE_PROP_STRING("counter", U2FEmulatedState, counter),
|
H A D | ccid-card-emulated.c | 586 DEFINE_PROP_STRING("backend", EmulatedState, backend_str), 587 DEFINE_PROP_STRING("cert1", EmulatedState, cert1), 588 DEFINE_PROP_STRING("cert2", EmulatedState, cert2), 589 DEFINE_PROP_STRING("cert3", EmulatedState, cert3), 590 DEFINE_PROP_STRING("db", EmulatedState, db),
|
H A D | hcd-ohci-sysbus.c | 61 DEFINE_PROP_STRING("masterbus", OHCISysBusState, masterbus),
|
H A D | hcd-ohci-pci.c | 113 DEFINE_PROP_STRING("masterbus", OHCIPCIState, masterbus),
|
H A D | bus.c | 22 DEFINE_PROP_STRING("port", USBDevice, port_path), 23 DEFINE_PROP_STRING("serial", USBDevice, serial), 26 DEFINE_PROP_STRING("pcap", USBDevice, pcap_filename),
|
H A D | hcd-uhci-sysbus.c | 75 DEFINE_PROP_STRING("masterbus", UHCISysBusState, masterbus),
|
H A D | dev-hid.c | 798 DEFINE_PROP_STRING("display", USBHIDState, display), 846 DEFINE_PROP_STRING("display", USBHIDState, display),
|
/openbmc/qemu/hw/misc/ |
H A D | led.c | 105 DEFINE_PROP_STRING("color", LEDState, color), 106 DEFINE_PROP_STRING("description", LEDState, description),
|
H A D | unimp.c | 75 DEFINE_PROP_STRING("name", UnimplementedDeviceState, name),
|
H A D | empty_slot.c | 84 DEFINE_PROP_STRING("name", EmptySlot, name),
|
/openbmc/qemu/hw/s390x/ |
H A D | ipl.c | 295 DEFINE_PROP_STRING("kernel", S390IPLState, kernel), 296 DEFINE_PROP_STRING("initrd", S390IPLState, initrd), 297 DEFINE_PROP_STRING("cmdline", S390IPLState, cmdline), 298 DEFINE_PROP_STRING("firmware", S390IPLState, firmware),
|
/openbmc/qemu/hw/riscv/ |
H A D | riscv_hart.c | 33 DEFINE_PROP_STRING("cpu-type", RISCVHartArrayState, cpu_type),
|
/openbmc/qemu/hw/9pfs/ |
H A D | virtio-9p-device.c | 247 DEFINE_PROP_STRING("mount_tag", V9fsVirtioState, state.fsconf.tag), 248 DEFINE_PROP_STRING("fsdev", V9fsVirtioState, state.fsconf.fsdev_id),
|
/openbmc/qemu/hw/scsi/ |
H A D | vhost-scsi.c | 347 DEFINE_PROP_STRING("vhostfd", VirtIOSCSICommon, conf.vhostfd), 348 DEFINE_PROP_STRING("wwpn", VirtIOSCSICommon, conf.wwpn),
|
/openbmc/qemu/hw/nubus/ |
H A D | nubus-device.c | 112 DEFINE_PROP_STRING("romfile", NubusDevice, romfile),
|
/openbmc/qemu/hw/nvram/ |
H A D | ds1225y.c | 147 DEFINE_PROP_STRING("filename", SysBusNvRamState, nvram.filename),
|
/openbmc/qemu/hw/ppc/ |
H A D | spapr_tpm_proxy.c | 149 DEFINE_PROP_STRING("host-path", SpaprTpmProxy, host_path),
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-vsock.c | 210 DEFINE_PROP_STRING("vhostfd", VHostVSock, conf.vhostfd),
|
/openbmc/qemu/hw/vfio/ |
H A D | platform.c | 633 DEFINE_PROP_STRING("host", VFIOPlatformDevice, vbasedev.name), 634 DEFINE_PROP_STRING("sysfsdev", VFIOPlatformDevice, vbasedev.sysfsdev),
|
H A D | ap.c | 195 DEFINE_PROP_STRING("sysfsdev", VFIOAPDevice, vdev.sysfsdev),
|
/openbmc/qemu/hw/mips/ |
H A D | cps.c | 172 DEFINE_PROP_STRING("cpu-type", MIPSCPSState, cpu_type),
|
/openbmc/qemu/hw/i2c/ |
H A D | i2c_mux_pca954x.c | 215 DEFINE_PROP_STRING("name", Pca954xState, name),
|