Home
last modified time | relevance | path

Searched refs:panic (Results 1 – 25 of 26) sorted by relevance

12

/qemu/docs/specs/
H A Dpvpanic.rst4 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 Dvirt-ctlr.rst22 are reset (1), halt (2) and panic (3).
H A Dacpi_erst.rst42 capture kernel panic information in a wide range of guests: from
/qemu/qapi/
H A Drun-state.json50 # 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 Drunstate-action.c26 bool has_panic, PanicAction panic, in qmp_set_action() argument
35 panic_action = panic; in qmp_set_action()
/qemu/subprojects/libvhost-user/
H A Dlink-test.c10 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 Dlibvhost-user-glib.c135 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 Dlibvhost-user-glib.h29 vu_panic_cb panic, const VuDevIface *iface);
H A Dlibvhost-user.h444 vu_panic_cb panic; member
477 vu_panic_cb panic,
H A Dlibvhost-user.c191 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 Dcell.rs480 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 Dcallbacks.rs181 panic!("callback not specified") in call()
H A Derrno.rs136 _ => panic!("{self} is not a negative errno"),
H A Dvmstate.rs162 panic!("invalid type for variable-sized array");
/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h94 static inline void panic(const char *string) in panic() function
146 panic(message); /* no return */ in IPL_assert()
H A Djump2ipl.c51 panic("Failed to set IPLB"); in jump_to_IPL_code()
H A Dbootmap.c339 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 Dmain.c331 panic("No suitable device for IPL. Halting..."); in main()
/qemu/rust/qemu-api/
H A Dbuild.rs20 panic!(concat!( in main()
/qemu/rust/hw/timer/hpet/src/
H A Dfw_cfg.rs
/qemu/tests/tcg/s390x/
H A DMakefile.softmmu-target4 QEMU_OPTS+=-action panic=exit-failure -nographic -serial chardev:output $(EXTFLAGS) -kernel
/qemu/block/export/
H A Dvhost-user-blk-server.c196 dev->panic(dev, "disconnect"); in vu_blk_process_msg()
/qemu/rust/qemu-api-macros/src/
H A Dlib.rs232 Err(_) => panic!(#errmsg) in derive_tryinto_or_error()
/qemu/docs/system/i386/
H A Dxen.rst129 port; it must have a Xen console or it will panic.
/qemu/docs/devel/
H A Dreplay.rst34 * `Don't panic: reverse debugging of kernel drivers <https://dl.acm.org/citation.cfm?id=2786805.280…

12