qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] QEMU News


From: Fabrice Bellard
Subject: [Qemu-devel] QEMU News
Date: Wed, 31 Mar 2004 21:14:54 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030624

Hi,

The last commits add the following:

- New feature: the complete state of the virtual machine can be saved on disk (and hopefully restored !) with the commands 'savevm' and 'loadvm'. Not all the drivers implement the feature, but it already works enough to be usable. The saved virtual machine state does not include a description of its configuration, so when restoring the virtual machine, you must ensure that you have the same virtual configuration.

- First debug commands in the monitor: 'stop' (stop the VM), 'cont' (resume execution of the VM), 'gdbserver' (enable the integrated gdbserver stub at any point).

- Timer API for the device drivers (similar to the Linux kernel timers). It will enable the use of a virtual cycle counter to have a fully deterministic emulation (useful for debugging).

Fabrice.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]