Searched refs:pr_warn (Results 1 – 14 of 14) sorted by relevance
| /devicemodel/hw/pci/ |
| A D | ivshmem.c | 100 pr_warn("failed to get %s status, error %s\n", in create_ivshmem_from_dm() 106 pr_warn("can't resize the shm size %u\n", size); in create_ivshmem_from_dm() 111 pr_warn("shm size is different, cur %u, creator %ld\n", in create_ivshmem_from_dm() 126 pr_warn("failed to map shared memory\n"); in create_ivshmem_from_dm() 132 pr_warn("No memory for shm_name\n"); in create_ivshmem_from_dm() 262 pr_warn("No memory for strdup\n"); in pci_ivshmem_init() 267 pr_warn("the shared memory size is not set\n"); in pci_ivshmem_init() 277 pr_warn("the ivshmem memory prefix name is incorrect\n"); in pci_ivshmem_init() 283 pr_warn("the shared memory size is incorrect, %s\n", size_str); in pci_ivshmem_init() 303 pr_warn("failed to allocate ivshmem device\n"); in pci_ivshmem_init() [all …]
|
| A D | passthrough.c | 90 pr_warn("%s: invalid reg width", __func__); in read_config() 113 pr_warn("%s: invalid reg width", __func__); in write_config() 197 pr_warn("Fail to open %s rom_file\n", rom_file); in load_pci_rombar() 204 pr_warn("%s: Fail to read rom_header\n", __func__); in load_pci_rombar() 212 pr_warn("Rom file is too big.\n"); in load_pci_rombar() 216 pr_warn("Incorrect Rom file format\n"); in load_pci_rombar() 797 pr_warn("Invalid passthru options:%s", opt); in passthru_init() 879 pr_warn("Virtual PCI rom is only supported for GPU device\n"); in passthru_init() 894 pr_warn("faild to create igd-lpc"); in passthru_init() 983 pr_warn("%s: passthru_dev is NULL", __func__); in passthru_deinit() [all …]
|
| A D | core.c | 315 pr_warn("The \"%s\" parameter is obsolete and ignored\n", emul); in pci_parse_slot() 1535 pr_warn("No driver for device [%s]\n", fi->fi_name); in init_pci() 1701 pr_warn("No driver for device [%s]\n", fi->fi_name); in init_pci() 1765 pr_warn("No driver for device [%s]\n", fi->fi_name); in deinit_pci() 2165 pr_warn("%s: Invalid intr pin on dev [%s]\n", __func__, dev->name); in pci_lintr_assert() 2189 pr_warn("%s: Invalid intr pin on dev [%s]\n", __func__, dev->name); in pci_lintr_deassert()
|
| A D | lpc.c | 133 pr_warn("%s: Invalid irq pin lpc_uart\n", __func__); in lpc_uart_intr_assert()
|
| /devicemodel/core/ |
| A D | main.c | 201 pr_warn("The \"%s\" parameter is obsolete and ignored\n", msg); in outdate() 1071 pr_warn("The \"--mac_seed\" parameter is obsolete\n"); in main() 1072 pr_warn("Please use the \"virtio-net,<device_type>=<name> mac_seed=<seed_string>\"\n"); in main() 1130 pr_warn("The \"--pm_notify_channel\" parameter is obsolete\n"); in main() 1170 pr_warn("Only a Realtime VM can use local APIC pass through, '--lapic_pt' is invalid here.\n"); in main() 1214 pr_warn("ASYNIO capability is not supported by kernel or hyperviosr!\n"); in main() 1239 pr_warn("VM_EVENT is not supported by kernel or hyperviosr!\n"); in main()
|
| A D | vm_event.c | 160 pr_warn("failed to create timer for vm_event %d, throttle disabled\n", i); in vm_event_throttle_init() 169 pr_warn("failed to set timer for vm_event %d, throttle disabled\n", i); in vm_event_throttle_init() 337 pr_warn("%s: unhandled vm event type %d\n", __func__, ve.type); in vm_event_thread()
|
| A D | hugetlb.c | 583 pr_warn("WARNING: only level 1 hugetlb supported"); in init_hugetlb()
|
| /devicemodel/include/ |
| A D | log.h | 50 #define pr_warn(...) output_log(LOG_WARNING, pr_prefix __VA_ARGS__) macro
|
| /devicemodel/hw/platform/ |
| A D | pit.c | 165 pr_warn("vpit invalid timer mode: %d", c->mode); in vpit_get_out() 359 pr_warn("vpit reading uninitialized counter value\n"); in pit_update_counter() 386 pr_warn("vpit invalid timer mode: %d", c->mode); in pit_update_counter()
|
| A D | hpet.c | 227 pr_warn("vhpet unexpected nowptr"); in vhpet_counter() 358 pr_warn("vhpet t%d stopped with an expiration time", n); in vhpet_timer_handler() 363 pr_warn("vhpet t%d observes a stale timer arg", n); in vhpet_timer_handler() 809 pr_warn("vhpet t%d's comprate is %u in non-periodic mode" in vhpet_mmio_write()
|
| /devicemodel/hw/pci/virtio/ |
| A D | virtio_coreu.c | 194 pr_warn("%s: invalid chain!\n", __func__); in virtio_coreu_thread()
|
| A D | virtio_hdcp.c | 333 pr_warn("%s: invalid chain!\n", __func__); in virtio_hdcp_talk_to_daemon()
|
| A D | virtio_mei.c | 1521 pr_warn("%s: invalid chain, desc number %d!\n", __func__, n); in vmei_proc_tx() 1829 pr_warn("%s: invalid chain, desc number %d!\n", __func__, n); in vmei_proc_vclient_rx()
|
| A D | virtio.c | 2059 pr_warn("invalid virtio 1.0 parameters, 0x%lx\n", in virtio_register_ioeventfd()
|
Completed in 33 milliseconds