“9ecc54a11b61e09c3c503b51049394e61f8e1fa3”上不存在“paddle/fluid/operators/lstmp_op.h”
  1. 04 9月, 2008 2 次提交
  2. 28 8月, 2008 1 次提交
  3. 21 8月, 2008 1 次提交
  4. 06 8月, 2008 2 次提交
    • C
      DanB pointed out that my sexpr xend_internal patch from yesterday broke one of · b8fb68be
      Chris Lalancette 提交于
      the regression tests.  The problem is that the xenDaemonFormatSxpr{Disk,Net}
      functions are shared between domain creation time and attaching disk time.
      Unfortunately, though, Xend expects something different during these two times.
       During domain creation time, it wants the "(device" in front of the sexpr,
      while during attach time it does not.  To remedy this situation, I added a flag
      to these two functions to differentiate between these two modes.  With this
      patch in place, all of the regression tests pass.
      Signed-off-by: NChris Lalancette <clalance@redhat.com>
      b8fb68be
    • C
      With the recent refactoring of the domain code, plus the changes with the Xend · 6335c2a0
      Chris Lalancette 提交于
      code, a couple of bugs were introduced into the attach-disk and attach-interface
      functionality.  This patch fixes 3 bugs:
      
      1)  In xenDaemonAttachDevice(), there is a switch statement to determine which
      of the xenDaemonFormatSxpr{Disk,Net} functions to call.  Unfortunately, the case
      statements are all missing the corresponding "break", so we always fall-through
      to the default error case.  This patch just adds the appropriate break statements.
      
      2)  (minor) In xenDaemonDomainDefineXML (that's a mouthful!), there is a stray
      "fprintf".  This is now converted to a proper virXendError().
      
      3)  xenDaemonFormatSxpr{Disk,Net} were adding an extra (device to the front of
      the sexpr expressions that xend did not expect (this is Xend on RHEL 5.2).
      Because of this, the attaches would fail.  The patch fixes this by removing the
      (device from the front, which makes attach-disk and attach-interface work again.
      Signed-off-by: NChris Lalancette <clalance@redhat.com>
      6335c2a0
  5. 04 8月, 2008 1 次提交
  6. 01 8月, 2008 2 次提交
  7. 25 7月, 2008 5 次提交
  8. 19 6月, 2008 1 次提交
  9. 09 6月, 2008 1 次提交
  10. 06 6月, 2008 2 次提交
    • D
      d789ef5a
    • R
      virDomainBlockPeek QEMU and remote support · a73a88a1
      Richard W.M. Jones 提交于
      	* qemud/remote.c, qemud/remote_protocol.x, src/remote_internal.c:
      	  Remote support.
      	* qemud/remote_dispatch_localvars.h,
      	  qemud/remote_dispatch_proc_switch.h,
      	  qemud/remote_dispatch_prototypes.h,
      	  qemud/remote_protocol.c,
      	  qemud/remote_protocol.h:
      	  Generated files for remote support.
      	* src/xen_unified.c, src/driver.h, src/libvirt.c: Small fix -
      	  pass flags around internally.
      	* src/qemu_driver.c: Support for QEMU.
      	* src/xend_internal.c: Remove redundant fstat call from Xen.
      a73a88a1
  11. 05 6月, 2008 1 次提交
    • R
      virDomainBlockPeek call · 8354895e
      Richard W.M. Jones 提交于
      	* configure.in: Document AC_SYS_LARGEFILE.
      	* docs/hvsupport.html.in: Document HV support for virDomainBlockPeek.
      	* include/libvirt/libvirt.h.in, src/driver.h, src/libvirt.c,
      	src/libvirt_sym.version: Add virDomainBlockPeek infrastructure.
      	* src/qemu_driver.c, src/test.c: Null versions of this call.
      	* src/xen_unified.c, src/xend_internal.c, src/xend_internal.h,
      	src/xm_internal.c, src/xm_internal.h: Xen implementation.
      	* tests/sexpr2xmldata/sexpr2xml-curmem.xml,
      	tests/sexpr2xmldata/sexpr2xml-no-source-cdrom.xml: XML output
      	has been reordered slightly in the Xen driver, but should be
      	functionally the same.
      8354895e
  12. 30 5月, 2008 2 次提交
  13. 23 5月, 2008 1 次提交
    • R
      Standardize use of header files, making internal.h primary. · 1d8d4f86
      Richard W.M. Jones 提交于
      	* qemud/internal.h, qemud/qemud.h: Rename this file so it
      	doesn't conflict with src/internal.h.
      	* HACKING: Document how header files should be used.
      	* qemud/Makefile.am: Add src/ directory to includes.
      	* qemud/event.c, qemud/mdns.c, qemud/qemud.c, qemud/remote.c,
      	qemud/remote_protocol.c, qemud/remote_protocol.h,
      	qemud/remote_protocol.x, src/buf.c, src/libvirt.c,
      	src/nodeinfo.c, src/qemu_conf.c, src/qemu_driver.c,
      	src/stats_linux.c, src/storage_backend.c, src/storage_backend_fs.c,
      	src/storage_backend_iscsi.c, src/storage_backend_logical.c,
      	src/storage_conf.c, src/storage_driver.c, src/util.c,
      	src/util.h, src/virsh.c, src/virterror.c, src/xend_internal.c,
      	src/xml.c, tests/reconnect.c, tests/xmlrpctest.c,
      	tests/qparamtest.c: Standardize	use of header files.
      	* docs/*, po/*: Rebuild docs.
      1d8d4f86
  14. 15 5月, 2008 2 次提交
  15. 09 5月, 2008 3 次提交
    • J
      Use gnulib's c-ctype.h, not <ctype.h>. · 25534052
      Jim Meyering 提交于
      # Convert uses of isspace to c_isspace, isdigit to c_isdigit, etc.
      re=$(man isspace|grep is.....,.is|sed 's/ -.*//' \
        |tr -s ', \n' \||sed 's/^|//;s/|$//')
      git grep -l -E "$re"|grep -Ev 'Chan|gnulib' \
        |xargs perl -pi -e 's/\b('"$re"')\b/c_$1/g'
      # Remove all uses of to_uchar
      git grep -l to_uchar|xargs perl -pi -e 's/to_uchar\((.*?)\)/$1/g'
      * src/util.h (to_uchar): Remove definition.
      (TOLOWER): Remove definition.
      (__virMacAddrCompare): Use c_tolower, not TOLOWER.
      Globally:
        Where needed, change <ctype.h> to <c-ctype.h>.
        Remove unnecessary inclusion of <ctype.h>.
      Ensure the global changes are never needed again:
      * Makefile.maint (sc_avoid_ctype_macros): Prohibit use of ctype
      macros.   Recommend c-ctype.h instead.
      (sc_prohibit_c_ctype_without_use): New rule.
      (sc_prohibit_ctype_h): New rule.  Disallow use of <ctype.h>.
      25534052
    • D
      autostart for running Xen domains · 5e1bd046
      Daniel Veillard 提交于
      * src/xen_unified.c src/xend_internal.c src/xend_internal.h: patch
        from Cole Robinson implementing autostart for running Xen domains
      Daniel
      5e1bd046
    • J
      add "const" and "static" attributes to file-scoped globals · 71225100
      Jim Meyering 提交于
      * src/storage_backend_fs.c (fileTypeInfo): Add "static" and two
      "const" attributes.
      (FileTypeInfo): Name the previously anonymous struct,
      so the declaration of fileTypeInfo looks more conventional.
      * src/xend_internal.c (sound_models): Mark as static, and
      as an array of "const" entries.
      
      These were relatively new additions to the list from here:
      nm src/*.o|grep ' D '
      71225100
  16. 08 5月, 2008 2 次提交
  17. 07 5月, 2008 1 次提交
    • D
      Sound support for QEmu and Xen · 70f44663
      Daniel Veillard 提交于
      * src/qemu_conf.c src/qemu_conf.h src/xend_internal.c
        src/xend_internal.h src/xm_internal.c src/xml.c src/xml.h:
        Patch from Cole Robinson adding sound support for QEmu and Xen
      * tests/qemuxml2argvtest.c tests/sexpr2xmltest.c
        tests/xmconfigtest.c tests/xml2sexprtest.c:
        Associated regression tests
      Daniel
      70f44663
  18. 30 4月, 2008 1 次提交
  19. 28 4月, 2008 1 次提交
  20. 26 4月, 2008 1 次提交
  21. 11 4月, 2008 2 次提交
  22. 10 4月, 2008 1 次提交
  23. 04 4月, 2008 1 次提交
    • D
      typos fixes · a528e973
      Daniel Veillard 提交于
      * docs//* src/conf.c src/hash.c src/libvirt.c src/proxy_internal.c
       src/remote_internal.c src/virsh.c src/xen_internal.c
       src/xend_internal.c src/xml.c: applied patch from Atsushi SAKAI
       fixing a lot of typos
      Daniel
      a528e973
  24. 24 3月, 2008 1 次提交
  25. 18 3月, 2008 1 次提交
  26. 17 3月, 2008 1 次提交