Re: [Qemu-devel] [PATCH v6 08/11] dump: Add APIs to operate DataCache

2014-01-07 Thread Laszlo Ersek
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

2014-01-05 Thread Qiao Nuohan
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 |