From Fedora Project Wiki

< FWN‎ | Beats

Line 21: Line 21:
<ref>https://fedorahosted.org/netcf/</ref>
<ref>https://fedorahosted.org/netcf/</ref>
<ref>http://linux-kvm.com/content/netcf-silver-bullet-network-configuration</ref>
<ref>http://linux-kvm.com/content/netcf-silver-bullet-network-configuration</ref>
<references />
==== New Release libguestfs 1.0.78 ====
[[RichardJones|Richard Jones]] announced<ref>http://www.redhat.com/archives/virt-tools-list/2009-November/msg00023.html</ref>
version 1.0.78 of {{package|libguestfs}}<ref>http://libguestfs.org/</ref>, the library for accessing and modifying virtual machine filesystems.
'''New Features:'''
* FUSE support so you can mount guest filesystems in the host <ref>http://rwmj.wordpress.com/2009/11/03/browsing-guests-using-fuse/</ref>
* Support for btrfs, gfs, gfs2, hfs, hfs+, nilfs2, jfs, reiserfs, xfs<ref>http://rwmj.wordpress.com/2009/11/08/filesystem-metadata-overhead/</ref>
* Support for huge (multi-exabyte) sparse virtual disks<ref>http://rwmj.wordpress.com/2009/11/04/petabytes-exabytes-why-not/</ref>
* New partitioning API, supports GPT and more<ref>http://libguestfs.org/guestfs.3.html#guestfs_part_add</ref>
* New tools:
:* <code>virt-ls</code><ref>http://rwmj.wordpress.com/2009/10/19/new-tool-virt-ls/</ref>
:* <code>virt-tar</code><ref>http://rwmj.wordpress.com/2009/10/19/new-tool-virt-tar/</ref>
:* <code>virt-edit</code><ref>http://rwmj.wordpress.com/2009/09/23/virt-edit/</ref>
:* <code>virt-rescue</code><ref>http://rwmj.wordpress.com/2009/09/22/virt-rescue/</ref>
* Windows Registry support, tools and library<ref>http://rwmj.wordpress.com/2009/10/29/virt-win-reg-get-at-the-windows-registry-in-your-windows-guests/</ref> <ref>http://rwmj.wordpress.com/2009/10/28/libhivex-windows-registry-hive-extractor-library/</ref>
* OCaml bindings for <code>virt-inspector</code>
* RELAX NG schema for <code>virt-inspector</code>
* New APIs: <code>utimens</code>, <code>vfs_type</code>, <code>truncate</code>, <code>truncate_size</code>, <code>lchown</code>, <code>lstatlist</code>, <code>lxattrlist</code>, <code>readlinklist</code>, <code>case_sensitive_path</code>, <code>find0</code>, <code>mkfs_b</code>, <code>mke2journal</code>, <code>and more ...
* New program: OCaml viewer<ref>http://rwmj.wordpress.com/2009/09/29/graphical-virt-df/</ref>
* Allow stdout to be redirected when running guestfish remotely (Matt Booth).
* Remove requirement for vmchannel support in qemu (horray!) and the tricky main loop code.


<references />
<references />

Revision as of 23:41, 11 November 2009


Virtualization

In this section, we cover discussion of Fedora virtualization technologies on the @fedora-virt, @fedora-xen-list, and @libvirt-list lists.

Contributing Writer: Dale Bewley

Fedora Virtualization List

This section contains the discussion happening on the fedora-virt list.

Bridges

Andrés García asked[1]

[2]

[3] [4]

New Release libguestfs 1.0.78

Richard Jones announced[1] version 1.0.78 of Package-x-generic-16.pnglibguestfs[2], the library for accessing and modifying virtual machine filesystems.

New Features:

  • FUSE support so you can mount guest filesystems in the host [3]
  • Support for btrfs, gfs, gfs2, hfs, hfs+, nilfs2, jfs, reiserfs, xfs[4]
  • Support for huge (multi-exabyte) sparse virtual disks[5]
  • New partitioning API, supports GPT and more[6]
  • New tools:
  • Windows Registry support, tools and library[11] [12]
  • OCaml bindings for virt-inspector
  • RELAX NG schema for virt-inspector
  • New APIs: utimens, vfs_type, truncate, truncate_size, lchown, lstatlist, lxattrlist, readlinklist, case_sensitive_path, find0, mkfs_b, mke2journal, and more ...
  • New program: OCaml viewer[13]
  • Allow stdout to be redirected when running guestfish remotely (Matt Booth).
  • Remove requirement for vmchannel support in qemu (horray!) and the tricky main loop code.

Fedora Xen List

This section contains the discussion happening on the fedora-xen list.

No Xen dom0 in Fedora 12 Hopefully 13

Zhang Enming was disappointed[1] to learn[2] the pv_ops dom0 support[3] for hosting Xen guests, dropped in Fedora 9, is still not present in Fedora 12. Zhang referenced numerous videos documenting success in creating "a fully working Xen pv-ops dom0 Fedora 11 host operating system."

While there are experimental patches which may be applied[4] [5] to the kernel to enable support for dom0, they are not yet in the upstream kernel which forms the basis the Fedora kernel package.

It was decided[6] two years ago this month that Fedora "simply cannot spend more time forward porting Xen kernels" and "the plan is to re-focus 100% of all Xen kernel efforts onto paravirt_ops." See FWN#137.[7]

Pasi Kärkkäinen noted[8] "pv_ops dom0 kernel has only recently started working for many/most people, so it was too late for F12 release" and "There are still some missing features, most notably missing blktap2 support for tap:aio: file-based images."

Libvirt List

This section contains the discussion happening on the libvir-list.