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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-07
target-ppc: add cnttzd[.] instruction
Sandipan Das
3
-0
/
+16
2016-09-07
target-ppc: add modulo dword operations
Nikunj A Dadhania
1
-0
/
+48
2016-09-07
target-ppc: add modulo word operations
Nikunj A Dadhania
1
-0
/
+48
2016-09-07
target-ppc: add cmprb instruction
Nikunj A Dadhania
1
-0
/
+39
2016-09-07
target-ppc: adding addpcis instruction
Nikunj A Dadhania
1
-0
/
+26
2016-09-07
target-ppc: Introduce POWER ISA 3.0 flag
Nikunj A Dadhania
2
-2
/
+5
2016-09-07
target-ppc: Introduce Power9 family
Aneesh Kumar K.V
5
-2
/
+93
2016-09-07
hw/ppc: include fdt helper routine in a common file
Cédric Le Goater
3
-20
/
+25
2016-09-07
xics_kvm: drop extra checking of kernel_xics_fd
Greg Kurz
1
-12
/
+8
2016-09-06
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
36
-617
/
+588
2016-09-06
Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160906-v2' into sta...
Peter Maydell
45
-121
/
+3672
2016-09-06
s390x/cpumodel: implement QMP interface "query-cpu-model-baseline"
David Hildenbrand
2
-1
/
+57
2016-09-06
s390x/cpumodel: implement QMP interface "query-cpu-model-comparison"
David Hildenbrand
2
-1
/
+86
2016-09-06
s390x/cpumodel: implement QMP interface "query-cpu-model-expansion"
David Hildenbrand
2
-1
/
+149
2016-09-06
qmp: add QMP interface "query-cpu-model-baseline"
David Hildenbrand
6
-0
/
+80
2016-09-06
qmp: add QMP interface "query-cpu-model-comparison"
David Hildenbrand
6
-0
/
+115
2016-09-06
qmp: add QMP interface "query-cpu-model-expansion"
David Hildenbrand
6
-0
/
+121
2016-09-06
s390x/kvm: don't enable key wrapping if msa3 is disabled
David Hildenbrand
2
-2
/
+7
2016-09-06
s390x/kvm: let the CPU model control CMM(A)
David Hildenbrand
2
-11
/
+37
2016-09-06
s390x/kvm: disable host model for problematic compat machines
David Hildenbrand
1
-0
/
+4
2016-09-06
s390x/kvm: implement CPU model support
David Hildenbrand
3
-3
/
+417
2016-09-06
s390x/kvm: allow runtime-instrumentation for "none" machine
David Hildenbrand
1
-0
/
+5
2016-09-06
s390x/sclp: propagate hmfai
David Hildenbrand
4
-1
/
+18
2016-09-06
s390x/sclp: propagate the mha via sclp
David Hildenbrand
4
-1
/
+18
2016-09-06
s390x/sclp: propagate the ibc val (lowest and unblocked ibc)
David Hildenbrand
4
-1
/
+37
2016-09-06
s390x/sclp: indicate sclp features
David Hildenbrand
3
-0
/
+24
2016-09-06
s390x/sclp: introduce sclp feature blocks
David Hildenbrand
1
-3
/
+9
2016-09-06
s390x/sclp: factor out preparation of cpu entries
David Hildenbrand
1
-10
/
+12
2016-09-06
s390x/cpumodel: check and apply the CPU model
David Hildenbrand
1
-0
/
+153
2016-09-06
s390x/cpumodel: let the CPU model handle feature checks
David Hildenbrand
4
-14
/
+31
2016-09-06
s390x/cpumodel: expose features and feature groups as properties
David Hildenbrand
3
-0
/
+151
2016-09-06
s390x/cpumodel: store the CPU model in the CPU instance
David Hildenbrand
3
-0
/
+37
2016-09-06
s390x/cpumodel: register defined CPU models as subclasses
David Hildenbrand
3
-0
/
+168
2016-09-06
s390x/cpumodel: introduce CPU feature group definitions
David Hildenbrand
2
-1
/
+81
2016-09-06
s390x/cpumodel: generate CPU feature group lists
David Hildenbrand
1
-0
/
+80
2016-09-06
s390x/cpumodel: generate CPU feature lists for CPU models
Michael Mueller
4
-1
/
+533
2016-09-06
s390x/cpumodel: introduce CPU features
Michael Mueller
4
-1
/
+649
2016-09-06
s390x/cpumodel: expose CPU class properties
David Hildenbrand
3
-0
/
+27
2016-09-06
s390x/cpumodel: "host" and "qemu" as CPU subclasses
David Hildenbrand
7
-28
/
+229
2016-09-06
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
6
-9
/
+69
2016-09-06
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
8
-15
/
+149
2016-09-06
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20160905' into sta...
Peter Maydell
1
-8
/
+10
2016-09-05
vl: Delay initialization of memory backends
Eduardo Habkost
1
-0
/
+13
2016-09-05
vhost-user-test: Use libqos instead of pxe-virtio.rom
Eduardo Habkost
2
-4
/
+35
2016-09-05
target-i386: Add more Intel AVX-512 instructions support
Luwei Kang
2
-5
/
+14
2016-09-05
exec: Ensure the only one cpu_index allocation method is used
Igor Mammedov
1
-0
/
+7
2016-09-05
trace: Avoid implicit bool->integer conversions
Lluís Vilanova
2
-7
/
+41
2016-09-05
trace: Remove 'trace_events_dstate_init'
Lluís Vilanova
5
-11
/
+28
2016-09-05
trace: add syslog tracing backend
Paul Durrant
4
-0
/
+83
2016-09-05
block: Allow node name for 'qemu-io' HMP command
Kevin Wolf
1
-0
/
+13
[next]