Re: [kvm-devel] [PATCH 0 of 3] Portability: allow for non-x86 headers

2007-12-05 Thread Avi Kivity
Hollis Blanchard wrote: > These patches allow us to stop unconditionally including x86 headers, which > allows us to provide alternative definitions. The first two just split things > out to avoid circular header dependencies. > > Applied all three, thanks. -- error compiling committee.c: too

[kvm-devel] [PATCH 0 of 3] Portability: allow for non-x86 headers

2007-12-03 Thread Hollis Blanchard
These patches allow us to stop unconditionally including x86 headers, which allows us to provide alternative definitions. The first two just split things out to avoid circular header dependencies. In fact, with just a couple additional hacks, I was finally able to get a stub PowerPC implementation