Re: [Qemu-devel] [PATCH 0/3] disas/libvixl: update to upstream 1.3

2014-04-25 Thread Richard Henderson
On 04/25/2014 12:15 AM, Christoffer Dall wrote: >> > Possible options: >> > (a) apply these patches, and live with the bisection >> > break on 32 bit hosts >> > (b) squash all these patches together into a single >> > commit, avoiding the bisection break but losing the >> > ability

Re: [Qemu-devel] [PATCH 0/3] disas/libvixl: update to upstream 1.3

2014-04-25 Thread Christoffer Dall
On 24 April 2014 21:11, Peter Maydell wrote: > > This patchset updates our copy of libvixl to the upstream > 1.3 release. I don't think there's anything particularly > earthshattering in 1.3 compared to what we had before. > > I had a bit of a dilemma with this patchset: > * separate out the "pri

[Qemu-devel] [PATCH 0/3] disas/libvixl: update to upstream 1.3

2014-04-24 Thread Peter Maydell
This patchset updates our copy of libvixl to the upstream 1.3 release. I don't think there's anything particularly earthshattering in 1.3 compared to what we had before. I had a bit of a dilemma with this patchset: * separate out the "pristine upstream files" from the "reapply local fixes" co