1. 13 1月, 2016 1 次提交
  2. 12 1月, 2016 2 次提交
    • D
      conf: introduce 'autodeflate' attribute for memballoon device · 7bf3198d
      Dmitry Andreev 提交于
      Excessive memory balloon inflation can cause invocation of OOM-killer,
      when Linux is under severe memory pressure. QEMU memballoon device
      has a feature to release some memory at the last moment before some
      process will be get killed by OOM-killer.
      
      Introduce a new optional balloon device attribute 'autodeflate' to
      enable or disable this feature.
      7bf3198d
    • C
      build: Kill docs/schemas/Makefile.am · f7d0f124
      Cole Robinson 提交于
      Move the logic to docs/Makefile.am, and simplify it with a wildcard
      expression.
      f7d0f124
  3. 06 1月, 2016 1 次提交
    • W
      rbd: Do not append Ceph monitor port number 6789 if not provided · 6343018f
      Wido den Hollander 提交于
      If no port number was provided for a storage pool libvirt defaults to
      port 6789; however, librbd/librados already default to 6789 when no port
      number is provided.
      
      In the future Ceph will switch to a new port for the Ceph monitors since
      port 6789 is already assigned to a different application by IANA.
      
      Port 6789 is assigned to SMC-HTTPS and Ceph now has port 3300 assigned as
      the 'Ceph monitor' port.
      
      In this case it is the best solution to not hardcode any port number into
      libvirt and let librados handle the connection.
      
      Only if a user specifies a different port number we pass it down to librados,
      otherwise we leave it blank.
      Signed-off-by: NWido den Hollander <wido@widodh.nl>
      
      merge
      6343018f
  4. 05 1月, 2016 3 次提交
  5. 24 12月, 2015 1 次提交
  6. 09 12月, 2015 1 次提交
  7. 04 12月, 2015 1 次提交
    • P
      schema: Allow > UINT_MAX KiB of memory for NUMA nodes · e5fac009
      Peter Krempa 提交于
      Using more than 4TiB of memory per NUMA node would not be possible to
      express in the XML without violating the schema. Not that such boxes
      would be common, but we should use a longer type at this point.
      
      The pattern is not necessary since libvirt redefines the type already in
      basictypes.rng with the same pattern.
      e5fac009
  8. 30 11月, 2015 3 次提交
  9. 27 11月, 2015 1 次提交
  10. 26 11月, 2015 1 次提交
  11. 25 11月, 2015 3 次提交
    • D
      Allow multiple panic devices · 59fc0d06
      Dmitry Andreev 提交于
      'model' attribute was added to a panic device but only one panic
      device is allowed. This patch changes panic device presence
      from 'optional' to 'zeroOrMore'.
      59fc0d06
    • D
      conf: add 'model' attribute for panic device with values isa, pseries, hyperv · 658ec27f
      Dmitry Andreev 提交于
      Libvirt already has two types of panic devices - pvpanic and pSeries firmware.
      This patch introduces the 'model' attribute and a new type of panic device.
      
      'isa' model is for ISA pvpanic device.
      'pseries' model is a default value for pSeries guests.
      'hyperv' model is the new type. It's used for Hyper-V crash.
      
      Schema and docs are updated for the new attribute.
      658ec27f
    • L
      conf: support reporting maxCount attribute for virtual_functions cap · 0d210c47
      Laine Stump 提交于
      Report the maximum possible number of VFs for an SRIOV PF, like this:
      
         <capability type='virtual_functions' maxCount='7'>
            ...
         </capability>
      
      I've just discovered that the virtual_functions and physical_functions
      capabilities are not supported in the virNodeDeviceParse functions,
      only in virNodeDeviceFormat (I suppose because they are only reported,
      not set from XML). This should probably be remedied, but is less
      immediately useful than the current patch.
      0d210c47
  12. 18 11月, 2015 1 次提交
  13. 10 11月, 2015 2 次提交
  14. 04 11月, 2015 1 次提交
  15. 20 10月, 2015 2 次提交
    • A
      NEWS: Fix XSLT stylesheet · 1b4de77e
      Andrea Bolognani 提交于
      This has been broken for a looong time - in fact, we've been
      shipping a mostly-empty NEWS file for at least the past two years.
      
      Including the html namespace and using it for matching elements,
      like hacking1.xsl and hacking2.xsl were already doing, makes the
      NEWS file useful again.
      
      Add a note explaining that the release list has been split up
      by year as well.
      1b4de77e
    • A
      NEWS: Split releases by year · ba4689e0
      Andrea Bolognani 提交于
      Update cfg.mk to ignore the split files during
      syntax-check (thanks Martin).
      ba4689e0
  16. 15 10月, 2015 7 次提交
    • A
      NEWS: Unify date format · 0331da65
      Andrea Bolognani 提交于
      There were some inconsistencies, eg. the number of digits used for
      the day. The month name was also spelled out instead of abbreviated
      in some instances.
      0331da65
    • A
      NEWS: Unify section titles · f84fc5a5
      Andrea Bolognani 提交于
      There were some inconsistencies; now the section title is always
      one of Bug Fixes, Cleanups, Documentation, Features, Improvements,
      Portability, Security.
      f84fc5a5
    • A
      NEWS: Add empty lines · 149cd074
      Andrea Bolognani 提交于
      Make sure there is always an empty line between sections.
      149cd074
    • A
      NEWS: Fix indentation · ccc96976
      Andrea Bolognani 提交于
      Some of the paragraphs were not properly indented: while this was
      not a problem in the HTML version, you could tell the difference
      in the plain text version.
      ccc96976
    • A
      NEWS: Fix newlines · a7a0eb53
      Andrea Bolognani 提交于
      Some <br/> tags were missing from the end of the corresponding
      line, some of there were in the middle of the line instead.
      a7a0eb53
    • A
      NEWS: Fix whitespace · 7b45172a
      Andrea Bolognani 提交于
      Mostly missing space between change description and author name or
      spurious space before section title.
      
      Reflow the introductory paragraph as well.
      7b45172a
    • A
      NEWS: Organize old entries · 348bb337
      Andrea Bolognani 提交于
      Sort all items into the standard categories: Features, Bug Fixes,
      Improvements, Cleanups, etc.
      
      The sorting is somewhat arbitrary in certain instances.
      348bb337
  17. 14 10月, 2015 7 次提交
    • A
      NEWS: Split old entries (2009) · bb91111c
      Andrea Bolognani 提交于
      The changes for releases earlier than 0.7.1 were mostly lumped
      together as opposed to being tidly organized with one change per
      line, like we have done from that point onwards.
      
      As a result, they look awful in the HTML version and don't work
      too well in the plain text version either.
      
      Luckily, except for the very first releases, the information is
      still very detailed, so it's enough to organize it properly.
      bb91111c
    • A
      NEWS: Split old entries (2008) · 36c40665
      Andrea Bolognani 提交于
      The changes for releases earlier than 0.7.1 were mostly lumped
      together as opposed to being tidly organized with one change per
      line, like we have done from that point onwards.
      
      As a result, they look awful in the HTML version and don't work
      too well in the plain text version either.
      
      Luckily, except for the very first releases, the information is
      still very detailed, so it's enough to organize it properly.
      36c40665
    • A
      NEWS: Split old entries (2006-2007) · b8515b4e
      Andrea Bolognani 提交于
      The changes for releases earlier than 0.7.1 were mostly lumped
      together as opposed to being tidly organized with one change per
      line, like we have done from that point onwards.
      
      As a result, they look awful in the HTML version and don't work
      too well in the plain text version either.
      
      Luckily, except for the very first releases, the information is
      still very detailed, so it's enough to organize it properly.
      b8515b4e
    • A
      NEWS: Properly escape > in HTML · 5ab05984
      Andrea Bolognani 提交于
      5ab05984
    • A
      NEWS: Split off merged sections · 33a6a8a9
      Andrea Bolognani 提交于
      Portability and Bug Fixes for release 0.7.3 were merged together;
      same for Features and Security for release 1.1.3. Split them off
      33a6a8a9
    • A
      NEWS: Remove empty sections · 4155e530
      Andrea Bolognani 提交于
      4155e530
    • A
      NEWS: Include description for release 0.7.3 · be153a72
      Andrea Bolognani 提交于
      The description for this release, unlike all other descriptions,
      was inside a <p> element; however, the XSLT stylesheet contains a
      template that drops all <p> elements from the output file, so it
      never made it to the generated NEWS file.
      
      Use a <li> element, same as all other releases, instead.
      be153a72
  18. 06 10月, 2015 1 次提交
    • C
      docs: domain: Show canonical pvspinlock XML · bdcc2f80
      Cole Robinson 提交于
      The example pvspinlock XML is:
      
        <pvspinlock/>
      
      While this is accepted by libvirt and works correctly, it's currently
      always output as a tristate like
      
        <pvspinlock state='on'/>
      
      So document that format instead
      bdcc2f80
  19. 02 10月, 2015 1 次提交