Re: [Qemu-devel] [PATCH v3] Add option to mlock qemu and guest memory

2013-03-26 Thread Satoru Moriya
> Tomoki Sekiyama; satoru.moriya...@hitachi.com > Subject: Re: [Qemu-devel] [PATCH v3] Add option to mlock qemu and guest memory > > Satoru Moriya writes: > > > ChangeLog: > > v3 > > - Modify os_mlock() to return error code > > - Update configure_realtime()

Re: [Qemu-devel] [PATCH v3] Add option to mlock qemu and guest memory

2013-03-26 Thread Anthony Liguori
Satoru Moriya writes: > ChangeLog: > v3 > - Modify os_mlock() to return error code > - Update configure_realtime() to handle return value from os_mlock() > - Change the variable name from is_mlock to enable_mlock in > configure_realtime() > - Rebase qemu version 1.4.50 > > v2 > - Change opt

[Qemu-devel] [PATCH v3] Add option to mlock qemu and guest memory

2013-03-22 Thread Satoru Moriya
ChangeLog: v3 - Modify os_mlock() to return error code - Update configure_realtime() to handle return value from os_mlock() - Change the variable name from is_mlock to enable_mlock in configure_realtime() - Rebase qemu version 1.4.50 v2 - Change option name from -mlock to -realtime mlock=on|