Re: [Qemu-devel] [PULL 0/2] Plan obsolescense of exec.c memory functions

2011-12-19 Thread Anthony Liguori
On 12/15/2011 07:35 AM, Avi Kivity wrote: Exile some exec.c functions to a private header, to prevent accidental reuse. Please pull from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/exec-obsolete This breaks the Xen build. Perhaps we need to merge your patches to convert Xen

Re: [Qemu-devel] [PULL 0/2] Plan obsolescense of exec.c memory functions

2011-12-19 Thread Avi Kivity
On 12/19/2011 05:01 PM, Anthony Liguori wrote: On 12/15/2011 07:35 AM, Avi Kivity wrote: Exile some exec.c functions to a private header, to prevent accidental reuse. Please pull from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/exec-obsolete This breaks the Xen build.

Re: [Qemu-devel] [PULL 0/2] Plan obsolescense of exec.c memory functions

2011-12-19 Thread Avi Kivity
On 12/19/2011 05:06 PM, Avi Kivity wrote: On 12/19/2011 05:01 PM, Anthony Liguori wrote: On 12/15/2011 07:35 AM, Avi Kivity wrote: Exile some exec.c functions to a private header, to prevent accidental reuse. Please pull from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git

Re: [Qemu-devel] [PULL 0/2] Plan obsolescense of exec.c memory functions

2011-12-19 Thread Anthony Liguori
On 12/19/2011 09:34 AM, Avi Kivity wrote: On 12/19/2011 05:06 PM, Avi Kivity wrote: On 12/19/2011 05:01 PM, Anthony Liguori wrote: On 12/15/2011 07:35 AM, Avi Kivity wrote: Exile some exec.c functions to a private header, to prevent accidental reuse. Please pull from

Re: [Qemu-devel] [PULL 0/2] Plan obsolescense of exec.c memory functions

2011-12-19 Thread Avi Kivity
On 12/19/2011 06:15 PM, Anthony Liguori wrote: Pulled both of these. Thanks. I notice the merge logs are fairly silent. You can make them more interesting by setting the git config variable merge.log to true. -- error compiling committee.c: too many arguments to function

[Qemu-devel] [PULL 0/2] Plan obsolescense of exec.c memory functions

2011-12-15 Thread Avi Kivity
Exile some exec.c functions to a private header, to prevent accidental reuse. Please pull from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/exec-obsolete Avi Kivity (2): etraxfs_eth: drop bogus cpu_unregister_io_memory() memory: move obsolete exec.c functions to a private

Re: [Qemu-devel] [PULL 0/2] Plan obsolescense of exec.c memory functions

2011-12-15 Thread Paolo Bonzini
On 12/15/2011 02:35 PM, Avi Kivity wrote: Exile some exec.c functions to a private header, to prevent accidental reuse. Please pull from git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.git memory/exec-obsolete Avi Kivity (2): etraxfs_eth: drop bogus cpu_unregister_io_memory() memory:

Re: [Qemu-devel] [PULL 0/2] Plan obsolescense of exec.c memory functions

2011-12-15 Thread Avi Kivity
On 12/15/2011 04:21 PM, Paolo Bonzini wrote: cpu-common.h | 36 - exec-obsolete.h | 66 ++ exec.c |3 ++ hw/etraxfs_eth.c |3 -- memory.c |3 ++ 5 files changed, 72

Re: [Qemu-devel] [PULL 0/2] Plan obsolescense of exec.c memory functions

2011-12-15 Thread Anthony Liguori
On 12/15/2011 08:22 AM, Avi Kivity wrote: On 12/15/2011 04:21 PM, Paolo Bonzini wrote: cpu-common.h | 36 - exec-obsolete.h | 66 ++ exec.c |3 ++ hw/etraxfs_eth.c |3 --