2 Copyright (C) 2009 Red Hat Inc.
3 ----------------------------------------------------------------------
5 This is a project designed to allow controlled access to host
6 information from virtual machines. It is proposed as a new feature
7 for Fedora 12, and you can read more about it on this web page:
9 http://fedoraproject.org/wiki/Features/Hostinfo
13 ----------------------------------------------------------------------
17 - APR (Apache Portable Runtime) 1.3
21 - pod2man and other perldoc tools
22 * these are usually supplied with Perl
24 - libvirt & development tools
26 - Perl module Sys::Virt
31 ----------------------------------------------------------------------
39 There is nothing to build or install in the guest.
43 ----------------------------------------------------------------------
45 You can edit the text configuration files under /etc/hostinfod by
46 hand. Please read the hostinfo(8) manual page.
48 For graphical configuration, use virt-manager.
50 To create new guests with access to host information, use
54 Accessing host information from guests
55 ----------------------------------------------------------------------
57 No special software is required inside the guest. Simply connect to
58 the serial port (usually, but not always, /dev/ttyS1 or COM2) using
59 your favorite serial terminal software and send commands.
61 The protocol is a simple, line-based, text protocol. No special
62 libraries are needed to use it from programs or by hand. The commands
63 that you can send are documented in the hostinfo-protocol(5) manual
66 For troubleshooting, see hostinfo(8) manual page.