dosemu2:kvm

Last commit made on 2015-11-19
Get this branch:
git clone -b kvm https://git.launchpad.net/dosemu2

Branch merges

Branch information

Name:
kvm
Repository:
lp:dosemu2

Recent commits

0ab3831... by stsp

fix cpuemu init regression

(cherry picked from commit f3750283b30202741179ffbf1b0180ae79edf778)

49239cb... by stsp

Merge pull request #96 from bartoldeman/kvm

Kvm (4th PR)

8fbbfc7... by Bart Oldeman <email address hidden>

Merge branch 'kvm' of https://github.com/stsp/dosemu2 into kvm

Conflicts:
 src/base/init/init.c
 src/base/init/parser.y.in
 src/base/misc/priv.c
 src/emu-i386/cpu.c
 src/emu-i386/do_vm86.c

06bf004... by Bart Oldeman <email address hidden>

Fix dosdebug bp handling for KVM using KVM_GUESTDBG_USE_SW_BP

81cf969... by Bart Oldeman <email address hidden>

Enable singlestepping with KVM using "tf" in dosdebug.

"t" without "f" still has issues with "sti".

ed2d990... by Bart Oldeman <email address hidden>

Change config.cpuemu from 5 to -1 for KVM.

This works better with the existing logic and fixes DPMI.
It should be cleaned up though (enum or another variable).

7fa3fec... by stsp

Merge branch 'devel' into kvm

c2c1b4b... by stsp

fixes to $_cpu_vm

3367e84... by stsp

coopth: make coopth_sched() a cancellation point

This is needed to be able to cancel do_call_back() that may be
waiting for a key and not wanting to release a control quickly.

4a87662... by stsp

ems: inc version for incompatible changes