/qemu/docs/specs/ |
H A D | pvpanic.rst | 4 pvpanic device is a simulated device, through which a guest panic 10 device has fired a panic event. 27 a guest panic has happened and should be processed by the host 29 a guest panic has happened and will be handled by the guest; 51 To determine whether guest panic notification is supported. 61 To send a guest panic event.
|
H A D | virt-ctlr.rst | 22 are reset (1), halt (2) and panic (3).
|
H A D | acpi_erst.rst | 42 capture kernel panic information in a wide range of guests: from
|
/qemu/qapi/ |
H A D | run-state.json | 50 # panic 85 # @guest-panic: Guest panicked, and command line turns that into a 100 'guest-panic', 'subsystem-reset', 'snapshot-load'] } 403 # @panic: @PanicAction action taken on guest panic. 421 '*panic': 'PanicAction', 428 # Emitted when guest OS panic is detected 432 # @info: information about a panic (since 2.9) 452 # @info: information about a panic 482 # An enumeration of the actions taken when guest OS panic is detected 498 # An enumeration of the guest panic information types [all …]
|
/qemu/system/ |
H A D | runstate-action.c | 26 bool has_panic, PanicAction panic, in qmp_set_action() argument 35 panic_action = panic; in qmp_set_action()
|
/qemu/subprojects/libvhost-user/ |
H A D | link-test.c | 10 panic(VuDev *dev, const char *err) in panic() function 40 rc = vu_init(&dev, max_queues, socket, panic, NULL, set_watch, remove_watch, &iface); in main()
|
H A D | libvhost-user-glib.c | 135 dev->panic(dev, "Error processing vhost message"); in vug_watch() 151 vu_panic_cb panic, const VuDevIface *iface) in vug_init() argument 156 if (!vu_init(&dev->parent, max_queues, socket, panic, NULL, set_watch, in vug_init()
|
H A D | libvhost-user-glib.h | 29 vu_panic_cb panic, const VuDevIface *iface);
|
H A D | libvhost-user.h | 444 vu_panic_cb panic; member 477 vu_panic_cb panic,
|
H A D | libvhost-user.c | 191 dev->panic(dev, buf); in vu_panic() 2256 vu_panic_cb panic, in vu_init() argument 2269 assert(panic); in vu_init() 2274 dev->panic = panic; in vu_init()
|
/qemu/rust/qemu-api/src/ |
H A D | cell.rs | 480 borrowed_at: Cell<Option<&'static std::panic::Location<'static>>>, 535 fn panic_already_borrowed(source: &Cell<Option<&'static std::panic::Location<'static>>>) -> ! { in panic_already_borrowed() 538 panic!("already borrowed at {:?}", source.take().unwrap()) in panic_already_borrowed() 545 panic!("already borrowed") in panic_already_borrowed() 601 self.borrowed_at.set(Some(std::panic::Location::caller())); in borrow() 655 self.borrowed_at.set(Some(std::panic::Location::caller())); in borrow_mut()
|
H A D | callbacks.rs | 181 panic!("callback not specified") in call()
|
H A D | errno.rs | 136 _ => panic!("{self} is not a negative errno"),
|
H A D | vmstate.rs | 162 panic!("invalid type for variable-sized array");
|
/qemu/pc-bios/s390-ccw/ |
H A D | s390-ccw.h | 94 static inline void panic(const char *string) in panic() function 146 panic(message); /* no return */ in IPL_assert()
|
H A D | jump2ipl.c | 51 panic("Failed to set IPLB"); in jump_to_IPL_code()
|
H A D | bootmap.c | 339 panic("loadparm value greater than max number of boot entries allowed"); in run_eckd_boot_script() 351 panic("Invalid loadparm"); in run_eckd_boot_script() 794 panic("loadparm value greater than max number of boot entries allowed"); in ipl_scsi() 799 panic("Invalid loadparm"); in ipl_scsi()
|
H A D | main.c | 331 panic("No suitable device for IPL. Halting..."); in main()
|
/qemu/rust/qemu-api/ |
H A D | build.rs | 20 panic!(concat!( in main()
|
/qemu/rust/hw/timer/hpet/src/ |
H A D | fw_cfg.rs |
|
/qemu/tests/tcg/s390x/ |
H A D | Makefile.softmmu-target | 4 QEMU_OPTS+=-action panic=exit-failure -nographic -serial chardev:output $(EXTFLAGS) -kernel
|
/qemu/block/export/ |
H A D | vhost-user-blk-server.c | 196 dev->panic(dev, "disconnect"); in vu_blk_process_msg()
|
/qemu/rust/qemu-api-macros/src/ |
H A D | lib.rs | 232 Err(_) => panic!(#errmsg) in derive_tryinto_or_error()
|
/qemu/docs/system/i386/ |
H A D | xen.rst | 129 port; it must have a Xen console or it will panic.
|
/qemu/docs/devel/ |
H A D | replay.rst | 34 * `Don't panic: reverse debugging of kernel drivers <https://dl.acm.org/citation.cfm?id=2786805.280…
|