Re: [Qemu-devel] Why not use exit() instead of abort()?

2007-08-05 Thread Dan Shearer
On Sun, Aug 05, 2007 at 11:13:55PM +0200, Bernhard Kauer wrote: > There are a couple of places in qemu, where abort() is called. > The most commonly used one is perhaps cpu_abort() which is called > e.g. when a triple fault occures. > > As abort() does not call any atexit() function, cleanup is no

[Qemu-devel] Why not use exit() instead of abort()?

2007-08-05 Thread Bernhard Kauer
There are a couple of places in qemu, where abort() is called. The most commonly used one is perhaps cpu_abort() which is called e.g. when a triple fault occures. As abort() does not call any atexit() function, cleanup is not performed. This leaves for example the terminal in a state where the cur

Re: [Qemu-devel] RFE- snapshot data storage location configurable

2007-08-05 Thread dmc
J M Cerqueira Esteves wrote: dmc wrote: I have a pretty ugly patch against qemu 0.8 which allows the location of data used with the -snapshot feature to be somewhere other than /var/tmp. I have a use-case where I am creating many gigabytes of changes to disk in snapshot mode. When 0.9 came out

[Qemu-devel] FreeBSD6.2 Guest

2007-08-05 Thread Nigel Horne
FreeBSD6.2/i386 guest installs and works first time with ease on Linux/386 host. Well done! Networking and everything works 'out of the box'. -Nigel

[Qemu-devel] qemu/hw slavio_intctl.c

2007-08-05 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 07/08/05 17:47:16 Modified files: hw : slavio_intctl.c Log message: Fix Slavio interrupt controller debugging output CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/qemu/hw/slavio_intct

Re: [Qemu-devel] RFE- snapshot data storage location configurable

2007-08-05 Thread J M Cerqueira Esteves
dmc wrote: > I have a pretty ugly patch against qemu 0.8 which allows the location of > data used with the -snapshot feature to be somewhere other than > /var/tmp. I have a use-case where I am creating many gigabytes of > changes to disk in snapshot mode. When 0.9 came out, I looked, but it > see