Re: [PATCHv2 00/23] next round of emulator cleanups

2010-05-05 Thread Avi Kivity
On 04/28/2010 07:15 PM, Gleb Natapov wrote: This is the next round of emulator cleanups. Make it even more detached from kvm. First patch introduces IO read cache which is needed to correctly emulate instructions that require more then one IO read exit during emulation. Applied, thanks.

Re: [PATCHv2 00/23] next round of emulator cleanups

2010-04-30 Thread Avi Kivity
On 04/28/2010 07:15 PM, Gleb Natapov wrote: This is the next round of emulator cleanups. Make it even more detached from kvm. First patch introduces IO read cache which is needed to correctly emulate instructions that require more then one IO read exit during emulation. Reviewed-by: Avi

[PATCHv2 00/23] next round of emulator cleanups

2010-04-28 Thread Gleb Natapov
This is the next round of emulator cleanups. Make it even more detached from kvm. First patch introduces IO read cache which is needed to correctly emulate instructions that require more then one IO read exit during emulation. ChangeLog; v1-v2: - add x86_emulator_ops callback to get cached