提交 6ec6b796 编写于 作者: D Daniel Veillard

* src/xen_internal.c: applied patch from Masayuki Sunou fixing the

  erroneous value of the hypercall XEN_V2_OP_SETMAXMEM
* libvirt.spec.in: applies changes from Jeremy Katz for libvirt
  spec and also another fix from Michael Schwendt fixing rhbz#233874
Daniel
上级 1109ba44
Wed Mar 28 10:47:16 CEST 2007 Daniel Veillard <veillard@redhat.com>
* src/xen_internal.c: applied patch from Masayuki Sunou fixing the
erroneous value of the hypercall XEN_V2_OP_SETMAXMEM
* libvirt.spec.in: applies changes from Jeremy Katz for libvirt
spec and also another fix from Michael Schwendt fixing rhbz#233874
Tue Mar 27 10:46:00 EDT 2007 Daniel P. Berrange <berrange@redhat.com>
* qemud/conf.c: Fixed bridged config to refer to 'bridge' attribute
......
......@@ -6,7 +6,7 @@
# Fedora RPM builds
%define _extra_release %{?dist:%{dist}}%{!?dist:%{?extra_release:%{extra_release}}}
Summary: Library providing an API to use the Xen virtualization
Summary: Library providing a simple API virtualization
Name: libvirt
Version: @VERSION@
Release: 1%{?_extra_release}
......@@ -16,7 +16,6 @@ Source: libvirt-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://libvirt.org/
BuildRequires: python python-devel
Requires: xen
Requires: libxml2
Requires: readline
Requires: ncurses
......@@ -31,8 +30,8 @@ Obsoletes: libvir
ExclusiveArch: i386 x86_64 ia64
%description
This C library provides an API to use the Xen virtualization framework,
and the virsh command line tool to control virtual domains.
Libvirt is a C toolkit to interract with the virtualization capabilities
of recent versions of Linux (and other OSes).
%package devel
Summary: Libraries, includes, etc. to compile with the libvirt library
......@@ -43,7 +42,7 @@ Obsoletes: libvir-devel
%description devel
Includes and documentations for the C library providing an API to use
the Xen virtualization framework
the virtualization capabilities of recent versions of Linux (and other OSes).
%package python
Summary: Python bindings for the libvirt library
......@@ -54,7 +53,8 @@ Obsoletes: libvir-python
%description python
The libvirt-python package contains a module that permits applications
written in the Python programming language to use the interface
supplied by the libvirt library to use the Xen virtualization framework.
supplied by the libvirt library to use the the virtualization capabilities
of recent versions of Linux (and other OSes).
%prep
%setup -q
......@@ -128,6 +128,10 @@ fi
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/networks/
%dir %attr(0700, root, root) %{_sysconfdir}/libvirt/qemu/networks/autostart
%{_sysconfdir}/rc.d/init.d/libvirtd
%dir %{_sysconfdir}/libvirt
%dir %{_sysconfdir}/libvirt/qemu
%dir %{_sysconfdir}/libvirt/qemu/networks
%dir %{_sysconfdir}/libvirt/qemu/networks/autostart
%dir %{_datadir}/libvirt/
%dir %{_datadir}/libvirt/networks/
%{_datadir}/libvirt/networks/default.xml
......@@ -141,6 +145,7 @@ fi
%defattr(-, root, root)
%{_libdir}/lib*.so
%dir %{_includedir}/libvirt
%{_includedir}/libvirt/*.h
%{_libdir}/pkgconfig/libvirt.pc
%doc %{_datadir}/gtk-doc/html/libvirt/*.devhelp
......@@ -164,6 +169,11 @@ fi
%doc docs/examples/python
%changelog
* Thu Mar 22 2007 Jeremy Katz <katzj@redhat.com> - 0.2.1-2.fc7
- don't require xen; we don't need the daemon and can control non-xen now
- fix scriptlet error (need to own more directories)
- update description text
* Fri Mar 16 2007 Daniel Veillard <veillard@redhat.com> - 2.0.1-1
- Release of 0.2.1
- lot of bug and portability fixes
......
此差异已折叠。
此差异已折叠。
此差异已折叠。
......@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: as\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2007-03-16 18:45+0100\n"
"POT-Creation-Date: 2007-03-26 12:07+0200\n"
"PO-Revision-Date: 2006-09-29 12:41+0530\n"
"Last-Translator: Amitakhya Phukan <amitakhya.phukan@gmail.com>\n"
"Language-Team: Assamese\n"
......@@ -16,11 +16,11 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: KBabel 1.9.1\n"
#: src/libvirt.c:298 src/libvirt.c:373 src/hash.c:666
#: src/libvirt.c:297 src/libvirt.c:372 src/hash.c:664
msgid "allocating connection"
msgstr ""
#: src/libvirt.c:395
#: src/libvirt.c:394
msgid "Xen Daemon or Xen Store"
msgstr ""
......@@ -394,30 +394,30 @@ msgstr ""
msgid "allocate new context"
msgstr ""
#: src/hash.c:772 src/hash.c:778 src/test.c:906 src/test.c:935 src/test.c:958
#: src/hash.c:769 src/hash.c:774 src/test.c:906 src/test.c:935 src/test.c:958
#: src/test.c:982 src/xend_internal.c:1820 src/xend_internal.c:2602
#: src/xend_internal.c:2845 src/xs_internal.c:607 src/proxy_internal.c:798
#: src/proxy_internal.c:845 src/proxy_internal.c:896
msgid "allocating domain"
msgstr ""
#: src/hash.c:789
#: src/hash.c:785
msgid "failed to add domain to connection hash table"
msgstr ""
#: src/hash.c:841
#: src/hash.c:837
msgid "domain missing from connection hash table"
msgstr ""
#: src/hash.c:955 src/hash.c:961
#: src/hash.c:951 src/hash.c:956
msgid "allocating network"
msgstr ""
#: src/hash.c:971
#: src/hash.c:966
msgid "failed to add network to connection hash table"
msgstr ""
#: src/hash.c:1023
#: src/hash.c:1018
msgid "network missing from connection hash table"
msgstr ""
......@@ -640,12 +640,12 @@ msgstr ""
#: src/virsh.c:309 src/virsh.c:403 src/virsh.c:589 src/virsh.c:627
#: src/virsh.c:858 src/virsh.c:940 src/virsh.c:985 src/virsh.c:1024
#: src/virsh.c:1063 src/virsh.c:1102 src/virsh.c:1141 src/virsh.c:1218
#: src/virsh.c:1301 src/virsh.c:1387 src/virsh.c:1443 src/virsh.c:1486
#: src/virsh.c:1590 src/virsh.c:2320
#: src/virsh.c:1301 src/virsh.c:1391 src/virsh.c:1447 src/virsh.c:1491
#: src/virsh.c:1596 src/virsh.c:2326
msgid "domain name, id or uuid"
msgstr ""
#: src/virsh.c:310 src/virsh.c:1731
#: src/virsh.c:310 src/virsh.c:1737
msgid "disable autostarting"
msgstr ""
......@@ -724,15 +724,15 @@ msgstr ""
msgid "Id"
msgstr ""
#: src/virsh.c:527 src/virsh.c:2026
#: src/virsh.c:527 src/virsh.c:2032
msgid "Name"
msgstr ""
#: src/virsh.c:527 src/virsh.c:2026
#: src/virsh.c:527 src/virsh.c:2032
msgid "State"
msgstr ""
#: src/virsh.c:540 src/virsh.c:562 src/virsh.c:3045 src/virsh.c:3061
#: src/virsh.c:540 src/virsh.c:562 src/virsh.c:3051 src/virsh.c:3067
msgid "no state"
msgstr ""
......@@ -775,7 +775,7 @@ msgid "file conatining an XML domain description"
msgstr ""
#: src/virsh.c:689 src/virsh.c:694 src/virsh.c:744 src/virsh.c:749
#: src/virsh.c:1797 src/virsh.c:1802 src/virsh.c:1853 src/virsh.c:1858
#: src/virsh.c:1803 src/virsh.c:1808 src/virsh.c:1859 src/virsh.c:1864
#, c-format
msgid "Failed to read description file %s"
msgstr ""
......@@ -816,7 +816,7 @@ msgstr ""
msgid "Undefine the configuration for an inactive domain."
msgstr ""
#: src/virsh.c:776 src/virsh.c:1659
#: src/virsh.c:776 src/virsh.c:1665
msgid "domain name or uuid"
msgstr ""
......@@ -1022,7 +1022,7 @@ msgstr ""
msgid "State:"
msgstr ""
#: src/virsh.c:1179 src/virsh.c:1541
#: src/virsh.c:1179 src/virsh.c:1547
msgid "CPU(s):"
msgstr ""
......@@ -1078,443 +1078,453 @@ msgstr ""
msgid "host cpu number(s) (comma separated)"
msgstr ""
#: src/virsh.c:1381
#: src/virsh.c:1361
#, c-format
msgid "Physical CPU %d doesn't exist."
msgstr ""
#: src/virsh.c:1385
msgid "change number of virtual CPUs"
msgstr ""
#: src/virsh.c:1382
#: src/virsh.c:1386
msgid "Change the number of virtual CPUs active in the guest domain."
msgstr ""
#: src/virsh.c:1388
#: src/virsh.c:1392
msgid "number of virtual CPUs"
msgstr ""
#: src/virsh.c:1419
#: src/virsh.c:1423
msgid "Too many virtual CPU's."
msgstr ""
#: src/virsh.c:1437
#: src/virsh.c:1441
msgid "change memory allocation"
msgstr ""
#: src/virsh.c:1438
#: src/virsh.c:1442
msgid "Change the current memory allocation in the guest domain."
msgstr ""
#: src/virsh.c:1444
#: src/virsh.c:1448
msgid "number of bytes of memory"
msgstr ""
#: src/virsh.c:1480
#: src/virsh.c:1468 src/virsh.c:1512
#, c-format
msgid "Invalid value of %d for memory size"
msgstr ""
#: src/virsh.c:1485
msgid "change maximum memory limit"
msgstr ""
#: src/virsh.c:1481
#: src/virsh.c:1486
msgid "Change the maximum memory allocation limit in the guest domain."
msgstr ""
#: src/virsh.c:1487
#: src/virsh.c:1492
msgid "maxmimum memory limit in bytes"
msgstr ""
#: src/virsh.c:1523
#: src/virsh.c:1529
msgid "node information"
msgstr ""
#: src/virsh.c:1524
#: src/virsh.c:1530
msgid "Returns basic information about the node."
msgstr ""
#: src/virsh.c:1537
#: src/virsh.c:1543
msgid "failed to get node information"
msgstr ""
#: src/virsh.c:1540
#: src/virsh.c:1546
msgid "CPU model:"
msgstr ""
#: src/virsh.c:1542
#: src/virsh.c:1548
msgid "CPU frequency:"
msgstr ""
#: src/virsh.c:1543
#: src/virsh.c:1549
msgid "CPU socket(s):"
msgstr ""
#: src/virsh.c:1544
#: src/virsh.c:1550
msgid "Core(s) per socket:"
msgstr ""
#: src/virsh.c:1545
#: src/virsh.c:1551
msgid "Thread(s) per core:"
msgstr ""
#: src/virsh.c:1546
#: src/virsh.c:1552
msgid "NUMA cell(s):"
msgstr ""
#: src/virsh.c:1547
#: src/virsh.c:1553
msgid "Memory size:"
msgstr ""
#: src/virsh.c:1557
#: src/virsh.c:1563
msgid "capabilities"
msgstr ""
#: src/virsh.c:1558
#: src/virsh.c:1564
msgid "Returns capabilities of hypervisor/driver."
msgstr ""
#: src/virsh.c:1571
#: src/virsh.c:1577
msgid "failed to get capabilities"
msgstr ""
#: src/virsh.c:1584
#: src/virsh.c:1590
msgid "domain information in XML"
msgstr ""
#: src/virsh.c:1585
#: src/virsh.c:1591
msgid "Ouput the domain information as an XML dump to stdout."
msgstr ""
#: src/virsh.c:1624
#: src/virsh.c:1630
msgid "convert a domain id or UUID to domain name"
msgstr ""
#: src/virsh.c:1629
#: src/virsh.c:1635
msgid "domain id or uuid"
msgstr ""
#: src/virsh.c:1654
#: src/virsh.c:1660
msgid "convert a domain name or UUID to domain id"
msgstr ""
#: src/virsh.c:1689
#: src/virsh.c:1695
msgid "convert a domain name or id to domain UUID"
msgstr ""
#: src/virsh.c:1694
#: src/virsh.c:1700
msgid "domain id or name"
msgstr ""
#: src/virsh.c:1713
#: src/virsh.c:1719
msgid "failed to get domain UUID"
msgstr ""
#: src/virsh.c:1723
#: src/virsh.c:1729
msgid "autostart a network"
msgstr ""
#: src/virsh.c:1725
#: src/virsh.c:1731
msgid "Configure a network to be automatically started at boot."
msgstr ""
#: src/virsh.c:1730 src/virsh.c:2165
#: src/virsh.c:1736 src/virsh.c:2171
msgid "network name or uuid"
msgstr ""
#: src/virsh.c:1751
#: src/virsh.c:1757
#, c-format
msgid "Failed to %smark network %s as autostarted"
msgstr ""
#: src/virsh.c:1757
#: src/virsh.c:1763
#, c-format
msgid "Network %s %smarked as autostarted\n"
msgstr ""
#: src/virsh.c:1768
#: src/virsh.c:1774
msgid "create a network from an XML file"
msgstr ""
#: src/virsh.c:1769
#: src/virsh.c:1775
msgid "Create a network."
msgstr ""
#: src/virsh.c:1774
#: src/virsh.c:1780
msgid "file containing an XML network description"
msgstr ""
#: src/virsh.c:1809
#: src/virsh.c:1815
#, c-format
msgid "Network %s created from %s\n"
msgstr ""
#: src/virsh.c:1812
#: src/virsh.c:1818
#, c-format
msgid "Failed to create network from %s"
msgstr ""
#: src/virsh.c:1824
#: src/virsh.c:1830
msgid "define (but don't start) a network from an XML file"
msgstr ""
#: src/virsh.c:1825
#: src/virsh.c:1831
msgid "Define a network."
msgstr ""
#: src/virsh.c:1830
#: src/virsh.c:1836
msgid "file conatining an XML network description"
msgstr ""
#: src/virsh.c:1865
#: src/virsh.c:1871
#, c-format
msgid "Network %s defined from %s\n"
msgstr ""
#: src/virsh.c:1868
#: src/virsh.c:1874
#, c-format
msgid "Failed to define network from %s"
msgstr ""
#: src/virsh.c:1880
#: src/virsh.c:1886
msgid "destroy a network"
msgstr ""
#: src/virsh.c:1881
#: src/virsh.c:1887
msgid "Destroy a given network."
msgstr ""
#: src/virsh.c:1886 src/virsh.c:1926
#: src/virsh.c:1892 src/virsh.c:1932
msgid "network name, id or uuid"
msgstr ""
#: src/virsh.c:1904
#: src/virsh.c:1910
#, c-format
msgid "Network %s destroyed\n"
msgstr ""
#: src/virsh.c:1906
#: src/virsh.c:1912
#, c-format
msgid "Failed to destroy network %s"
msgstr ""
#: src/virsh.c:1920
#: src/virsh.c:1926
msgid "network information in XML"
msgstr ""
#: src/virsh.c:1921
#: src/virsh.c:1927
msgid "Ouput the network information as an XML dump to stdout."
msgstr ""
#: src/virsh.c:1961
#: src/virsh.c:1967
msgid "list networks"
msgstr ""
#: src/virsh.c:1962
#: src/virsh.c:1968
msgid "Returns list of networks."
msgstr ""
#: src/virsh.c:1967
#: src/virsh.c:1973
msgid "list inactive networks"
msgstr ""
#: src/virsh.c:1968
#: src/virsh.c:1974
msgid "list inactive & active networks"
msgstr ""
#: src/virsh.c:1988 src/virsh.c:1996
#: src/virsh.c:1994 src/virsh.c:2002
msgid "Failed to list active networks"
msgstr ""
#: src/virsh.c:2007 src/virsh.c:2016
#: src/virsh.c:2013 src/virsh.c:2022
msgid "Failed to list inactive networks"
msgstr ""
#: src/virsh.c:2026
#: src/virsh.c:2032
msgid "Autostart"
msgstr ""
#: src/virsh.c:2041 src/virsh.c:2064
#: src/virsh.c:2047 src/virsh.c:2070
msgid "no autostart"
msgstr ""
#: src/virsh.c:2047
#: src/virsh.c:2053
msgid "active"
msgstr ""
#: src/virsh.c:2070
#: src/virsh.c:2076
msgid "inactive"
msgstr ""
#: src/virsh.c:2089
#: src/virsh.c:2095
msgid "convert a network UUID to network name"
msgstr ""
#: src/virsh.c:2094
#: src/virsh.c:2100
msgid "network uuid"
msgstr ""
#: src/virsh.c:2120
#: src/virsh.c:2126
msgid "start a (previously defined) inactive network"
msgstr ""
#: src/virsh.c:2121
#: src/virsh.c:2127
msgid "Start a network."
msgstr ""
#: src/virsh.c:2126
#: src/virsh.c:2132
msgid "name of the inactive network"
msgstr ""
#: src/virsh.c:2143
#: src/virsh.c:2149
#, c-format
msgid "Network %s started\n"
msgstr ""
#: src/virsh.c:2146
#: src/virsh.c:2152
#, c-format
msgid "Failed to start network %s"
msgstr ""
#: src/virsh.c:2159
#: src/virsh.c:2165
msgid "undefine an inactive network"
msgstr ""
#: src/virsh.c:2160
#: src/virsh.c:2166
msgid "Undefine the configuration for an inactive network."
msgstr ""
#: src/virsh.c:2183
#: src/virsh.c:2189
#, c-format
msgid "Network %s has been undefined\n"
msgstr ""
#: src/virsh.c:2185
#: src/virsh.c:2191
#, c-format
msgid "Failed to undefine network %s"
msgstr ""
#: src/virsh.c:2198
#: src/virsh.c:2204
msgid "convert a network name to network UUID"
msgstr ""
#: src/virsh.c:2203
#: src/virsh.c:2209
msgid "network name"
msgstr ""
#: src/virsh.c:2223
#: src/virsh.c:2229
msgid "failed to get network UUID"
msgstr ""
#: src/virsh.c:2234
#: src/virsh.c:2240
msgid "show version"
msgstr ""
#: src/virsh.c:2235
#: src/virsh.c:2241
msgid "Display the system version information."
msgstr ""
#: src/virsh.c:2258
#: src/virsh.c:2264
msgid "failed to get hypervisor type"
msgstr ""
#: src/virsh.c:2267
#: src/virsh.c:2273
#, c-format
msgid "Compiled against library: libvir %d.%d.%d\n"
msgstr ""
#: src/virsh.c:2272
#: src/virsh.c:2278
msgid "failed to get the library version"
msgstr ""
#: src/virsh.c:2279
#: src/virsh.c:2285
#, c-format
msgid "Using library: libvir %d.%d.%d\n"
msgstr ""
#: src/virsh.c:2286
#: src/virsh.c:2292
#, c-format
msgid "Using API: %s %d.%d.%d\n"
msgstr ""
#: src/virsh.c:2291
#: src/virsh.c:2297
msgid "failed to get the hypervisor version"
msgstr ""
#: src/virsh.c:2296
#: src/virsh.c:2302
#, c-format
msgid "Cannot extract running %s hypervisor version\n"
msgstr ""
#: src/virsh.c:2303
#: src/virsh.c:2309
#, c-format
msgid "Running hypervisor: %s %d.%d.%d\n"
msgstr ""
#: src/virsh.c:2314
#: src/virsh.c:2320
msgid "vnc display"
msgstr ""
#: src/virsh.c:2315
#: src/virsh.c:2321
msgid "Ouput the IP address and port number for the VNC display."
msgstr ""
#: src/virsh.c:2394
#: src/virsh.c:2400
msgid "quit this interactive terminal"
msgstr ""
#: src/virsh.c:2521
#: src/virsh.c:2527
#, c-format
msgid "command '%s' requires <%s> option"
msgstr ""
#: src/virsh.c:2522
#: src/virsh.c:2528
#, c-format
msgid "command '%s' requires --%s option"
msgstr ""
#: src/virsh.c:2549
#: src/virsh.c:2555
#, c-format
msgid "command '%s' doesn't exist"
msgstr ""
#: src/virsh.c:2557
#: src/virsh.c:2563
msgid " NAME\n"
msgstr ""
#: src/virsh.c:2568
#: src/virsh.c:2574
msgid ""
"\n"
" DESCRIPTION\n"
msgstr ""
#: src/virsh.c:2572
#: src/virsh.c:2578
msgid ""
"\n"
" OPTIONS\n"
msgstr ""
#: src/virsh.c:2579
#: src/virsh.c:2585
#, c-format
msgid "--%s <number>"
msgstr ""
#: src/virsh.c:2581
#: src/virsh.c:2587
#, c-format
msgid "--%s <string>"
msgstr ""
#: src/virsh.c:2694
#: src/virsh.c:2700
msgid "undefined domain name or id"
msgstr ""
#: src/virsh.c:2727
#: src/virsh.c:2733
#, c-format
msgid "failed to get domain '%s'"
msgstr ""
#: src/virsh.c:2740
#: src/virsh.c:2746
msgid "undefined network name"
msgstr ""
#: src/virsh.c:2764
#: src/virsh.c:2770
#, c-format
msgid "failed to get network '%s'"
msgstr ""
#: src/virsh.c:2792
#: src/virsh.c:2798
#, c-format
msgid ""
"\n"
......@@ -1522,102 +1532,107 @@ msgid ""
"\n"
msgstr ""
#: src/virsh.c:2866
#: src/virsh.c:2872
msgid "missing \""
msgstr ""
#: src/virsh.c:2927
#: src/virsh.c:2933
#, c-format
msgid "unexpected token (command name): '%s'"
msgstr ""
#: src/virsh.c:2932
#: src/virsh.c:2938
#, c-format
msgid "unknown command: '%s'"
msgstr ""
#: src/virsh.c:2939
#: src/virsh.c:2945
#, c-format
msgid "command '%s' doesn't support option --%s"
msgstr ""
#: src/virsh.c:2954
#: src/virsh.c:2960
#, c-format
msgid "expected syntax: --%s <%s>"
msgstr ""
#: src/virsh.c:2957
#: src/virsh.c:2963
msgid "number"
msgstr ""
#: src/virsh.c:2957
#: src/virsh.c:2963
msgid "string"
msgstr ""
#: src/virsh.c:2963
#: src/virsh.c:2969
#, c-format
msgid "unexpected data '%s'"
msgstr ""
#: src/virsh.c:2985
#: src/virsh.c:2991
msgid "OPTION"
msgstr ""
#: src/virsh.c:2985
#: src/virsh.c:2991
msgid "DATA"
msgstr ""
#: src/virsh.c:3033 src/virsh.c:3059
#: src/virsh.c:3039 src/virsh.c:3065
msgid "running"
msgstr ""
#: src/virsh.c:3035 src/virsh.c:3057
#: src/virsh.c:3041 src/virsh.c:3063
msgid "blocked"
msgstr ""
#: src/virsh.c:3037
#: src/virsh.c:3043
msgid "paused"
msgstr ""
#: src/virsh.c:3039
#: src/virsh.c:3045
msgid "in shutdown"
msgstr ""
#: src/virsh.c:3041
#: src/virsh.c:3047
msgid "shut off"
msgstr ""
#: src/virsh.c:3043
#: src/virsh.c:3049
msgid "crashed"
msgstr ""
#: src/virsh.c:3055
#: src/virsh.c:3061
msgid "offline"
msgstr ""
#: src/virsh.c:3074
#: src/virsh.c:3080
msgid "no valid connection"
msgstr ""
#: src/virsh.c:3113
#: src/virsh.c:3119
#, c-format
msgid "%s: error: "
msgstr ""
#: src/virsh.c:3115
#: src/virsh.c:3121
msgid "error: "
msgstr ""
#: src/virsh.c:3137 src/virsh.c:3149 src/virsh.c:3161
#: src/virsh.c:3143 src/virsh.c:3155
#, c-format
msgid "%s: %d: failed to allocate %d bytes"
msgstr ""
#: src/virsh.c:3191
#: src/virsh.c:3167
#, c-format
msgid "%s: %d: failed to allocate %lu bytes"
msgstr ""
#: src/virsh.c:3197
msgid "failed to connect to the hypervisor"
msgstr ""
#: src/virsh.c:3339
#: src/virsh.c:3345
#, c-format
msgid ""
"\n"
......@@ -1635,7 +1650,7 @@ msgid ""
" commands (non interactive mode):\n"
msgstr ""
#: src/virsh.c:3356
#: src/virsh.c:3362
#, c-format
msgid ""
"\n"
......@@ -1643,67 +1658,67 @@ msgid ""
"\n"
msgstr ""
#: src/virsh.c:3448
#: src/virsh.c:3454
#, c-format
msgid "unsupported option '-%c'. See --help."
msgstr ""
#: src/virsh.c:3529
#: src/virsh.c:3535
#, c-format
msgid ""
"Welcome to %s, the virtualization interactive terminal.\n"
"\n"
msgstr ""
#: src/virsh.c:3532
#: src/virsh.c:3538
msgid ""
"Type: 'help' for help with commands\n"
" 'quit' to quit\n"
"\n"
msgstr ""
#: src/conf.c:156 src/conf.c:207 src/conf.c:491 src/conf.c:529 src/conf.c:557
#: src/conf.c:635
#: src/conf.c:156 src/conf.c:205 src/conf.c:488 src/conf.c:525 src/conf.c:553
#: src/conf.c:631
msgid "allocating configuration"
msgstr ""
#: src/conf.c:343
#: src/conf.c:340
msgid "unterminated number"
msgstr ""
#: src/conf.c:375 src/conf.c:392 src/conf.c:404
#: src/conf.c:372 src/conf.c:389 src/conf.c:401
msgid "unterminated string"
msgstr ""
#: src/conf.c:432 src/conf.c:485
#: src/conf.c:429 src/conf.c:482
msgid "expecting a value"
msgstr ""
#: src/conf.c:452
#: src/conf.c:449
msgid "expecting a separator in list"
msgstr ""
#: src/conf.c:475
#: src/conf.c:472
msgid "list is not closed with ] "
msgstr ""
#: src/conf.c:522
#: src/conf.c:518
msgid "expecting a name"
msgstr ""
#: src/conf.c:585
#: src/conf.c:581
msgid "expecting a separator"
msgstr ""
#: src/conf.c:617
#: src/conf.c:613
msgid "expecting an assignment"
msgstr ""
#: src/conf.c:901
#: src/conf.c:897
msgid "failed to open file"
msgstr ""
#: src/conf.c:909
#: src/conf.c:905
msgid "failed to save content"
msgstr ""
......@@ -1756,7 +1771,7 @@ msgstr ""
msgid "got asynchronous packet number %d\n"
msgstr ""
#: src/xen_internal.c:1699
#: src/xen_internal.c:1733
#, c-format
msgid "allocating %d domain info"
msgstr ""
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
......@@ -280,7 +280,7 @@ typedef struct xen_v0_domainop xen_v0_domainop;
*/
#define XEN_V0_OP_SETMAXMEM 28
#define XEN_V1_OP_SETMAXMEM 28
#define XEN_V2_OP_SETMAXMEM 14
#define XEN_V2_OP_SETMAXMEM 11
struct xen_v0_setmaxmem {
domid_t domain;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册