[Qemu-devel] QEMU TB Exit Cases

2012-01-20 Thread chenwj
Accroding to my experience, you list all the case already. Regards, chenwj

Re: [Qemu-devel] QEMU TB Exit Cases

2012-01-10 Thread Xin Tong
can someone provide some insights into this. Thanks On Mon, Jan 9, 2012 at 8:52 PM, Xin Tong wrote: > How many ways are there for a tb exits to happen in QEMU ? > > 1. TB exit, generated by INDEX_op_exit_tb > 2. Exception within TB (divide by zero, etc). > > Anything else ? > > Thanks > > Xin

[Qemu-devel] QEMU TB Exit Cases

2012-01-10 Thread Xin Tong
How many ways are there for a tb exits to happen in QEMU ? 1. TB exit, generated by INDEX_op_exit_tb 2. Exception within TB (divide by zero, etc). Anything else ? Thanks Xin