1. 20 1月, 2009 2 次提交
  2. 19 1月, 2009 1 次提交
  3. 17 1月, 2009 3 次提交
  4. 16 1月, 2009 7 次提交
  5. 15 1月, 2009 9 次提交
  6. 14 1月, 2009 1 次提交
  7. 13 1月, 2009 7 次提交
  8. 12 1月, 2009 1 次提交
    • D
      Add tests and docs for the new PCI passthrough format · c8ef64bd
      Daniel Veillard 提交于
      * docs/formatdomain.html.in docs/libvirt.rng docs/formatdomain.html:
        document the new PCI passthrough format
      * tests/qemuxml2argvtest.c tests/qemuxml2xmltest.c
        tests/qemuxml2argvdata/qemuxml2argv-hostdev-pci-address.args
        tests/qemuxml2argvdata/qemuxml2argv-hostdev-pci-address.xml:
        and add a regression test for it.
      Daniel
      c8ef64bd
  9. 11 1月, 2009 2 次提交
  10. 10 1月, 2009 1 次提交
  11. 09 1月, 2009 2 次提交
  12. 08 1月, 2009 4 次提交
    • G
      46971d5e
    • J
      poll: don't return uninitialized · 88053456
      Jim Meyering 提交于
      * gnulib/lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc".
      [sync from gnulib also adjusts cpp indentation to reflect nesting.]
      88053456
    • J
      add more files pulled in via yesterday's gnulib upgrade · 7386d78e
      Jim Meyering 提交于
      * gnulib/m4/multiarch.m4: New file.
      * gnulib/m4/hostent.m4: New file.
      * gnulib/m4/servent.m4: New file.
      * .x-sc_prohibit_gethostby: Exempt all gnulib/m4/* files, so
      hostent.m4's uses of gethostbyname and gethostbyaddr do not
      trigger a "make syntax-check" failure.
      7386d78e
    • J
      bootstrap: pull in gnulib's ioctl module · 55d0a685
      Jim Meyering 提交于
      * bootstrap: Invoke gnulib-tool with its --no-vc-files
      option, since we version-control the files it imports.
      This tells it not to mark imported files as cvs-ignored.
      (modules): Add ioctl.
      * gnulib/lib/ioctl.c: New file.
      * gnulib/lib/sys_ioctl.in.h: New file.
      * gnulib/tests/sys_ioctl.in.h: Removed.
      * gnulib/tests/ioctl.c: Removed.
      * gnulib/lib/Makefile.am: Update.
      * gnulib/m4/gnulib-cache.m4: Likewise.
      * gnulib/m4/gnulib-comp.m4: Likewise.
      * gnulib/tests/Makefile.am: Likewise.
      * gnulib/lib/.cvsignore: Ignore sys_ioctl.h.
      * gnulib/lib/.gitignore: Regenerate.
      55d0a685