virt-manager/virtManager
Cole Robinson 9f297eda5b virtinst: guest: drop 'continue_install' concept
continue_install is intended to facilitate windows XP style 3 stage
installs:

  stage 1: initial dos style disk setup, reboot
  stage 2: actual full installer, reboot
  stage 3: OS is functional, virt-install is done

The code assumed that we needed to keep the cdrom as the primary
boot device for the second stage, so virt-install/virt-manager needed
to hang around through the second stage run, wait until the VM shutdown,
then encode the final XML to boot of the disk.

Windows is and always has been smart enough to handle that case though...
after the initial boot, if we set the hd as the primary boot device
for stage 2, the disk bits that windows already installed will make
use of the cdrom as necessary. So the entire premise of continue_install
is irrelevant. Maybe back when it was added, when xen didn't even have
working ACPI support, this served a purpose, but I'm pretty sure we
can safely drop it nowadays.
2016-06-17 07:52:42 -04:00
..
__init__.py headers: update "Red Hat, Inc." copyright for the year 2013 2013-10-28 17:22:26 +01:00
about.py virtManager: Switch to relative imports 2014-09-12 16:28:38 -04:00
addhardware.py addhardware: don't remove QXL if VNC graphics are configured 2016-05-20 18:10:24 +02:00
addstorage.py addstorage: Fix a typo in an error message 2015-10-05 14:47:50 -04:00
asyncjob.py asyncjob: Fix pylint 2016-01-12 12:49:30 -05:00
baseclass.py baseclass: Undo workaround for old pygobject 2016-05-17 17:49:56 -04:00
choosecd.py Break out shared storage UI to storagelist.py (bz 1060433) 2015-04-09 12:31:24 -04:00
clone.py pep8 W503: line break before binary operator 2015-07-14 13:01:20 -04:00
config.py virtManager.config: fix pylint warning 2016-06-10 18:05:39 +02:00
connect.py localization: mark several strings as translatable 2016-02-06 16:25:08 +01:00
connectauth.py maint: fix pylint warnings wrong-import-order 2016-06-07 17:37:06 +02:00
connection.py maint: fix pylint warnings wrong-import-order 2016-06-07 17:37:06 +02:00
console.py console: add support to forget password 2016-06-07 20:03:27 +02:00
create.py virtinst: guest: drop 'continue_install' concept 2016-06-17 07:52:42 -04:00
createinterface.py maint: fix pylint warnings wrong-import-order 2016-06-07 17:37:06 +02:00
createnet.py Fix recent pylint/pep8 output 2016-04-18 16:42:12 -04:00
createpool.py maint: fix pylint warnings wrong-import-order 2016-06-07 17:37:06 +02:00
createvol.py createvol: Fix VM name hint setting 2015-09-14 16:29:27 -04:00
delete.py maint: fix pylint warnings wrong-import-order 2016-06-07 17:37:06 +02:00
details.py virtManager.details: show firmware options also for XEN guests 2016-06-16 12:16:53 +02:00
domain.py console: add support to forget password 2016-06-07 20:03:27 +02:00
engine.py maint: fix pylint warnings wrong-import-order 2016-06-07 17:37:06 +02:00
error.py maint: fix pylint warnings wrong-import-order 2016-06-07 17:37:06 +02:00
fsdetails.py fsdetails: Don't sort type list, use the specified order 2015-11-18 21:15:53 -05:00
gfxdetails.py localization: mark several strings as translatable 2016-02-06 16:25:08 +01:00
graphwidgets.py Clean up pylint integration 2014-04-02 19:00:24 -04:00
host.py ui: remove "Restore Saved Machine..." from File menu of Connection Details 2016-05-31 13:09:48 +02:00
inspection.py virt-manager, inspection: use add_libvirt_dom 2015-01-09 12:32:45 +01:00
interface.py localization: mark several strings as translatable 2016-02-06 16:25:08 +01:00
keyring.py console: add support to forget password 2016-06-07 20:03:27 +02:00
libvirtobject.py maint: fix pylint warnings wrong-import-order 2016-06-07 17:37:06 +02:00
manager.py manager: Clean up new conn/vm handling 2016-05-20 11:44:18 -04:00
mediacombo.py mediacombo: Ensure has_media returns bool 2015-06-06 14:23:34 -04:00
migrate.py translation: fix wrong usage of _() function 2015-06-05 16:33:51 -04:00
module_trace.py module_trace: Only show main thread APIs by default 2014-09-21 12:05:02 -04:00
netlist.py Fix recent pylint/pep8 output 2016-04-18 16:42:12 -04:00
network.py libvirtobject: Drop redefine_cached 2015-04-10 17:23:11 -04:00
nodedev.py nodedev: Populate XML at init time 2015-04-13 15:43:48 -04:00
packageutils.py maint: fix pylint warnings wrong-import-order 2016-06-07 17:37:06 +02:00
preferences.py cpu: config: replace host-cpu-model by host-model-only 2016-06-07 09:06:13 +02:00
serialcon.py serialcon: Add logging about what VTE version we are using 2016-05-07 20:44:22 -04:00
snapshots.py uiutil: Drop check for old pygobject row handling 2016-05-17 17:49:56 -04:00
sshtunnels.py console: Error for more non-working graphical configs 2016-05-18 16:57:38 -04:00
storagebrowse.py createvol: Log parent pool XML when opening 2015-08-10 16:58:09 -04:00
storagelist.py storagelist: code cleanup 2016-06-14 19:17:06 -04:00
storagepool.py storage: Fix updating UI when volume deleted (bz 1279940) 2015-11-10 17:40:04 -05:00
systray.py Fix recent pylint/pep8 output 2016-04-18 16:42:12 -04:00
uiutil.py uiutil: Drop check for old pygobject row handling 2016-05-17 17:49:56 -04:00
viewers.py maint: fix pylint warnings wrong-import-order 2016-06-07 17:37:06 +02:00
vmmenu.py domain: Drop is_management_domain 2015-09-05 17:32:03 -04:00