Does this fix some specific bug you encountered? J
On Monday 26 March 2007 14:53, Bernhard Kauer wrote: > The Intel manual states for LTR and 64-Bit Exceptions: > > #GP(selector) > If the descriptor type of the upper 8-byte of the 16-byte descriptor > is non-zero. > > Qemu currently does not check this. The attached patch fixes the bug. > > > Bernhard Kauer