Re: [Qemu-devel] [PATCH v6 08/11] dump: Add APIs to operate DataCache
comments below On 01/05/14 08:27, Qiao Nuohan wrote: > DataCache is used to store data temporarily, then the data will be written to > vmcore. These functions will be called later when writing data of page to > vmcore. > > Signed-off-by: Qiao Nuohan > --- > dump.c| 52 > +
[Qemu-devel] [PATCH v6 08/11] dump: Add APIs to operate DataCache
DataCache is used to store data temporarily, then the data will be written to vmcore. These functions will be called later when writing data of page to vmcore. Signed-off-by: Qiao Nuohan --- dump.c| 52 + include/sysemu/dump.h |