2022-08-03 12:59:14 +00:00
|
|
|
main#the-virtualization-api,
|
|
|
|
#the-virtualization-api.document,
|
2022-04-12 11:00:45 +00:00
|
|
|
main#documentation,
|
2022-04-04 14:14:31 +00:00
|
|
|
#documentation.document,
|
2022-04-12 11:00:45 +00:00
|
|
|
main#knowledge-base,
|
2020-08-03 10:01:39 +00:00
|
|
|
#knowledge-base.document
|
2016-10-31 11:25:26 +00:00
|
|
|
{
|
2019-01-29 15:25:40 +00:00
|
|
|
width: inherit;
|
2008-04-23 17:08:31 +00:00
|
|
|
}
|
2007-05-10 15:55:39 +00:00
|
|
|
|
2008-05-06 23:23:55 +00:00
|
|
|
span.since {
|
|
|
|
color: #3c857c;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
Add documentation about migration.
This adds a page documenting many aspects of migration:
- The types of migration (managed direct, p2p, unmanaged direct)
- Data transports (native, tunnelled)
- Migration URIs
- Config file handling
- Example scenarios
* libvirt.css: Rules for data tables and diagrams
* Makefile.am: Include extra png/fig files
* migration-managed-direct.fig, migration-managed-direct.png,
migration-managed-direct.png, migration-managed-p2p.png,
migration-native.fig, migration-native.png,
migration-tunnel.fig, migration-tunnel.png,
migration-unmanaged-direct.fig, migration-unmanaged-direct.png:
Diagrams of migration
* migration.html.in, sitemap.html.in: New migration doc
2009-10-02 16:53:51 +00:00
|
|
|
|
2019-06-27 08:53:27 +00:00
|
|
|
span.removed {
|
2019-06-18 11:32:04 +00:00
|
|
|
color: darkred;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
Add documentation about migration.
This adds a page documenting many aspects of migration:
- The types of migration (managed direct, p2p, unmanaged direct)
- Data transports (native, tunnelled)
- Migration URIs
- Config file handling
- Example scenarios
* libvirt.css: Rules for data tables and diagrams
* Makefile.am: Include extra png/fig files
* migration-managed-direct.fig, migration-managed-direct.png,
migration-managed-direct.png, migration-managed-p2p.png,
migration-native.fig, migration-native.png,
migration-tunnel.fig, migration-tunnel.png,
migration-unmanaged-direct.fig, migration-unmanaged-direct.png:
Diagrams of migration
* migration.html.in, sitemap.html.in: New migration doc
2009-10-02 16:53:51 +00:00
|
|
|
img.diagram {
|
|
|
|
background: rgb(230,230,230);
|
|
|
|
border: 2px dotted rgb(178,178,178);
|
|
|
|
padding: 1em;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2022-08-03 12:59:14 +00:00
|
|
|
#the-virtualization-api section,
|
|
|
|
#the-virtualization-api .section,
|
2022-04-12 11:00:45 +00:00
|
|
|
#documentation section,
|
2022-04-04 14:14:31 +00:00
|
|
|
#documentation .section,
|
2022-04-12 11:00:45 +00:00
|
|
|
#knowledge-base section,
|
2020-08-03 10:01:39 +00:00
|
|
|
#knowledge-base .section
|
|
|
|
{
|
2016-10-25 14:55:39 +00:00
|
|
|
width: 24%;
|
|
|
|
margin-left: 7%;
|
2023-05-16 13:53:11 +00:00
|
|
|
margin-bottom: 2em;
|
2016-10-25 14:55:39 +00:00
|
|
|
float: left;
|
|
|
|
background: rgb(230, 230, 230);
|
|
|
|
}
|
|
|
|
|
2022-08-03 12:59:14 +00:00
|
|
|
#the-virtualization-api section h2,
|
|
|
|
#the-virtualization-api .section h1,
|
2022-04-12 11:00:45 +00:00
|
|
|
#documentation section h2,
|
2022-04-04 14:14:31 +00:00
|
|
|
#documentation .section h1,
|
2022-04-12 11:00:45 +00:00
|
|
|
#knowledge-base section h2,
|
2020-08-03 10:01:39 +00:00
|
|
|
#knowledge-base .section h1 {
|
2016-10-25 14:55:39 +00:00
|
|
|
margin-top: 0px;
|
|
|
|
padding: 0.5em;
|
|
|
|
padding-left: 1em;
|
|
|
|
padding-right: 1em;
|
|
|
|
background: rgb(0, 95, 97);
|
|
|
|
color: rgb(255, 255, 255);
|
|
|
|
text-align: center;
|
2023-05-16 13:53:11 +00:00
|
|
|
font-size: 1.6em;
|
2016-10-25 14:55:39 +00:00
|
|
|
}
|
|
|
|
|
2022-08-03 12:59:14 +00:00
|
|
|
#the-virtualization-api > h1 {
|
2016-10-25 14:55:39 +00:00
|
|
|
border: 0px;
|
|
|
|
text-indent: 100%; white-space: nowrap; overflow: hidden;
|
2021-12-21 15:10:13 +00:00
|
|
|
background: url(../logos/logo-banner-dark-800.png) no-repeat center center;
|
2016-10-25 14:55:39 +00:00
|
|
|
height: 300px;
|
|
|
|
}
|
|
|
|
|
2022-04-12 11:33:00 +00:00
|
|
|
#documentation > h1,
|
|
|
|
#knowledge-base > h1 {
|
2020-08-03 10:01:39 +00:00
|
|
|
text-align: center;
|
|
|
|
padding: 1em;
|
|
|
|
}
|
|
|
|
|
2022-08-03 12:59:14 +00:00
|
|
|
#the-virtualization-api dd,
|
2022-04-04 14:14:31 +00:00
|
|
|
#documentation dd,
|
2020-08-03 10:01:39 +00:00
|
|
|
#knowledge-base dd {
|
2016-10-26 08:37:06 +00:00
|
|
|
font-size: smaller;
|
|
|
|
}
|
|
|
|
|
2022-08-03 12:59:14 +00:00
|
|
|
#the-virtualization-api a,
|
2022-04-04 14:14:31 +00:00
|
|
|
#documentation a,
|
2020-08-03 10:01:39 +00:00
|
|
|
#knowledge-base a {
|
2016-10-26 08:37:06 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2022-08-03 12:59:14 +00:00
|
|
|
#the-virtualization-api ul,
|
|
|
|
#the-virtualization-api p,
|
|
|
|
#the-virtualization-api dl,
|
2022-04-04 14:14:31 +00:00
|
|
|
#documentation ul,
|
|
|
|
#documentation p,
|
|
|
|
#documentation dl,
|
2020-08-03 10:01:39 +00:00
|
|
|
#knowledge-base ul,
|
|
|
|
#knowledge-base p,
|
|
|
|
#knowledge-base dl {
|
2016-10-26 08:37:06 +00:00
|
|
|
padding: 0.5em;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
2022-08-03 12:59:14 +00:00
|
|
|
#the-virtualization-api li p
|
|
|
|
{
|
|
|
|
padding-left: 0.5em;
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#the-virtualization-api ul,
|
2022-04-04 14:14:31 +00:00
|
|
|
#documentation ul,
|
2020-08-03 10:01:39 +00:00
|
|
|
#knowledge-base ul {
|
2016-10-31 11:29:21 +00:00
|
|
|
margin-left: 1em;
|
|
|
|
}
|
2020-08-03 10:01:39 +00:00
|
|
|
|
2022-08-03 12:59:14 +00:00
|
|
|
#the-virtualization-api dt,
|
2022-04-04 14:14:31 +00:00
|
|
|
#documentation dt,
|
2020-08-03 10:01:39 +00:00
|
|
|
#knowledge-base dt {
|
2016-10-26 08:37:06 +00:00
|
|
|
margin: 0px;
|
|
|
|
}
|
2020-08-03 10:01:39 +00:00
|
|
|
|
2022-08-03 12:59:14 +00:00
|
|
|
#the-virtualization-api dd,
|
2022-04-04 14:14:31 +00:00
|
|
|
#documentation dd,
|
2020-08-03 10:01:39 +00:00
|
|
|
#knowledge-base dd {
|
2016-10-26 08:37:06 +00:00
|
|
|
margin: 0px;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2016-10-31 11:36:20 +00:00
|
|
|
|
2019-06-26 15:45:03 +00:00
|
|
|
.removedhv {
|
2019-06-17 11:59:31 +00:00
|
|
|
color: darkred;
|
|
|
|
}
|