|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Re: [Qemu-devel] [PATCH 01/11] Handle terminating signals.
Gerd Hoffmann wrote:
Anthony Liguori wrote:
Gerd Hoffmann wrote:
+void fatalsig_register_handler(void (*func)(void));
Unless I'm misreading, none of your patches seem to use this function.
What are you adding this mechanism for?
The patch using that isn't fully polished yet for submission. Sneak
preview is here:
http://kraxel.fedorapeople.org/patches/qemu-upstream/0015-xen-domain-builder.patch
Adds pv domain builder to qemu, so you can start pv xen guests using
qemu only. In that case we'll want to destroy the guest domain when
qemu goes down because the xen management stack will not cleanup after us.
I was asking because I thought it may be something like this. An
alternative to this signal handler stuff would be to fork() off a
process with another end of a pipe. That process could just sit their
waiting for eof and when eof was received, it could destroy the domain.
The main advantage of this approach is that it works in every possible
circumstance. Even if the qemu process totally borks it's stack or
tramples over memory in such a way as to render the signal handling code
broken.
Regards,
Anthony Liguori
cheers,
Gerd
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] [PATCH 00/11] merge some xen bits into qemu, Gerd Hoffmann
- [Xen-devel] [PATCH 03/11] add container_of() macro to osdep.h, Gerd Hoffmann
- [Xen-devel] [PATCH 04/11] move GUI_REFRESH_INTERVAL define from vl.c to console.h, Gerd Hoffmann
- [Xen-devel] [PATCH 05/11] xen: groundwork for xen support, Gerd Hoffmann
- [Xen-devel] [PATCH 02/11] add DisplayState->idle, Gerd Hoffmann
- [Xen-devel] [PATCH 10/11] xen: add net backend driver., Gerd Hoffmann
- [Xen-devel] [PATCH 06/11] xen: backend driver core, Gerd Hoffmann
- [Xen-devel] [PATCH 07/11] xen: add console backend driver., Gerd Hoffmann
- [Xen-devel] [PATCH 11/11] xen: blk & nic configuration via cmd line., Gerd Hoffmann
- [Xen-devel] [PATCH 08/11] xen: add framebuffer backend driver, Gerd Hoffmann
|
|
|
|
|