Re: [Qemu-devel] [PATCH 1/2] util/pmem: add function to make writes to pmem persistent

2017-12-31 Thread Michael S. Tsirkin
On Mon, Dec 25, 2017 at 09:06:10AM +0800, Haozhong Zhang wrote: > The new function pmem_persistent() flushes the previous cached writes > on the specified memory buffer, which ensures the write persistence if > the buffer is in persistent memory. > > Signed-off-by: Haozhong Zhang

Re: [Qemu-devel] [PATCH 1/4] spice: remove QXLWorker interface field

2017-12-31 Thread Frediano Ziglio
ping > > ping > > > > > ping the series > > > > > > > > This fields points to an old interface that is no more > > > used in the current code. > > > > > > Signed-off-by: Frediano Ziglio > > > --- > > > hw/display/qxl.c | 1 - > > > include/ui/spice-display.h