Home
last modified time | relevance | path

Searched refs:cold (Results 1 – 7 of 7) sorted by relevance

/qemu/hw/core/
H A Dtrace-events8 resettable_reset(void *obj, int cold) "obj=%p cold=%d"
9 resettable_reset_assert_begin(void *obj, int cold) "obj=%p cold=%d"
11 resettable_reset_release_begin(void *obj, int cold) "obj=%p cold=%d"
/qemu/docs/system/
H A Dmanaged-startup.rst23 cold plug devices. The experimental ``--preconfig`` command line option
/qemu/hw/block/
H A Donenand.c207 static void onenand_reset(OneNANDState *s, int cold) in onenand_reset() argument
218 s->intstatus = cold ? 0x8080 : 0x8010; in onenand_reset()
228 if (cold) { in onenand_reset()
/qemu/docs/devel/
H A Dreset.rst35 from what is a real hardware cold reset. It differs from other resets (like
44 value on each cold reset, such as RNG seed information, and which they
78 Device or Bus into an Object and pass the cold reset type. When possible
/qemu/docs/
H A Dmemory-hotplug.txt61 It's also possible to start a guest with memory cold-plugged into the
H A Dpcie_pci_bridge.txt93 - 2 e1000 cards, one plugged into the cold-plugged PCIE-PCI bridge,
/qemu/docs/system/i386/
H A Dsgx.rst36 require -maxmem as EPC is not treated as {cold,hot}plugged memory.