- 14 11月, 2007 1 次提交
-
-
由 Jim Meyering 提交于
* qemud/qemud.c: Replace uses of strtol with uses of xstrtol_i. Avoid overflow for very large --timeout=N values. * src/nodeinfo.c: In linuxNodeInfoMemPopulate and linuxNodeInfoCPUPopulate, use xstrtol_i rather than strtol. Unlike in qemud.c, here we allow trailing "isspace", and in the case of "cpuinfo cpu MHz", also allow a "." terminator, since we ignore the decimal and any following digits. * src/internal.h: Define xstrtol_ui, too. Author: Jim Meyering <meyering@redhat.com>
-
- 12 11月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
Patch from Jim Meyering * src/internal.h: Include <errno.h>. Define new static inline function, xstrtol_i. * src/virsh.c: Detect integer overflow in domain ID number in vshCommandOptDomainBy. Detect overflow and invalid port number suffix in cmdVNCDisplay. * src/xend_internal.c: Parse CPU number more carefully in xenDaemonDomainGetVcpus. * tests/int-overflow: New script. Test for the above-fixed bug. * tests/Makefile.am: Add int-overflow to TESTS. Define TESTS_ENVIRONMENT, to propagate $abs_top_* variables into the int-overflow script. Adapt the "valgrind" rule not to clobber new TESTS_ENVIRONMENT. Daniel
-
- 09 11月, 2007 3 次提交
-
-
由 Daniel Veillard 提交于
when compiling with Fedora. Daniel
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel Veillard 提交于
indentation Daniel
-
- 07 11月, 2007 2 次提交
-
-
由 Richard W.M. Jones 提交于
Avoid risk of format string abuse (also avoids gcc warnings). * src/util.c (ReportError): Use a literal "%s" format string. * src/remote_internal.c (server_error): Likewise. * src/qemu_conf.c (qemudReportError): Likewise. * acinclude.m4: Add -Wformat -Wformat-security to default list of warning flags, to warn about errors such as the above.
-
由 Daniel Veillard 提交于
remove the domainDumpXML entry when changing the driver structure Daniel
-
- 06 11月, 2007 2 次提交
-
-
由 Daniel Veillard 提交于
from Masayuki Sunou to fix xend errors when adding disk devices, due to improper device id lookup. Daniel
-
由 Daniel Veillard 提交于
validation of virsh schedinfo parameters. Daniel
-
- 05 11月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
cpuset parameter for numa uses cpu maxcpu-1 Daniel
-
- 01 11月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
when an HVM domain is started with a CD-Rom config, this should fix #328841 Daniel
-
- 31 10月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
src/xen_unified.[ch] src/xend_internal.[ch] src/xml.[ch]: last patch for the library NUMA support, allow to serialize CPU pinning to domain configs (but won't work though proxy access), includes many patches from Saori Fukuta. Daniel
-
- 27 10月, 2007 5 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 26 10月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
- 24 10月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
to detect overflow, and also reindented the module. Daniel
-
- 23 10月, 2007 2 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
由 Daniel Veillard 提交于
from Jim Paris Daniel
-
- 22 10月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
Daniel
-
- 19 10月, 2007 3 次提交
-
-
由 Daniel Veillard 提交于
* src/buf.c: fix virBufferContentAndFree to make sure the string is always 0 terminated. Daniel
-
由 Daniel Veillard 提交于
raised by Tatsuro Enokura Daniel
-
由 Daniel Veillard 提交于
* tests/conftest.c: Use fwrite, not printf, since the result buffer is not NUL-terminatedi, from Jim Meyering. * tests/qemuxml2argvtest.c: Initialize vm.migrateFrom[0], to avoid "read-uninitialized" error from within qemudBuildCommandLinei, from Jim Meyering. Daniel
-
- 17 10月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/xend_internal.c (sexpr_get): Declare with gcc's printf attribute. (Jim Meyering)
-
- 16 10月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 15 10月, 2007 1 次提交
-
-
由 Richard W.M. Jones 提交于
* src/test.c, include/libvirt/libvirt.h.in: Remove virDomainRestart from the public API (it was not used), and move it into the test driver where it is used for purely internal purposes.
-
- 13 10月, 2007 2 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 11 10月, 2007 3 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
由 Daniel P. Berrange 提交于
-
- 08 10月, 2007 1 次提交
-
-
由 Daniel Veillard 提交于
NUMA topology for cells without CPUs Daniel
-
- 05 10月, 2007 1 次提交
-
-
由 Daniel P. Berrange 提交于
-
- 30 9月, 2007 5 次提交
-
-
由 Daniel P. Berrange 提交于
-
由 Daniel Veillard 提交于
argument * src/libvirt_sym.version: export virNodeGetFreeMemory() Daniel
-
由 Daniel Veillard 提交于
-
由 Daniel Veillard 提交于
src/driver.h src/libvirt.c src/openvz_driver.c src/qemu_driver.c src/test.c src/xen_unified.c src/xend_internal.c: add new API virNodeGetFreeMemory(), extends the driver. Lacks remote and QEmu support though. * src/libvirt.c: allows to fix virNodeGetCellsFreeMemory() adding parameter check for startCell. * proxy/libvirt_proxy.c src/xend_internal.[ch] include/libvirt/libvirt.h include/libvirt/libvirt.h.in: applied vncpasswd dump patch from Mark Johnson but with the virDomainXMLFlags extension as suggested by Daniel Berrange this changed a couple of internal APIs too * tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml: fix one of the tests affected by bootloader dump change. Daniel
-
由 Daniel P. Berrange 提交于
-