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-01-16
build: remove --enable-colo/--disable-colo
Paolo Bonzini
4
-60
/
+1
2017-01-16
event_notifier: cleanups around event_notifier_set_handler
Paolo Bonzini
10
-42
/
+33
2017-01-16
stubs: move vhost stubs to stubs/vhost.o
Paolo Bonzini
4
-3
/
+6
2017-01-16
stubs: group all monitor_fdset_* functions in a single file
Paolo Bonzini
6
-35
/
+23
2017-01-16
stubs: group stubs for user-mode emulation
Paolo Bonzini
6
-48
/
+37
2017-01-16
hw: move reset handlers from vl.c to hw/core
Paolo Bonzini
9
-64
/
+85
2017-01-16
stubs: remove unused stub for serial_hd
Paolo Bonzini
2
-5
/
+0
2017-01-16
stubs: move acpi stubs to hw/acpi
Paolo Bonzini
3
-5
/
+8
2017-01-16
stubs: move smbios stubs to hw/smbios
Paolo Bonzini
3
-4
/
+8
2017-01-16
stubs: merge all monitor stubs in one file, remove monitor_cur_is_qmp stub
Paolo Bonzini
4
-20
/
+7
2017-01-16
smbios: filter based on CONFIG_SMBIOS rather than TARGET
Leif Lindholm
8
-13
/
+38
2017-01-16
qom: Make all interface types abstract
Eduardo Habkost
2
-3
/
+63
2017-01-16
megasas: fix guest-triggered memory leak
Paolo Bonzini
1
-5
/
+6
2017-01-16
bugfix: vm halt when in reset looping
hangaohuai
1
-0
/
+12
2017-01-16
Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-2.9-pull-request' ...
Peter Maydell
5
-10
/
+636
2017-01-16
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170113' into staging
Peter Maydell
3
-35
/
+35
2017-01-14
target-m68k: increment/decrement with SP
Laurent Vivier
1
-2
/
+12
2017-01-14
target-m68k: CAS doesn't need aligned access
Laurent Vivier
1
-1
/
+0
2017-01-14
target-m68k: manage pre-dec et post-inc in CAS
Laurent Vivier
1
-0
/
+9
2017-01-14
target-m68k: fix gen_flush_flags()
Laurent Vivier
1
-1
/
+2
2017-01-14
target-m68k: fix bit operation with immediate value
Laurent Vivier
1
-3
/
+10
2017-01-14
m68k: Remove PCI and USB from config file
Thomas Huth
1
-2
/
+0
2017-01-14
target-m68k: Implement bfffo
Richard Henderson
3
-1
/
+62
2017-01-14
target-m68k: Implement bitfield ops for memory
Richard Henderson
4
-2
/
+333
2017-01-14
target-m68k: Implement bitfield ops for registers
Richard Henderson
1
-0
/
+210
2017-01-13
tcg/aarch64: Fix tcg_out_movi
Richard Henderson
1
-33
/
+24
2017-01-13
tcg/aarch64: Fix addsub2 for 0+C
Richard Henderson
1
-0
/
+9
2017-01-13
target/arm: Fix ubfx et al for aarch64
Richard Henderson
1
-1
/
+1
2017-01-13
tcg/s390: Fix merge error with facilities
Richard Henderson
1
-1
/
+1
2017-01-13
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...
Peter Maydell
16
-106
/
+87
2017-01-13
Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20170112-1' in...
Peter Maydell
1
-1
/
+23
2017-01-13
sdl2: fix build failure on windows
Gerd Hoffmann
1
-0
/
+6
2017-01-12
Merge remote-tracking branch 'remotes/bkoppelmann/tags/pull-tricore-2017-01-1...
Peter Maydell
4
-1
/
+188
2017-01-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20170111-1' into s...
Peter Maydell
3
-5
/
+26
2017-01-12
qmp: Report QOM type name on query-cpu-definitions
Eduardo Habkost
5
-1
/
+8
2017-01-12
numa: make -numa parser dynamically allocate CPUs masks
Igor Mammedov
4
-20
/
+15
2017-01-12
target/i386: Fix bad patch application to translate.c
Doug Evans
1
-5
/
+5
2017-01-12
monitor: fix qmp/hmp query-memdev not reporting IDs of memory backends
Igor Mammedov
7
-4
/
+41
2017-01-12
monitor: reuse user_creatable_add_opts() instead of user_creatable_add()
Igor Mammedov
3
-75
/
+18
2017-01-12
Merge remote-tracking branch 'remotes/kraxel/tags/pull-audio-20170111-1' into...
Peter Maydell
4
-21
/
+53
2017-01-12
qom: remove unused header
Igor Mammedov
1
-1
/
+0
2017-01-12
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20170110' into staging
Peter Maydell
82
-1111
/
+2603
2017-01-12
libqtest: handle zero length memwrite/memread
Greg Kurz
2
-1
/
+13
2017-01-12
travis: add Trusty with clang stable build
Alex Bennée
1
-0
/
+20
2017-01-12
travis: trim out most clang builds
Daniel P. Berrange
1
-1
/
+3
2017-01-11
target-tricore: Add updfl instruction
Bastian Koppelmann
3
-0
/
+18
2017-01-11
target-tricore: Added new JNE instruction variant
Peer Adelt
2
-0
/
+20
2017-01-11
target-tricore: Added new MOV instruction variant
Peer Adelt
2
-0
/
+17
2017-01-11
target-tricore: Added MADD.F and MSUB.F instructions
Bastian Koppelmann
3
-1
/
+102
2017-01-11
target-tricore: Added FTOUZ instruction
Bastian Koppelmann
3
-0
/
+31
[next]