Il 25/05/2012 15:32, Andreas Färber ha scritto: > Am 23.05.2012 17:44, schrieb Paolo Bonzini: >> Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> >> --- >> hw/qdev-properties.c | 487 >> +++++-------------------------------------------- >> hw/qdev.c | 47 +---- >> hw/qdev.h | 87 --------- >> include/qemu/object.h | 98 ++++++++++ >> qom/object.c | 459 ++++++++++++++++++++++++++++++++++++++++++++++ >> 5 files changed, 604 insertions(+), 574 deletions(-) > > I'm not so fond of blowing up object.c with stuff that was originally in > its own file. Had you considered a new qom/object-properties.c?
I hadn't, but it can be done. I can do it next week, or review the result, as you prefer. Paolo