index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-s390x
/
kvm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-05
s390x/virtio-ccw: Adapter interrupt support.
Cornelia Huck
1
-2
/
+6
2014-02-27
s390x/kvm: Rework priv instruction handlers
Frank Blaschka
1
-59
/
+80
2014-02-27
s390x/kvm: Add missing SIGP CPU RESET order
Thomas Huth
1
-0
/
+13
2014-02-27
s390x/kvm: Rework SIGP INITIAL CPU RESET handler
Thomas Huth
1
-18
/
+7
2014-02-27
s390x/sclp: Fixed setting of condition code register
Thomas Huth
1
-1
/
+2
2014-02-27
s390x/sclp: Add missing checks to SCLP handler
Thomas Huth
1
-5
/
+1
2014-02-27
s390x/sclp: Fixed the size of sccb and code parameter
Thomas Huth
1
-2
/
+2
2014-02-27
s390x/virtio-hcall: Specification exception for illegal subcodes
Thomas Huth
1
-2
/
+7
2014-02-27
s390x/kvm: Fixed bad SIGP SET-ARCHITECTURE handler
Thomas Huth
1
-2
/
+4
2014-02-27
s390x/async_pf: Check for apf extension and enable pfault
Dominik Dingel
1
-0
/
+48
2014-01-31
s390x/kvm: cleanup partial register handling
Dominik Dingel
1
-83
/
+53
2013-12-18
s390x/kvm: Fixed condition code for unknown SIGP orders
Thomas Huth
1
-6
/
+11
2013-12-18
s390x/kvm: Simplified the calculation of the SIGP order code
Thomas Huth
1
-5
/
+3
2013-12-18
s390x/kvm: Implemented SIGP START
Thomas Huth
1
-0
/
+11
2013-12-18
s390x/kvm: Fix coding style in handle_sigp()
Thomas Huth
1
-12
/
+12
2013-12-18
s390x/kvm: Removed s390_store_status stub
Thomas Huth
1
-22
/
+0
2013-12-18
s390x/kvm: Removed duplicated SIGP defines
Thomas Huth
1
-5
/
+0
2013-12-18
s390x/kvm: Fix diagnose handling.
Cornelia Huck
1
-6
/
+13
2013-10-14
exec: Fix prototype of phys_mem_set_alloc and related functions
Stefan Weil
1
-2
/
+2
2013-09-20
s390/ioinst: Moved the CC setting to the IO instruction handlers
Thomas Huth
1
-24
/
+14
2013-09-20
s390/cpu: Make setcc() function available to other files
Thomas Huth
1
-12
/
+0
2013-09-20
s390/kvm: Add check for priviledged SCLP handler
Thomas Huth
1
-0
/
+4
2013-09-12
exec: Don't abort when we can't allocate guest memory
Markus Armbruster
1
-5
/
+1
2013-09-12
exec: Simplify the guest physical memory allocation hook
Markus Armbruster
1
-11
/
+6
2013-08-30
s390: wire up nmi command to raise a RESTART interrupt on S390
Eugene (jno) Dvurechenski
1
-3
/
+3
2013-08-30
s390/kvm: basic implementation of diagnose 308 subcode 6
Eugene (jno) Dvurechenski
1
-0
/
+14
2013-08-30
s390x/kvm: Fix switch/case indentation for handle_diag
Christian Borntraeger
1
-10
/
+10
2013-07-30
s390x/kvm: Remove redundant return code
Thomas Huth
1
-3
/
+2
2013-07-30
s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst()
Thomas Huth
1
-48
/
+11
2013-07-29
s390x: Rename 'dprintf' to 'DPRINTF'
Peter Maydell
1
-9
/
+10
2013-07-26
target-s390x: Fix CPUState rework fallout
Christian Borntraeger
1
-8
/
+4
2013-07-09
target-s390x: Change handle_{hypercall,diag}() argument to S390CPU
Andreas Färber
1
-6
/
+6
2013-07-09
target-s390x: Don't overuse ENV_GET_CPU()
Andreas Färber
1
-1
/
+1
2013-07-01
virtio-ccw: fix build breakage on windows
Cornelia Huck
1
-2
/
+3
2013-06-28
kvm: Change cpu_synchronize_state() argument to CPUState
Andreas Färber
1
-4
/
+5
2013-06-25
virtio-ccw: Wire up ioeventfd.
Cornelia Huck
1
-0
/
+19
2013-06-12
KVM: S390: Add dummy kvm_arch_init_irq_routing()
Alexey Kardashevskiy
1
-0
/
+4
2013-05-14
osdep, kvm: rename low-level RAM allocation functions
Paolo Bonzini
1
-1
/
+1
2013-04-30
Wire up disabled wait a panicked event on s390
Christian Borntraeger
1
-3
/
+14
2013-04-26
Utilize selective runtime reg sync for hot code paths
Jason J. Herne
1
-3
/
+12
2013-04-26
Allow selective runtime register synchronization
Jason J. Herne
1
-0
/
+67
2013-03-17
s390: Fix cpu refactoring fallout.
Cornelia Huck
1
-2
/
+1
2013-03-08
s390: simplify kvm cpu init
Christian Borntraeger
1
-7
/
+2
2013-02-01
target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()
Andreas Färber
1
-8
/
+5
2013-01-29
s390: Wire up channel I/O in kvm.
Cornelia Huck
1
-13
/
+226
2013-01-27
kvm: Create kvm_arch_vcpu_id() function
Eduardo Habkost
1
-0
/
+5
2013-01-18
s390: Add a hypercall registration interface.
Cornelia Huck
1
-1
/
+1
2013-01-18
s390x: fix indentation
Alexander Graf
1
-5
/
+5
2013-01-18
s390: Add CPU reset handler
Jens Freimann
1
-1
/
+8
2013-01-18
s390: new contributions GPLv2 or later
Christian Borntraeger
1
-1
/
+5
[next]