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-28
tests: cris: remove check_time1
Rabin Vincent
2
-47
/
+0
2016-09-28
tests: cris: remove openpf4 test
Rabin Vincent
2
-6
/
+0
2016-09-28
tests: cris: fix syscall inline asm
Rabin Vincent
1
-9
/
+17
2016-09-28
tests: cris: force inlining
Rabin Vincent
10
-26
/
+28
2016-09-27
qdisk - hw/block/xen_disk: grant copy implementation
Paulina Szubarczyk
3
-5
/
+217
2016-09-27
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
15
-302
/
+540
2016-09-27
sysbus: Remove ignored return value of FindSysbusDeviceFunc
David Gibson
6
-16
/
+8
2016-09-27
target-i386: Remove has_msr_* global vars for KVM features
Eduardo Habkost
1
-15
/
+6
2016-09-27
target-i386: Clear KVM CPUID features if KVM is disabled
Eduardo Habkost
1
-0
/
+4
2016-09-27
target-i386: Remove has_msr_hv_tsc global variable
Eduardo Habkost
1
-6
/
+8
2016-09-27
target-i386: Remove has_msr_hv_apic global variable
Eduardo Habkost
1
-5
/
+3
2016-09-27
target-i386: Remove has_msr_mtrr global variable
Eduardo Habkost
1
-6
/
+2
2016-09-27
target-i386: Move xsave component mask to features array
Eduardo Habkost
2
-15
/
+30
2016-09-27
target-i386: xsave: Calculate set of xsave components on realize
Eduardo Habkost
2
-23
/
+33
2016-09-27
target-i386: xsave: Helper function to calculate xsave area size
Eduardo Habkost
1
-7
/
+15
2016-09-27
target-i386: xsave: Simplify CPUID[0xD,0].{EAX,EDX} calculation
Eduardo Habkost
1
-6
/
+2
2016-09-27
target-i386: xsave: Calculate enabled components only once
Eduardo Habkost
1
-10
/
+16
2016-09-27
target-i386: Don't try to enable PT State xsave component
Eduardo Habkost
1
-3
/
+3
2016-09-27
target-i386: Move feature name arrays inside FeatureWordInfo
Eduardo Habkost
1
-200
/
+170
2016-09-27
linux-user: remove #define smp_{cores, threads}
Marc-André Lureau
3
-9
/
+7
2016-09-27
target-i386: Enable CPUID[0x8000000A] if SVM is enabled
Eduardo Habkost
2
-5
/
+14
2016-09-27
target-i386: Automatically set level/xlevel/xlevel2 when needed
Eduardo Habkost
4
-13
/
+133
2016-09-27
tests: Test CPUID level handling for old machines
Eduardo Habkost
1
-0
/
+13
2016-09-27
tests: Add test code for CPUID level/xlevel handling
Eduardo Habkost
3
-0
/
+111
2016-09-27
target-i386: Add a marker to end of the region zeroed on reset
Eduardo Habkost
2
-1
/
+2
2016-09-27
target-i386: Remove unused X86CPUDefinition::xlevel2 field
Eduardo Habkost
1
-2
/
+0
2016-09-27
Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...
Peter Maydell
24
-53
/
+1812
2016-09-27
replay: allow replay stopping and restarting
Pavel Dovgalyuk
8
-12
/
+29
2016-09-27
replay: vmstate for replay module
Pavel Dovgalyuk
4
-0
/
+71
2016-09-27
replay: move internal data to the structure
Pavel Dovgalyuk
5
-23
/
+24
2016-09-27
cpus-common: lock-free fast path for cpu_exec_start/end
Paolo Bonzini
3
-20
/
+133
2016-09-27
tcg: Make tb_flush() thread safe
Sergey Fedorov
4
-23
/
+31
2016-09-27
cpus-common: Introduce async_safe_run_on_cpu()
Paolo Bonzini
2
-2
/
+45
2016-09-27
cpus-common: simplify locking for start_exclusive/end_exclusive
Paolo Bonzini
3
-8
/
+11
2016-09-27
cpus-common: remove redundant call to exclusive_idle()
Paolo Bonzini
2
-2
/
+0
2016-09-27
cpus-common: always defer async_run_on_cpu work items
Paolo Bonzini
1
-5
/
+0
2016-09-27
docs: include formal model for TCG exclusive sections
Paolo Bonzini
1
-0
/
+177
2016-09-27
cpus-common: move exclusive work infrastructure from linux-user
Paolo Bonzini
5
-105
/
+127
2016-09-27
cpus-common: fix uninitialized variable use in run_on_cpu
Paolo Bonzini
1
-2
/
+2
2016-09-27
cpus-common: move CPU work item management to common code
Sergey Fedorov
5
-91
/
+148
2016-09-27
cpus-common: move CPU list management to common code
Paolo Bonzini
9
-68
/
+109
2016-09-27
linux-user: Add qemu_cpu_is_self() and qemu_cpu_kick()
Sergey Fedorov
1
-0
/
+10
2016-09-27
linux-user: Use QemuMutex and QemuCond
Sergey Fedorov
1
-23
/
+32
2016-09-27
cpus: Rename flush_queued_work()
Sergey Fedorov
1
-2
/
+2
2016-09-27
cpus: Move common code out of {async_, }run_on_cpu()
Sergey Fedorov
1
-24
/
+18
2016-09-27
cpus: pass CPUState to run_on_cpu helpers
Alex Bennée
14
-138
/
+109
2016-09-27
build-sys: put glib_cflags in QEMU_CFLAGS
Marc-André Lureau
1
-1
/
+1
2016-09-27
build-sys: remove unused GLIB_CFLAGS
Marc-André Lureau
1
-1
/
+0
2016-09-27
migration: sync all address spaces
Paolo Bonzini
3
-18
/
+37
2016-09-27
compiler: Swap 'public domain' header for license
Felipe Franciosi
1
-1
/
+5
[prev]
[next]