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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-21
mips: call cpu_mips_realize_env() from mips_cpu_realizefn()
Philippe Mathieu-Daudé
2
-1
/
+3
2017-09-21
mips: split cpu_mips_realize_env() out of cpu_mips_init()
Philippe Mathieu-Daudé
2
-7
/
+13
2017-09-21
mips: introduce internal.h and cleanup cpu.h
Philippe Mathieu-Daudé
11
-353
/
+372
2017-09-21
mips: move hw/mips/cputimer.c to target/mips/
Philippe Mathieu-Daudé
2
-1
/
+165
2017-09-20
Merge remote-tracking branch 'remotes/ehabkost/tags/machine-next-pull-request...
Peter Maydell
4
-4
/
+13
2017-09-19
s390x/ccw: create s390 phb for compat reasons as well
Cornelia Huck
1
-0
/
+3
2017-09-19
s390x: allow CPU hotplug in random core-id order
David Hildenbrand
1
-7
/
+1
2017-09-19
s390x: get rid of cpu_s390x_create()
David Hildenbrand
3
-45
/
+3
2017-09-19
s390x: allow cpu hotplug via device_add
David Hildenbrand
1
-0
/
+1
2017-09-19
s390x: print CPU definitions in sorted order
David Hildenbrand
1
-15
/
+41
2017-09-19
target/s390x: rename next_cpu_id to next_core_id
David Hildenbrand
2
-7
/
+6
2017-09-19
target/s390x: use "core-id" for cpu number/address/id handling
David Hildenbrand
7
-65
/
+29
2017-09-19
target/s390x: set cpu->id for linux user when realizing
David Hildenbrand
1
-7
/
+4
2017-09-19
target/s390x: use program_interrupt() in per_check_exception()
David Hildenbrand
1
-6
/
+9
2017-09-19
target/s390x: use trigger_pgm_exception() in s390_cpu_handle_mmu_fault()
David Hildenbrand
1
-2
/
+1
2017-09-19
s390x: move sclp_service_call() to sclp.h
David Hildenbrand
2
-1
/
+1
2017-09-19
target/s390x: move some s390x typedefs to cpu-qom.h
David Hildenbrand
3
-7
/
+11
2017-09-19
s390x: move subsystem_reset() to s390-virtio-ccw.h
David Hildenbrand
2
-1
/
+1
2017-09-19
s390x: move s390_virtio_hypercall() to s390-virtio-hcall.h
David Hildenbrand
3
-1
/
+2
2017-09-19
exec,dump,i386,ppc,s390x: don't include exec/cpu-all.h explicitly
David Hildenbrand
5
-5
/
+0
2017-09-19
s390x/pci: fixup ind_offset of msix routing entry
Yi Min Zhao
1
-3
/
+1
2017-09-19
s390x/pci: remove idx from msix msg data
Yi Min Zhao
1
-3
/
+7
2017-09-19
target/i386: fix "info mem" for LA57 mode
Paolo Bonzini
1
-4
/
+4
2017-09-19
hyperv: add header with protocol definitions
Roman Kagan
6
-51
/
+306
2017-09-19
i386/cpu/hyperv: support over 64 vcpus for windows guests
Gonglei
3
-1
/
+18
2017-09-19
target/mips: Convert VM clock update prints to warn_report
Alistair Francis
1
-3
/
+3
2017-09-19
General warn report fixups
Alistair Francis
2
-5
/
+4
2017-09-19
Convert multi-line fprintf() to warn_report()
Alistair Francis
3
-18
/
+18
2017-09-19
Convert single line fprintf(.../n) to warn_report()
Alistair Francis
1
-2
/
+2
2017-09-19
Convert remaining error_report() to warn_report()
Alistair Francis
1
-2
/
+2
2017-09-19
i386/kvm: advertise Hyper-V frequency MSRs
Ladi Prosek
1
-1
/
+11
2017-09-19
i386/kvm: introduce tsc_is_stable_and_known()
Ladi Prosek
1
-3
/
+10
2017-09-19
i386/kvm: set tsc_khz before configuring Hyper-V CPUID
Ladi Prosek
1
-19
/
+19
2017-09-19
i386/kvm: use a switch statement for MSR detection
Ladi Prosek
1
-44
/
+31
2017-09-19
arm: drop intermediate cpu_model -> cpu type parsing and use cpu type directly
Igor Mammedov
2
-1
/
+4
2017-09-19
pc: use generic cpu_model parsing
Igor Mammedov
2
-3
/
+9
2017-09-19
target/i386: fix phminposuw in-place operation
Joseph Myers
1
-3
/
+3
2017-09-19
target/i386: fix pcmpxstrx substring search
Joseph Myers
1
-2
/
+6
2017-09-19
target/i386: fix packusdw in-place operation
Joseph Myers
1
-8
/
+11
2017-09-19
target/i386: set rip_offset for further SSE instructions
Joseph Myers
1
-1
/
+2
2017-09-19
target/i386: fix pmovsx/pmovzx in-place operations
Joseph Myers
1
-7
/
+7
2017-09-15
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.11-20170915' int...
Peter Maydell
1
-1
/
+1
2017-09-15
ppc/kvm: use kvm_vm_check_extension() in kvmppc_is_pr()
Greg Kurz
1
-1
/
+1
2017-09-14
target/arm: Avoid an extra temporary for store_exclusive
Richard Henderson
1
-17
/
+9
2017-09-14
AArch64: Fix single stepping of ERET instruction
Jaroslaw Pelczar
1
-0
/
+1
2017-09-14
target/arm: Rename 'type' to 'excret' in do_v7m_exception_exit()
Peter Maydell
1
-11
/
+12
2017-09-14
target/arm: Add and use defines for EXCRET constants
Peter Maydell
2
-5
/
+19
2017-09-14
target/arm: Remove unnecessary '| 0xf0000000' from do_v7m_exception_exit()
Peter Maydell
1
-2
/
+2
2017-09-14
target/arm: Get PRECISERR and IBUSERR the right way round
Peter Maydell
1
-4
/
+4
2017-09-14
target/arm: Clear exclusive monitor on v7M reset, exception entry/exit
Peter Maydell
4
-1
/
+19
[next]