[libvirt] [PATCH v3 1/4] QEMU: add -dtb option support

Daniel P. Berrange berrange at redhat.com
Wed Feb 27 17:08:22 UTC 2013


On Wed, Feb 27, 2013 at 04:28:37PM +0800, Olivia Yin wrote:
> Signed-off-by: Olivia Yin <hong-hua.yin at freescale.com>
> ---
>  src/conf/domain_conf.c  |    4 ++++
>  src/conf/domain_conf.h  |    1 +
>  src/qemu/qemu_command.c |    6 ++++++
>  3 files changed, 11 insertions(+), 0 deletions(-)

The split of code across your patches is sub-optimal. We prefer
to keep changes to the XML parser/formatter separate from changes
to drivers.

Also the code to test the QEMU driver should be in the same
patch as the patch which changes the command line parser.

So what you really want is 2 patches. One with domain_conf.{c,h}
changes, RNG schema addition & schema documentation, and the other
patch with all the QEMU driver changes + testing


Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|




More information about the libvir-list mailing list