index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-s390x
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-11
target-s390x: Pass S390CPU to s390_cpu_restart()
Andreas Färber
1
-2
/
+4
2012-06-11
s390-virtio: Let s390_cpu_addr2state() return S390CPU
Andreas Färber
2
-3
/
+5
2012-06-11
target-s390x: Let cpu_s390x_init() return S390CPU
Andreas Färber
3
-7
/
+7
2012-06-07
build: move other target-*/ objects to nested Makefile.objs
Paolo Bonzini
1
-1
/
+3
2012-06-07
build: move libobj-y variable to nested Makefile.objs
Paolo Bonzini
1
-1
/
+3
2012-06-07
build: move obj-TARGET-y variables to nested Makefile.objs
Paolo Bonzini
1
-0
/
+1
2012-06-04
Kill off cpu_state_reset()
Andreas Färber
1
-8
/
+1
2012-05-01
S390: dont call system_shutdown on disabled wait
Christian Borntraeger
1
-0
/
+12
2012-05-01
S390: support reboot for kvm on s390
Jens Freimann
1
-2
/
+1
2012-04-14
Use uintptr_t for various op related functions
Blue Swirl
1
-5
/
+3
2012-04-04
target-s390x: Update s390x_{tod,cpu}_timer() to use S390CPU
Andreas Färber
2
-4
/
+6
2012-04-04
target-s390x: QOM'ify CPU init
Andreas Färber
3
-18
/
+31
2012-04-04
target-s390x: QOM'ify CPU reset
Andreas Färber
2
-11
/
+14
2012-04-04
target-s390x: QOM'ify CPU
Andreas Färber
4
-1
/
+136
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-1
/
+1
2012-03-14
target-s390x: Don't overuse CPUState
Andreas Färber
5
-133
/
+133
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
1
-2
/
+2
2012-03-05
Move helpers.h to helper.h
Lluís Vilanova
3
-3
/
+3
2012-02-28
target-s390x: Clean includes
Stefan Weil
3
-10
/
+3
2012-01-04
s390: fix cpu hotplug / cpu activity on interrupts
Christian Borntraeger
1
-3
/
+0
2012-01-04
s390x: add TR function for EXECUTE
Alexander Graf
1
-0
/
+3
2011-12-14
Fix spelling in comments, documentation and messages
Stefan Weil
1
-4
/
+4
2011-12-06
fix typo: delete redundant semicolon
Dong Xu Wang
1
-2
/
+2
2011-11-14
s390x: Add shutdown for TCG s390-virtio machine
Alexander Graf
2
-3
/
+21
2011-11-14
s390: Fix cpu shutdown for KVM
Christian Borntraeger
2
-12
/
+9
2011-11-14
s390x: implement SIGP restart and shutdown
Alexander Graf
1
-0
/
+14
2011-11-14
s390x: implement rrbe instruction properly
Alexander Graf
1
-5
/
+7
2011-11-14
s390x: update R and C bits in storage key
Alexander Graf
3
-1
/
+16
2011-11-14
s390x: make ipte 31-bit aware
Alexander Graf
1
-0
/
+7
2011-11-14
s390x: add ldeb instruction
Alexander Graf
3
-0
/
+14
2011-10-01
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
1
-4
/
+3
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
1
-1
/
+1
2011-08-21
Fix conversions from pointer to tcg_target_long
Stefan Weil
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-1
/
+1
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
3
-8
/
+8
2011-08-05
Avoid allocating TCG resources in non-TCG mode
Jan Kiszka
1
-1
/
+1
2011-07-30
exec.h cleanup
Blue Swirl
2
-38
/
+3
2011-06-26
Remove exec-all.h include directives
Blue Swirl
3
-3
/
+0
2011-06-26
Move cpu_has_work and cpu_pc_from_tb to cpu.h
Blue Swirl
2
-12
/
+11
2011-06-26
exec.h: fix coding style and change cpu_has_work to return bool
Blue Swirl
1
-3
/
+3
2011-06-26
cpu_loop_exit: avoid using AREG0
Blue Swirl
1
-6
/
+6
2011-06-26
Fix fallouts from Linux header inclusion
Jan Kiszka
1
-1
/
+5
2011-06-20
Switch build system to accompanied kernel headers
Jan Kiszka
2
-10
/
+1
2011-06-03
s390x: implement lrvgr
Alexander Graf
1
-0
/
+3
2011-06-03
s390x: fix cksm instruction
Alexander Graf
1
-20
/
+8
2011-06-03
s390x: free tmp explicitly in every opcode for disas_a5()
Alexander Graf
1
-1
/
+12
2011-06-03
target-s390x: Add missing tcg_temp_free_i32()
Stefan Weil
1
-0
/
+3
2011-06-03
target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x90
Stefan Weil
1
-0
/
+1
2011-06-03
target-s390x: Add missing tcg_temp_free_i64() in disas_s390_insn(), opc == 0x8e
Stefan Weil
1
-0
/
+2
2011-06-03
target-s390x: Add missing tcg_temp_free_i64() in disas_b2()
Stefan Weil
1
-0
/
+2
[next]