Re: [Qemu-devel] i386 target bug with cmpxchg instruction handling

2010-12-25 Thread Brad
On Saturday 25 December 2010 16:42:14 malc wrote: > On Sat, 25 Dec 2010, Brad wrote: > > The following diff fixes a bug with the i386 targets cmpxhg instruction > > handling. I'm making an attempt to submit this upstream since OpenBSD > > currently has this in our port but it was originally from Ne

Re: [Qemu-devel] i386 target bug with cmpxchg instruction handling

2010-12-25 Thread malc
On Sat, 25 Dec 2010, Brad wrote: > The following diff fixes a bug with the i386 targets cmpxhg instruction > handling. I'm making an attempt to submit this upstream since OpenBSD > currently has this in our port but it was originally from NetBSD's > pkgsrc tree with QEMU. > > http://www.netbsd.or

[Qemu-devel] i386 target bug with cmpxchg instruction handling

2010-12-25 Thread Brad
The following diff fixes a bug with the i386 targets cmpxhg instruction handling. I'm making an attempt to submit this upstream since OpenBSD currently has this in our port but it was originally from NetBSD's pkgsrc tree with QEMU. http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=42158 htt