Re: [libvirt] [PATCH v4 1/2] virDomainCoreDump: Introduce VIR_DUMP_RESET flag

2011-10-10 Thread Eric Blake
On 09/26/2011 10:19 AM, Michal Privoznik wrote: This flag is intended to allow user to do so called system reset after dump, instead of sending ACPI reboot event. --- include/libvirt/libvirt.h.in |1 + src/libvirt.c| 15 ++- tools/virsh.c|

[libvirt] [PATCH v4 1/2] virDomainCoreDump: Introduce VIR_DUMP_RESET flag

2011-09-26 Thread Michal Privoznik
This flag is intended to allow user to do so called system reset after dump, instead of sending ACPI reboot event. --- include/libvirt/libvirt.h.in |1 + src/libvirt.c| 15 ++- tools/virsh.c|3 +++ tools/virsh.pod |4 +++- 4 fi