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
2014-12-17
sdl2: move sdl_switch to sdl2-2d.c
Gerd Hoffmann
3
-46
/
+52
2014-12-17
sdl2: overhaul window size handling
Gerd Hoffmann
1
-93
/
+79
2014-12-17
sdl2: move sdl_update to new sdl2-2d.c
Gerd Hoffmann
4
-31
/
+70
2014-12-17
sdl2: turn on keyboard grabs
Gerd Hoffmann
1
-3
/
+4
2014-12-17
sdl2: move keyboard input code to new sdl2-input.c
Gerd Hoffmann
4
-73
/
+114
2014-12-17
sdl2: rename sdl2_state to sdl2_console, move to header file
Gerd Hoffmann
2
-36
/
+43
2014-12-16
sdl: move version logic from source code to makefile
Gerd Hoffmann
3
-7
/
+6
2014-12-15
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
44
-263
/
+604
2014-12-15
sdhci: Support SDHCI devices on PCI
Kevin O'Connor
3
-1
/
+54
2014-12-15
sdhci: Define SDHCI PCI ids
Kevin O'Connor
3
-0
/
+4
2014-12-15
sdhci: Add "sysbus" to sdhci QOM types and methods
Kevin O'Connor
2
-18
/
+27
2014-12-15
sdhci: Remove class "virtual" methods
Kevin O'Connor
2
-106
/
+40
2014-12-15
sdhci: Set a default frequency clock
Kevin O'Connor
1
-2
/
+2
2014-12-15
serial: only resample THR interrupt on rising edge of IER.THRI
Paolo Bonzini
1
-9
/
+16
2014-12-15
serial: update LSR on enabling/disabling FIFOs
Paolo Bonzini
1
-0
/
+3
2014-12-15
serial: clean up THRE/TEMT handling
Paolo Bonzini
1
-14
/
+12
2014-12-15
serial: reset thri_pending on IER writes with THRI=0
Paolo Bonzini
1
-2
/
+16
2014-12-15
linuxboot: fix loading old kernels
Paolo Bonzini
2
-10
/
+27
2014-12-15
kvm/apic: fix 2.2->2.1 migration
Paolo Bonzini
3
-3
/
+13
2014-12-15
target-i386: add Ivy Bridge CPU model
Paolo Bonzini
1
-0
/
+32
2014-12-15
target-i386: add f16c and rdrand to Haswell and Broadwell
Paolo Bonzini
3
-2
/
+10
2014-12-15
target-i386: add VME to all CPUs
Paolo Bonzini
3
-15
/
+43
2014-12-15
pc: add 2.3 machine types
Paolo Bonzini
2
-7
/
+48
2014-12-15
i386: do not cross the pages boundaries in replay mode
Pavel Dovgalyuk
2
-0
/
+17
2014-12-15
cpus: make icount warp behave well with respect to stop/cont
Pavel Dovgalyuk
2
-12
/
+12
2014-12-15
timer: introduce new QEMU_CLOCK_VIRTUAL_RT clock
Pavel Dovgalyuk
2
-0
/
+9
2014-12-15
cpu-exec: invalidate nocache translation if they are interrupted
Pavel Dovgalyuk
3
-1
/
+8
2014-12-15
icount: introduce cpu_get_icount_raw
Pavel Dovgalyuk
2
-3
/
+11
2014-12-15
icount: set can_do_io outside TB execution
Pavel Dovgalyuk
2
-0
/
+6
2014-12-15
cpu-exec: reset exception_index correctly
Pavel Dovgalyuk
2
-1
/
+5
2014-12-15
cpu-exec: fix cpu_exec_nocache
Pavel Dovgalyuk
1
-1
/
+6
2014-12-15
scsi-disk: provide maximum transfer length
Paolo Bonzini
1
-0
/
+27
2014-12-15
scsi: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2
-2
/
+2
2014-12-15
scsi: Fuse g_malloc(); memset() into g_malloc0()
Markus Armbruster
1
-4
/
+2
2014-12-15
scsi: Drop superfluous conditionals around g_free()
Markus Armbruster
1
-4
/
+2
2014-12-15
x86: Drop some superfluous casts from void *
Markus Armbruster
2
-2
/
+2
2014-12-15
x86: Use g_new() & friends where that makes obvious sense
Markus Armbruster
2
-3
/
+2
2014-12-15
x86: Fuse g_malloc(); memset() into g_malloc0()
Markus Armbruster
1
-12
/
+4
2014-12-15
x86: Drop superfluous conditionals around g_free()
Markus Armbruster
1
-3
/
+1
2014-12-15
target-i386: get/set/migrate XSAVES state
Wanpeng Li
4
-1
/
+38
2014-12-15
target-mips: kvm: do not use get_clock()
Paolo Bonzini
1
-1
/
+1
2014-12-15
target-i386: add feature flags for CPUID[EAX=0xd,ECX=1]
Paolo Bonzini
2
-1
/
+34
2014-12-15
coverity/s390x: avoid false positive in kvm_irqchip_add_adapter_route
Christian Borntraeger
1
-1
/
+1
2014-12-15
valgrind/s390x: avoid false positives on KVM_SET_FPU ioctl
Christian Borntraeger
1
-1
/
+1
2014-12-15
valgrind/i386: avoid false positives on KVM_SET_VCPU_EVENTS ioctl
Christian Borntraeger
1
-1
/
+1
2014-12-15
valgrind/i386: avoid false positives on KVM_GET_MSRS ioctl
Christian Borntraeger
1
-1
/
+4
2014-12-15
valgrind/i386: avoid false positives on KVM_SET_MSRS ioctl
Christian Borntraeger
1
-3
/
+12
2014-12-15
valgrind/i386: avoid false positives on KVM_SET_XCRS ioctl
Christian Borntraeger
1
-1
/
+1
2014-12-15
valgrind/i386: avoid false positives on KVM_SET_PIT ioctl
Christian Borntraeger
1
-1
/
+1
2014-12-15
valgrind/i386: avoid false positives on KVM_SET_CLOCK ioctl
Christian Borntraeger
1
-2
/
+1
[next]