1. 24 3月, 2015 1 次提交
  2. 02 3月, 2015 1 次提交
  3. 21 2月, 2015 21 次提交
  4. 17 2月, 2015 1 次提交
  5. 31 1月, 2015 1 次提交
  6. 29 1月, 2015 1 次提交
  7. 06 11月, 2014 1 次提交
  8. 04 11月, 2014 1 次提交
  9. 26 8月, 2014 1 次提交
    • E
      maint: drop spurious semicolons · 28de556d
      Eric Blake 提交于
      I noticed a line 'int nparams = 0;;' in remote_dispatch.h, and
      tracked down where it was generated.  While at it, I found a
      couple of other double semicolons.  Additionally, I noticed that
      commit df0b57a9 left a stale reference to the file name
      remote_dispatch_bodies.h.
      
      * src/conf/numatune_conf.c (virDomainNumatuneNodeParseXML): Drop
      empty statement.
      * tests/virdbustest.c (testMessageStruct, testMessageSimple):
      Likewise.
      * src/rpc/gendispatch.pl (remote_dispatch_bodies.h): Likewise, and
      update stale comments.
      Signed-off-by: NEric Blake <eblake@redhat.com>
      28de556d
  10. 22 8月, 2014 1 次提交
    • E
      numatune: setting --mode does not work well · b9ff7393
      Erik Skultety 提交于
      When trying to set numatune mode directly using virsh numatune command,
      correct error is raised, however numatune structure was not deallocated,
      thus resulting in creating an empty numatune element in the guest XML,
      if none was present before. Running the same command aftewards results
      in a successful change with broken XML structure. Patch fixes the
      deallocation problem as well as checking for invalid attribute
      combination VIR_DOMAIN_NUMATUNE_PLACEMENT_AUTO + a nonempty nodeset.
      
      Resolves https://bugzilla.redhat.com/show_bug.cgi?id=1129998
      b9ff7393
  11. 24 7月, 2014 1 次提交
  12. 17 7月, 2014 5 次提交
  13. 06 2月, 2014 2 次提交
  14. 21 9月, 2012 1 次提交
  15. 23 7月, 2012 1 次提交
    • O
      Desert the FSF address in copyright · f9ce7dad
      Osier Yang 提交于
      Per the FSF address could be changed from time to time, and GNU
      recommends the following now: (http://www.gnu.org/licenses/gpl-howto.html)
      
        You should have received a copy of the GNU General Public License
        along with Foobar.  If not, see <http://www.gnu.org/licenses/>.
      
      This patch removes the explicit FSF address, and uses above instead
      (of course, with inserting 'Lesser' before 'General').
      
      Except a bunch of files for security driver, all others are changed
      automatically, the copyright for securify files are not complete,
      that's why to do it manually:
      
        src/security/security_selinux.h
        src/security/security_driver.h
        src/security/security_selinux.c
        src/security/security_apparmor.h
        src/security/security_apparmor.c
        src/security/security_driver.c
      f9ce7dad