Sign in
qemu-android
/
qemu-android
/
2db5b068ac16dc1d5403503d829ed9b046aca20c
/
target-s390x
9349b4f
Rename CPUState -> CPUArchState
by Andreas Färber
· 13 years ago
a4e3ad1
target-s390x: Don't overuse CPUState
by Andreas Färber
· 13 years ago
1bba0dc
Rename cpu_reset() to cpu_state_reset()
by Andreas Färber
· 13 years ago
3208afb
Move helpers.h to helper.h
by Lluís Vilanova
· 13 years ago
45133b7
target-s390x: Clean includes
by Stefan Weil
· 13 years ago
93116ac
s390: fix cpu hotplug / cpu activity on interrupts
by Christian Borntraeger
· 13 years ago
7d77793
s390x: add TR function for EXECUTE
by Alexander Graf
· 13 years ago
e7d8100
Fix spelling in comments, documentation and messages
by Stefan Weil
· 13 years ago
3a93113
fix typo: delete redundant semicolon
by Dong Xu Wang
· 13 years ago
ef81522
s390x: Add shutdown for TCG s390-virtio machine
by Alexander Graf
· 13 years ago
854e42f
s390: Fix cpu shutdown for KVM
by Christian Borntraeger
· 14 years ago
1864b94
s390x: implement SIGP restart and shutdown
by Alexander Graf
· 14 years ago
17bb18c
s390x: implement rrbe instruction properly
by Alexander Graf
· 14 years ago
b995913
s390x: update R and C bits in storage key
by Alexander Graf
· 14 years ago
09ed75f
s390x: make ipte 31-bit aware
by Alexander Graf
· 14 years ago
27b5979
s390x: add ldeb instruction
by Alexander Graf
· 14 years ago
bccd9ec
softmmu_header: pass CPUState to tlb_fill
by Blue Swirl
· 14 years ago
541dc0d
Use new macro QEMU_PACKED for packed structures
by Stefan Weil
· 14 years ago
3feaca9
Fix conversions from pointer to tcg_target_long
by Stefan Weil
· 14 years ago
7267c09
Use glib memory allocation and free functions
by Anthony Liguori
· 14 years ago
97b348e
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
by Blue Swirl
· 14 years ago
d5ab971
Avoid allocating TCG resources in non-TCG mode
by Jan Kiszka
· 14 years ago
3e45717
exec.h cleanup
by Blue Swirl
· 14 years ago
2b41f10
Remove exec-all.h include directives
by Blue Swirl
· 14 years ago
f081c76
Move cpu_has_work and cpu_pc_from_tb to cpu.h
by Blue Swirl
· 14 years ago
f3e2703
exec.h: fix coding style and change cpu_has_work to return bool
by Blue Swirl
· 14 years ago
1162c04
cpu_loop_exit: avoid using AREG0
by Blue Swirl
· 14 years ago
af2be20
Fix fallouts from Linux header inclusion
by Jan Kiszka
· 14 years ago
e205c79
Switch build system to accompanied kernel headers
by Jan Kiszka
· 14 years ago
e1b45cc
s390x: implement lrvgr
by Alexander Graf
· 14 years ago
5b18563
s390x: fix cksm instruction
by Alexander Graf
· 14 years ago
87b0b70
s390x: free tmp explicitly in every opcode for disas_a5()
by Alexander Graf
· 14 years ago
2497a67
target-s390x: Add missing tcg_temp_free_i32()
by Stefan Weil
· 14 years ago
bbf9f3b
target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90
by Stefan Weil
· 14 years ago
225b6af
target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8e
by Stefan Weil
· 14 years ago
e32a183
target-s390x: Add missing tcg_temp_free_i64() in disas_b2()
by Stefan Weil
· 14 years ago
21de37a
target-s390x: Add missing tcg_temp_free_i64() in do_mh()
by Stefan Weil
· 14 years ago
a825aef
target-s390x: Add missing tcg_temp_free_i64() in gen_jcc()
by Stefan Weil
· 14 years ago
640239b
target-s390x: Fix duplicate call of tcg_temp_new_i64
by Stefan Weil
· 14 years ago
be82ee2
target-s390x: Fix wrong argument in call of tcg_gen_shl_i64()
by Stefan Weil
· 14 years ago
d4a3ef6
target-s390x: Fix build for non-linux hosts
by Stefan Weil
· 14 years ago
22486aa
s390x: fix memory detection for guests > 64GB
by Christian Borntraeger
· 14 years ago
a74cdab
s390x: Fix debugging for unknown sigp order codes
by Christian Borntraeger
· 14 years ago
fe9b35b
s390x: remove compatibility cc field
by Alexander Graf
· 14 years ago
e023e83
s390x: translate engine for s390x CPU
by Alexander Graf
· 14 years ago
81f7c56
s390x: Adjust internal kvm code
by Alexander Graf
· 14 years ago
defb0e3
s390x: Implement opcode helpers
by Alexander Graf
· 14 years ago
d5a4396
s390x: helper functions for system emulation
by Alexander Graf
· 14 years ago
4e83678
s390x: Shift variables in CPUState for memset(0)
by Alexander Graf
· 14 years ago
d1ff903
s390x: keep hint on virtio managing size
by Alexander Graf
· 14 years ago
1f20626
s390x: make kvm exported functions conditional on kvm
by Alexander Graf
· 14 years ago
71b12d3
s390x: fix smp support for kvm
by Christian Borntraeger
· 14 years ago
618ba8e
Remove unused function parameter from cpu_restore_state
by Stefan Weil
· 14 years ago
e87b7cb
Remove unused function parameters from gen_pc_load and rename the function
by Stefan Weil
· 14 years ago
3110e29
s390x: Enable s390x-softmmu target
by Alexander Graf
· 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
eda48c3
inline cpu_halted into sole caller
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
b3a9836
Merge remote branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 14 years ago
64b85a8
Delete useless 'extern' qualifiers for functions
by Blue Swirl
· 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
9a78eea
target-xxx: Use fprintf_function (format checking)
by Stefan Weil
· 14 years ago
a88790a
remove exec-all.h inclusion from cpu.h
by Paolo Bonzini
· 15 years ago
10eb0cc
move cpu_pc_from_tb to target-*/exec.h
by Paolo Bonzini
· 15 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
c92114b
S390: Add stub for cpu_get_phys_page_debug
by Alexander Graf
· 15 years ago
d4c430a
Large page TLB flush
by Paul Brook
· 15 years ago
4fcc562
Remove cpu_get_phys_page_debug from userspace emulation
by Paul Brook
· 15 years ago
5270589
Move TARGET_PHYS_ADDR_SPACE_BITS to target-*/cpu.h.
by Richard Henderson
· 15 years ago
70539e1
Update to a hopefully more future proof FSF address
by Blue Swirl
· 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
49a945a
kill regs_to_env and env_to_regs
by Paolo Bonzini
· 15 years ago
d7963c4
target-s390: Fail on unknown instructions
by Alexander Graf
· 15 years ago
10c339a
Add support for S390x system emulation
by Alexander Graf
· 15 years ago
0e60a69
Add KVM support for S390x
by Alexander Graf
· 15 years ago
10ec511
S/390 CPU fake emulation
by Alexander Graf
· 15 years ago