Re: [Qemu-devel] .gitignore contains .c and .h ?

2015-05-04 Thread Guillaume Le Louët
09:47:11 +0200 Guillaume Le Louët wrote: Hello. The .gitignore in the master branch contains the following lines : /qapi-types.[ch] /qapi-visit.[ch] /qapi-event.[ch] Why is it so ? Are they generated automatically each time I compile the project ? I am modifying qapi-types.h and qapi-types.c ,

[Qemu-devel] .gitignore contains .c and .h ?

2015-05-04 Thread Guillaume Le Louët
Hello. The .gitignore in the master branch contains the following lines : /qapi-types.[ch] /qapi-visit.[ch] /qapi-event.[ch] Why is it so ? Are they generated automatically each time I compile the project ? I am modifying qapi-types.h and qapi-types.c , am I doing wrong ? regards, Guillaume

[Qemu-devel] state of micro-checkpointing in qemu

2015-01-14 Thread guillaume LE LOUËT
Hello. Mr Hines implemented a version of micro-checkpointing (MC), known as High-Availability(HA) in VMWare. The implementation is in the mc branch of the git repo http://github.com/hinesmr/qemu.git, described at http://wiki.qemu.org/Features/MicroCheckpointing My question is : will qemu suppor