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
2017-07-10
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170709' into staging
Peter Maydell
4
-21
/
+70
2017-07-10
Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170707-tag' into...
Peter Maydell
5
-69
/
+30
2017-07-09
tcg/mips: Bugfix for crash when running program with qemu-i386.
Jiang Biao
1
-4
/
+4
2017-07-09
util/cacheinfo: Fix warning generated by clang
Pranith Kumar
1
-1
/
+1
2017-07-09
tcg/aarch64: Enable indirect jump path using LDR (literal)
Pranith Kumar
1
-14
/
+28
2017-07-09
tcg/aarch64: Use ADRP+ADD to compute target address
Pranith Kumar
2
-7
/
+31
2017-07-09
tcg/aarch64: Introduce and use long branch to register
Pranith Kumar
1
-2
/
+13
2017-07-07
xen/pt: Fixup addr validation in xen_pt_pci_config_access_check
Anoob Soman
1
-1
/
+1
2017-07-07
xen-platform: Cleanup network infrastructure when emulated NICs are unplugged
Ross Lagerwall
1
-0
/
+11
2017-07-07
xenfb: remove xen_init_display "temporary" hack
Stefano Stabellini
3
-68
/
+18
2017-07-06
Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20170706' into s...
Peter Maydell
13
-253
/
+456
2017-07-06
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
60
-779
/
+1009
2017-07-05
hw/s390x/ipl: Fix endianness problem with netboot_start_addr
Thomas Huth
1
-1
/
+1
2017-07-05
virtio-scsi-ccw: use ioeventfd even when KVM is disabled
QingFeng Hao
2
-2
/
+6
2017-07-05
s390x: return unavailable features via query-cpu-definitions
Viktor Mihajlovski
1
-5
/
+57
2017-07-05
s390x/MAINTAINERS: Update my email address
Cornelia Huck
1
-4
/
+4
2017-07-05
s390x: fix realize inheritance for kvm-flic
Halil Pasic
2
-2
/
+19
2017-07-05
s390x: fix error propagation in kvm-flic's realize
Halil Pasic
1
-2
/
+10
2017-07-05
s390x/3270: fix instruction interception handler
Dong Jia Shi
1
-0
/
+1
2017-07-05
s390x: vmstatify config migration for virtio-ccw
Halil Pasic
7
-237
/
+358
2017-07-05
target/i386: add the CONFIG_TCG into Makefiles
Yang Zhong
1
-5
/
+5
2017-07-05
target/i386: add the tcg_enabled() in target/i386/
Yang Zhong
4
-8
/
+16
2017-07-05
target/i386: move TLB refill function out of helper.c
Paolo Bonzini
2
-343
/
+344
2017-07-05
target/i386: split cpu_set_mxcsr() and make cpu_set_fpuc() inline
Yang Zhong
3
-13
/
+24
2017-07-05
target/i386: make cpu_get_fp80()/cpu_set_fp80() static
Yang Zhong
3
-20
/
+18
2017-07-05
target/i386: move cpu_sync_bndcs_hflags() function
Yang Zhong
2
-30
/
+30
2017-07-05
tcg: add the CONFIG_TCG into Makefiles
Yang Zhong
2
-3
/
+3
2017-07-05
tcg: add CONFIG_TCG guards in headers
Yang Zhong
2
-1
/
+6
2017-07-04
exec: elide calls to tb_lock and tb_unlock
Paolo Bonzini
1
-0
/
+3
2017-07-04
tcg: move tb_lock out of translate-all.h
Paolo Bonzini
3
-5
/
+4
2017-07-04
tcg: add the tcg-stub.c file into accel/stubs/
Yang Zhong
2
-0
/
+23
2017-07-04
vapic: use tcg_enabled
Paolo Bonzini
1
-2
/
+3
2017-07-04
monitor: disable "info jit" and "info opcount" if !TCG
Paolo Bonzini
3
-0
/
+11
2017-07-04
tcg: make tcg_allowed global
Yang Zhong
4
-7
/
+9
2017-07-04
cpu: move interrupt handling out of translate-common.c
Paolo Bonzini
5
-65
/
+46
2017-07-04
tcg: move page_size_init() function
Yang Zhong
3
-21
/
+20
2017-07-04
vl: add tcg_enabled() for tcg related code
Yang Zhong
1
-1
/
+7
2017-07-04
vl: convert -tb-size to qemu_strtoul
Paolo Bonzini
3
-5
/
+5
2017-07-04
configure: add --disable-tcg configure option
Paolo Bonzini
1
-5
/
+21
2017-07-04
configure: early test for supported targets
Paolo Bonzini
1
-22
/
+48
2017-07-04
configure: factor out list of supported Xen/KVM/HAX targets
Paolo Bonzini
1
-35
/
+55
2017-07-04
qemu-doc: do not refer to years-old version numbers
Paolo Bonzini
1
-5
/
+3
2017-07-04
qemu-thread: Assert locks are initialized before using
Fam Zheng
4
-1
/
+69
2017-07-04
virtio-scsi: finalize IOMMU support
Jason Wang
1
-1
/
+2
2017-07-04
checkpatch: should not use signal except for SIG_DFL or SIG_IGN
Paolo Bonzini
1
-0
/
+4
2017-07-04
main_loop: Make main_loop_wait() return void
Peter Maydell
2
-8
/
+2
2017-07-04
tests/test-char.c: Don't use main_loop_wait()'s return value
Peter Maydell
1
-5
/
+1
2017-07-04
util/oslib-win32: Remove if conditional
Alistair Francis
1
-4
/
+2
2017-07-04
xsave_helper: pull xsave and xrstor out of kvm.c into helper function
Sergio Andres Gomez Del Real
4
-88
/
+120
2017-07-04
sockets: avoid formatting buffer that may not be NUL terminated
Daniel P. Berrange
1
-1
/
+1
[prev]
[next]