On Mon, Oct 24, 2011 at 01:33:01PM +0200, Paolo Bonzini wrote: > - Add all dependencies of the block layer to block-obj-y, and all > dependencies of QObject to qobject-obj-y > > - Remove the block layer from tools-obj-y, add it to qemu-img, qemu-nbd, > qemu-io > > - Add qobject-obj-y and tools-obj-y wherever useful, remove duplicates > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > Makefile | 32 +++++++++++++++----------------- > Makefile.objs | 8 ++++---- > 2 files changed, 19 insertions(+), 21 deletions(-)
This patch is a bit large for trivial but the changes seem fine. It could have been split into 3 small patches. Thanks, applied to the trivial patches tree: http://repo.or.cz/w/qemu/stefanha.git/shortlog/refs/heads/trivial-patches Stefan