21e89f7a | 19-Jun-2024 |
Peter Xu <peterx@redhat.com> |
migration/docs: Update postcopy recover session for SETUP phase
Firstly, the "Paused" state was added in the wrong place before. The state machine section was describing PostcopyState, rather than M
migration/docs: Update postcopy recover session for SETUP phase
Firstly, the "Paused" state was added in the wrong place before. The state machine section was describing PostcopyState, rather than MigrationStatus. Drop the Paused state descriptions.
Then in the postcopy recover session, add more information on the state machine for MigrationStatus in the lines. Add the new RECOVER_SETUP phase.
Reviewed-by: Fabiano Rosas <farosas@suse.de> Signed-off-by: Peter Xu <peterx@redhat.com> [fix typo s/reconnects/reconnect] Signed-off-by: Fabiano Rosas <farosas@suse.de>
show more ...
|
f165cdf1 | 14-Jan-2024 |
Bernhard Beschow <shentey@gmail.com> |
exec/ioport: Add portio_list_set_enabled()
Some SuperI/O devices such as the VIA south bridges or the PC87312 controller allow to enable or disable their SuperI/O functions. Add a convenience functi
exec/ioport: Add portio_list_set_enabled()
Some SuperI/O devices such as the VIA south bridges or the PC87312 controller allow to enable or disable their SuperI/O functions. Add a convenience function for implementing this in the VIA south bridges.
The naming of the functions is inspired by its memory_region_set_enabled() pendant.
Signed-off-by: Bernhard Beschow <shentey@gmail.com> Message-Id: <20240114123911.4877-7-shentey@gmail.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
show more ...
|
eb9f6daa | 09-Jan-2024 |
Peter Xu <peterx@redhat.com> |
docs/migration: Further move virtio to be feature of migration
Move it one layer down, so taking Virtio-migration as a feature for migration.
Cc: "Michael S. Tsirkin" <mst@redhat.com> Cc: Jason Wan
docs/migration: Further move virtio to be feature of migration
Move it one layer down, so taking Virtio-migration as a feature for migration.
Cc: "Michael S. Tsirkin" <mst@redhat.com> Cc: Jason Wang <jasowang@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/20240109064628.595453-11-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
show more ...
|
66fd3b1a | 09-Jan-2024 |
Peter Xu <peterx@redhat.com> |
docs/migration: Further move vfio to be feature of migration
Move it one layer down, so taking VFIO-migration as a feature for migration.
Cc: Alex Williamson <alex.williamson@redhat.com> Cc: Cédric
docs/migration: Further move vfio to be feature of migration
Move it one layer down, so taking VFIO-migration as a feature for migration.
Cc: Alex Williamson <alex.williamson@redhat.com> Cc: Cédric Le Goater <clg@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/20240109064628.595453-10-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
show more ...
|
21b17cd0 | 09-Jan-2024 |
Peter Xu <peterx@redhat.com> |
docs/migration: Organize "Postcopy" page
Reorganize the page, moving things around, and add a few headlines ("Postcopy internals", "Postcopy features") to cover sub-areas.
Reviewed-by: Cédric Le Go
docs/migration: Organize "Postcopy" page
Reorganize the page, moving things around, and add a few headlines ("Postcopy internals", "Postcopy features") to cover sub-areas.
Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/20240109064628.595453-9-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
show more ...
|
4c6f8a79 | 09-Jan-2024 |
Peter Xu <peterx@redhat.com> |
docs/migration: Split "dirty limit"
Split that into a separate file, put under "features".
Cc: Yong Huang <yong.huang@smartx.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.k
docs/migration: Split "dirty limit"
Split that into a separate file, put under "features".
Cc: Yong Huang <yong.huang@smartx.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/20240109064628.595453-8-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
show more ...
|
bfb4c7cd | 09-Jan-2024 |
Peter Xu <peterx@redhat.com> |
docs/migration: Split "Postcopy"
Split postcopy into a separate file. Introduce a head page "features.rst" to keep all the features on top of migration framework.
Reviewed-by: Cédric Le Goater <cl
docs/migration: Split "Postcopy"
Split postcopy into a separate file. Introduce a head page "features.rst" to keep all the features on top of migration framework.
Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/20240109064628.595453-7-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
show more ...
|
774ad6b5 | 09-Jan-2024 |
Peter Xu <peterx@redhat.com> |
docs/migration: Split "Debugging" and "Firmware"
Move the two sections into a separate file called "best-practices.rst". Add the entry into index.
Reviewed-by: Cédric Le Goater <clg@redhat.com> Lin
docs/migration: Split "Debugging" and "Firmware"
Move the two sections into a separate file called "best-practices.rst". Add the entry into index.
Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/20240109064628.595453-6-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
show more ...
|
6cc6a7b9 | 09-Jan-2024 |
Peter Xu <peterx@redhat.com> |
docs/migration: Split "Backwards compatibility" separately
Split the section from main.rst into a separate file. Reference it in the index.rst.
Reviewed-by: Cédric Le Goater <clg@redhat.com> Link:
docs/migration: Split "Backwards compatibility" separately
Split the section from main.rst into a separate file. Reference it in the index.rst.
Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/20240109064628.595453-5-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
show more ...
|
4d7a691b | 09-Jan-2024 |
Peter Xu <peterx@redhat.com> |
docs/migration: Convert virtio.txt into rST
Convert the plain old .txt into .rst, add it into migration/index.rst.
Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/202
docs/migration: Convert virtio.txt into rST
Convert the plain old .txt into .rst, add it into migration/index.rst.
Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/20240109064628.595453-4-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
show more ...
|
f6bbac98 | 09-Jan-2024 |
Peter Xu <peterx@redhat.com> |
docs/migration: Create index page
Create an index page for migration module. Move VFIO migration there too. A trivial touch-up on the title to use lower case there.
Since then we'll have "migratio
docs/migration: Create index page
Create an index page for migration module. Move VFIO migration there too. A trivial touch-up on the title to use lower case there.
Since then we'll have "migration" as the top title, make the main doc file renamed to "migration framework".
Cc: Alex Williamson <alex.williamson@redhat.com> Cc: Cédric Le Goater <clg@redhat.com> Reviewed-by: Cédric Le Goater <clg@redhat.com> Link: https://lore.kernel.org/r/20240109064628.595453-3-peterx@redhat.com Signed-off-by: Peter Xu <peterx@redhat.com>
show more ...
|