Reverts the patch series about console wrappers
This reverts commits 030a9cb8 and ae082df0. There are two problems: - Makefile.am breakage, which is trivial to revert - unittest breakage, which honestly I'm not sure how to fix and how serial consoles interact with the unpause helper After the reset, the startup --paused still works but won't unpause the instance automatically (if I understood the code correctly). Furthermore, the code also fixes a style issue in hv_kvm.py (too long line) introduced by the next commit after the above two. Signed-off-by:Iustin Pop <iustin@google.com> Reviewed-by:
Guido Trotter <ultrotter@google.com>
Showing
- Makefile.am 0 additions, 2 deletionsMakefile.am
- lib/constants.py 0 additions, 2 deletionslib/constants.py
- lib/hypervisor/hv_kvm.py 3 additions, 4 deletionslib/hypervisor/hv_kvm.py
- lib/hypervisor/hv_xen.py 1 addition, 2 deletionslib/hypervisor/hv_xen.py
- tools/kvm-console-wrapper 0 additions, 42 deletionstools/kvm-console-wrapper
- tools/xm-console-wrapper 0 additions, 37 deletionstools/xm-console-wrapper
Loading
Please register or sign in to comment