Sign in
qemu
/
qemu
/
6e25280216fc23c8387892f76d961559da124528
/
target-s390x
/
kvm.c
6e25280
s390x/sclp: Add missing checks to SCLP handler
by Thomas Huth
· 11 years ago
a0fa2cb
s390x/sclp: Fixed the size of sccb and code parameter
by Thomas Huth
· 11 years ago
77319f2
s390x/virtio-hcall: Specification exception for illegal subcodes
by Thomas Huth
· 11 years ago
0788082
s390x/kvm: Fixed bad SIGP SET-ARCHITECTURE handler
by Thomas Huth
· 11 years ago
819bd30
s390x/async_pf: Check for apf extension and enable pfault
by Dominik Dingel
· 11 years ago
44c68de
s390x/kvm: cleanup partial register handling
by Dominik Dingel
· 11 years ago
3796f0e
s390x/kvm: Fixed condition code for unknown SIGP orders
by Thomas Huth
· 11 years ago
b8031ad
s390x/kvm: Simplified the calculation of the SIGP order code
by Thomas Huth
· 11 years ago
b20a461
s390x/kvm: Implemented SIGP START
by Thomas Huth
· 11 years ago
0b9972a
s390x/kvm: Fix coding style in handle_sigp()
by Thomas Huth
· 11 years ago
cd7a0f4
s390x/kvm: Removed s390_store_status stub
by Thomas Huth
· 11 years ago
4f91e0b
s390x/kvm: Removed duplicated SIGP defines
by Thomas Huth
· 11 years ago
638129f
s390x/kvm: Fix diagnose handling.
by Cornelia Huck
· 11 years ago
575ddeb
exec: Fix prototype of phys_mem_set_alloc and related functions
by Stefan Weil
· 11 years ago
5d9bf1c
s390/ioinst: Moved the CC setting to the IO instruction handlers
by Thomas Huth
· 12 years ago
3d0a615
s390/cpu: Make setcc() function available to other files
by Thomas Huth
· 12 years ago
3ac85fb
s390/kvm: Add check for priviledged SCLP handler
by Thomas Huth
· 12 years ago
3922825
exec: Don't abort when we can't allocate guest memory
by Markus Armbruster
· 12 years ago
9113803
exec: Simplify the guest physical memory allocation hook
by Markus Armbruster
· 12 years ago
7f7f975
s390: wire up nmi command to raise a RESTART interrupt on S390
by Eugene (jno) Dvurechenski
· 12 years ago
268846b
s390/kvm: basic implementation of diagnose 308 subcode 6
by Eugene (jno) Dvurechenski
· 12 years ago
39fbc5c
s390x/kvm: Fix switch/case indentation for handle_diag
by Christian Borntraeger
· 12 years ago
d2ee774
s390x/kvm: Remove redundant return code
by Thomas Huth
· 12 years ago
c1e8dfb
s390x/kvm: Reworked/fixed handling of cc3 in kvm_handle_css_inst()
by Thomas Huth
· 12 years ago
e67137c
s390x: Rename 'dprintf' to 'DPRINTF'
by Peter Maydell
· 12 years ago
9282b73
target-s390x: Fix CPUState rework fallout
by Christian Borntraeger
· 12 years ago
4fd6dd0
target-s390x: Change handle_{hypercall,diag}() argument to S390CPU
by Andreas Färber
· 12 years ago
19079e4
target-s390x: Don't overuse ENV_GET_CPU()
by Andreas Färber
· 12 years ago
cc3ac9c
virtio-ccw: fix build breakage on windows
by Cornelia Huck
· 12 years ago
cb446ec
kvm: Change cpu_synchronize_state() argument to CPUState
by Andreas Färber
· 12 years ago
b4436a0
virtio-ccw: Wire up ioeventfd.
by Cornelia Huck
· 12 years ago
48475e1
KVM: S390: Add dummy kvm_arch_init_irq_routing()
by Alexey Kardashevskiy
· 12 years ago
6eebf95
osdep, kvm: rename low-level RAM allocation functions
by Paolo Bonzini
· 12 years ago
08eb8c8
Wire up disabled wait a panicked event on s390
by Christian Borntraeger
· 12 years ago
3474b67
Utilize selective runtime reg sync for hot code paths
by Jason J. Herne
· 12 years ago
420840e
Allow selective runtime register synchronization
by Jason J. Herne
· 12 years ago
225dc99
s390: Fix cpu refactoring fallout.
by Cornelia Huck
· 12 years ago
1c9d2a1
s390: simplify kvm cpu init
by Christian Borntraeger
· 12 years ago
49e1587
target-s390x: Pass S390CPU to s390_{add, del}_running_cpu()
by Andreas Färber
· 12 years ago
09b9987
s390: Wire up channel I/O in kvm.
by Cornelia Huck
· 12 years ago
b164e48
kvm: Create kvm_arch_vcpu_id() function
by Eduardo Habkost
· 12 years ago
28e942f
s390: Add a hypercall registration interface.
by Cornelia Huck
· 12 years ago
419831d
s390x: fix indentation
by Alexander Graf
· 12 years ago
70bada0
s390: Add CPU reset handler
by Jens Freimann
· 12 years ago
ccb084d
s390: new contributions GPLv2 or later
by Christian Borntraeger
· 12 years ago
501a7ce
Merge branch 'master' of git://git.qemu.org/qemu into qom-cpu
by Andreas Färber
· 12 years ago
f7575c96
cpu: Move kvm_run into CPUState
by Andreas Färber
· 12 years ago
a60f24b
cpu: Move kvm_state field into CPUState
by Andreas Färber
· 12 years ago
1bc2265
kvm: Pass CPUState to kvm_vcpu_ioctl()
by Andreas Färber
· 12 years ago
20d695a
kvm: Pass CPUState to kvm_arch_*
by Andreas Färber
· 12 years ago
9c17d61
softmmu: move include files to include/sysemu/
by Paolo Bonzini
· 12 years ago
1de7afc
misc: move include files to include/qemu/
by Paolo Bonzini
· 12 years ago
c08d742
cpus: Pass CPUState to qemu_cpu_kick()
by Andreas Färber
· 13 years ago
f6c98f92
s390: sclp base support
by Heinz Graalfs
· 12 years ago
5b08b34
s390: use sync regs for register transfer
by Christian Borntraeger
· 12 years ago
9abf567
s390: Fix error handling and condition code of service call
by Christian Borntraeger
· 13 years ago
fdec991
s390: autodetect map private
by Christian Borntraeger
· 13 years ago
2fb70f6
s390: stop target cpu on sigp initial reset
by Christian Borntraeger
· 13 years ago
3edb8f9
target-s390x: Pass S390CPU to s390_cpu_restart()
by Andreas Färber
· 13 years ago
45fa769
s390-virtio: Let s390_cpu_addr2state() return S390CPU
by Andreas Färber
· 13 years ago
eca3ed0
S390: dont call system_shutdown on disabled wait
by Christian Borntraeger
· 13 years ago
add142e
S390: support reboot for kvm on s390
by Jens Freimann
· 13 years ago
a4e3ad1
target-s390x: Don't overuse CPUState
by Andreas Färber
· 13 years ago
93116ac
s390: fix cpu hotplug / cpu activity on interrupts
by Christian Borntraeger
· 13 years ago
854e42f
s390: Fix cpu shutdown for KVM
by Christian Borntraeger
· 13 years ago
a74cdab
s390x: Fix debugging for unknown sigp order codes
by Christian Borntraeger
· 14 years ago
81f7c56
s390x: Adjust internal kvm code
by Alexander Graf
· 14 years ago
71b12d3
s390x: fix smp support for kvm
by Christian Borntraeger
· 14 years ago
bcec36e
s390x: Prepare cpu.h for emulation
by Alexander Graf
· 14 years ago
359507e
s390x: fix KVM target
by Alexander Graf
· 14 years ago
bb4ea39
kvm: Align kvm_arch_handle_exit to kvm_cpu_exec changes
by Jan Kiszka
· 14 years ago
9903686
kvm: Rename kvm_arch_process_irqchip_events to async_events
by Jan Kiszka
· 14 years ago
94ad5b0
always qemu_cpu_kick after unhalting a cpu
by Paolo Bonzini
· 14 years ago
7a39fe5
kvm: Drop return values from kvm_arch_pre/post_run
by Jan Kiszka
· 14 years ago
a1b87fe
kvm: Provide sigbus services arch-independently
by Jan Kiszka
· 14 years ago
94a8d39
kvm: Consolidate must-have capability checks
by Jan Kiszka
· 14 years ago
cad1e28
kvm: Drop smp_cpus argument from init functions
by Jan Kiszka
· 14 years ago
6c33286
s390: compile fixes
by Alexander Graf
· 14 years ago
d590081
target-s390: enable SIGP Initial Reset
by Alexander Graf
· 15 years ago
4513d92
Do not stop VM if emulation failed in userspace.
by Gleb Natapov
· 15 years ago
0af691d
kvm: enable smp > 1
by Marcelo Tosatti
· 15 years ago
ea375f9
KVM: Rework VCPU state writeback API
by Jan Kiszka
· 15 years ago
ee0dc6d
Fix incorrect exception_index use
by Blue Swirl
· 15 years ago
d7963c4
target-s390: Fail on unknown instructions
by Alexander Graf
· 15 years ago
0e60a69
Add KVM support for S390x
by Alexander Graf
· 15 years ago