Module: libvirt

SCM checkout status: success
Build status: cached
Logs: SCM checkout (712 b)
Build output (1.39 MB)
Test results (189.28 KB)
SCM checkout time: 00h 00m 01s
Build time: 00h 35m 30s
Links: Homepage
Browse Source Repository
Artifacts: Readme
Code Test coverage report

Generated packages

Packages: Fedora release 15 (Lovelock)

Filename Size MD5 Sum
libvirt-0.9.9-1.fc15.auto1326506701.src.rpm 16.81 MB 61a78e8b261bde87474de3ff0b999195
libvirt-0.9.9-1.fc15.auto1326506701.x86_64.rpm 1.42 MB 788bece2fd364c9cad28a7a29e11aee0
libvirt-client-0.9.9-1.fc15.auto1326506701.x86_64.rpm 2.33 MB 0430001f091d7f351cba20f1f858770b
libvirt-debuginfo-0.9.9-1.fc15.auto1326506701.x86_64.rpm 4.96 MB 41a3a793bdaf31803cc302b06f9fdbfe
libvirt-devel-0.9.9-1.fc15.auto1326506701.x86_64.rpm 511.00 KB 170de0530604485ce75034bd58a2fb5f
libvirt-python-0.9.9-1.fc15.auto1326506701.x86_64.rpm 264.95 KB 2a3dad3c83cd483ae1e8666c36674ec9
mingw32-libvirt-0.9.9-3.fc15.auto1326506701.noarch.rpm 1.93 MB 5b89f967e92c3942f0e1c0d74b9c2cc6
mingw32-libvirt-0.9.9-3.fc15.auto1326506701.src.rpm 16.78 MB 9a0343d5fa485be1353d9eb0cbbb1850
mingw32-libvirt-debuginfo-0.9.9-3.fc15.auto1326506701.noarch.rpm 1.27 MB 2b2470457e61beba083372ae02c45c12

Changes since last build

Changelist User Date
c9abfad Paolo Bonzini <pbonzini@redhat.com> Fri Jan 13 2012 12:23:56 UTC
Description: qemu: add virtio-scsi controller model Adding a new model for virtio-scsi roughly follows the same scheme as the previous patch. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Files: docs/formatdomain.html.in
docs/schemas/domaincommon.rng
src/conf/domain_conf.c
src/conf/domain_conf.h
src/qemu/qemu_command.c
src/vmx/vmx.c
.../qemuxml2argv-disk-scsi-virtio-scsi.args
.../qemuxml2argv-disk-scsi-virtio-scsi.xml
tests/qemuxml2argvtest.c
tests/qemuxml2xmltest.c
bfbbc49 Michael Ellerman <michael@ellerman.id.au> Fri Jan 13 2012 03:39:26 UTC
Description: conf: Remove do-nothing validation functions There are three address validation routines that do nothing: virDomainDeviceDriveAddressIsValid() virDomainDeviceUSBAddressIsValid() virDomainDeviceVirtioSerialAddressIsValid() Remove them, and replace their call sites with "1" which is what they currently return. In some cases this means we can remove an entire if block. Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Files: src/conf/domain_conf.c
src/conf/domain_conf.h
4b942fe Michael Ellerman <michael@ellerman.id.au> Fri Jan 13 2012 03:39:25 UTC
Description: tests: Add qemuxml2argv tests for PPC64 pseries machine Add four tests of the XML -> argv handling for the PPC64 pseries machine. The first is just a basic test of a bare bones machine. The three others test various aspects of the spapr-vio address handling. It seems that currently we can't include network devices, doing so leads to a segfault because the network driverState is not initialised. Working around that leads us to the problem that the 'default' network doesn't exist. So for now just leave network devices out. Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Files: .../qemuxml2argv-pseries-basic.args
.../qemuxml2argv-pseries-basic.xml
.../qemuxml2argv-pseries-vio-address-clash.xml
.../qemuxml2argv-pseries-vio-user-assigned.args
.../qemuxml2argv-pseries-vio-user-assigned.xml
.../qemuxml2argvdata/qemuxml2argv-pseries-vio.args
.../qemuxml2argvdata/qemuxml2argv-pseries-vio.xml
tests/qemuxml2argvtest.c
69dde2e Michael Ellerman <michael@ellerman.id.au> Fri Jan 13 2012 03:39:24 UTC
Description: tests: Teach qemuxml2argvtest about spapr-vio addresses We can't call qemuCapsExtractVersionInfo() from test code, because it expects to be able to call the emulator, and for testing we have fake emulators that can't be executed. For that reason qemuxml2argvtest.c doesn't call qemuDomainAssignPCIAddresses(), instead it open codes its own version. That means we can't call qemuDomainAssignAddresses() from the test code, instead we need to manually call qemuDomainAssignSpaprVioAddresses(). Also add logic to cope with qemuDomainAssignSpaprVioAddresses() failing, so that we can write a test that checks for a known failure in there. Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Files: src/qemu/qemu_command.c
src/qemu/qemu_command.h
tests/qemuxml2argvtest.c
8611d9c Michael Ellerman <michael@ellerman.id.au> Fri Jan 13 2012 03:39:23 UTC
Description: Make drive unit attribute optional in the XML schema The "unit" attribute of a drive address is optional in the code, so should also be in the XML schema. Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Files: docs/schemas/domaincommon.rng