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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
2015-10-09
libqtest: New hmp() & friends
Markus Armbruster
4
-22
/
+78
2015-10-09
libqtest: Clean up unused QTestState member sigact_old
Markus Armbruster
1
-1
/
+0
2015-10-09
tests: Fix how qom-test is run
Markus Armbruster
1
-6
/
+8
2015-10-09
macio: move DBDMA_init from instance_init to realize
Paolo Bonzini
1
-4
/
+4
2015-10-09
hw: do not pass NULL to memory_region_init from instance_init
Paolo Bonzini
7
-12
/
+12
2015-10-09
memory: allow destroying a non-empty MemoryRegion
Paolo Bonzini
1
-1
/
+16
2015-10-09
virtio-input: Fix device introspection on non-Linux hosts
Markus Armbruster
3
-9
/
+17
2015-10-09
update-linux-headers: Rename SW_MAX to SW_MAX_
Markus Armbruster
2
-2
/
+3
2015-10-09
Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...
Peter Maydell
3
-35
/
+5
2015-10-09
Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-10-0...
Peter Maydell
27
-91
/
+83
2015-10-09
trace: remove malloc tracing
Paolo Bonzini
2
-30
/
+0
2015-10-09
docs: update the usage example of "dtrace" backend in tracing.txt
Lin Ma
1
-5
/
+5
2015-10-08
tests: Unique test path for /string-visitor/output
Dr. David Alan Gilbert
1
-8
/
+8
2015-10-08
linux-user: Remove type casts to union type
Stefan Weil
1
-4
/
+4
2015-10-08
linux-user: Use g_new() & friends where that makes obvious sense
Markus Armbruster
3
-3
/
+3
2015-10-08
rocker: Use g_new() & friends where that makes obvious sense
Markus Armbruster
4
-9
/
+8
2015-10-08
.travis.yml: Run make check for all targets, not just some
David Gibson
1
-9
/
+1
2015-10-08
hw: char: Remove unnecessary variable
Shraddha Barke
1
-3
/
+1
2015-10-08
hw: timer: Remove unnecessary variable
Shraddha Barke
1
-3
/
+1
2015-10-08
qapi: add missing @
Marc-André Lureau
1
-1
/
+1
2015-10-08
MAINTAINERS: Add NSIS file for W32, W64 hosts
Stefan Weil
1
-0
/
+1
2015-10-08
target-ppc: Remove unnecessary variable
Shraddha Barke
1
-2
/
+1
2015-10-08
target-microblaze: Remove unnecessary variable
Shraddha Barke
1
-3
/
+1
2015-10-08
s/cpu_get_real_ticks/cpu_get_host_ticks/
Christopher Covington
7
-20
/
+20
2015-10-08
pc: check for underflow in load_linux
Paolo Bonzini
1
-0
/
+4
2015-10-08
pci-assign: do not include sys/io.h
Paolo Bonzini
1
-1
/
+0
2015-10-08
block/ssh: remove dead code
Paolo Bonzini
1
-4
/
+1
2015-10-08
imx_serial: Generate interrupt on tx empty if enabled
Guenter Roeck
1
-1
/
+3
2015-10-08
sdhci: Change debug prints to compile unconditionally
Sai Pavan Boddu
1
-18
/
+18
2015-10-08
sdhci: use PRIx64 for uint64_t type
Sai Pavan Boddu
1
-2
/
+5
2015-10-08
Add .dir-locals.el file to configure emacs coding style
Daniel P. Berrange
1
-0
/
+2
2015-10-08
Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20151007.0' i...
Peter Maydell
7
-116
/
+204
2015-10-08
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20151007' into staging
Peter Maydell
45
-1492
/
+964
2015-10-08
Merge remote-tracking branch 'remotes/rth/tags/pull-tile-20151007' into staging
Peter Maydell
10
-81
/
+799
2015-10-08
Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...
Peter Maydell
1
-2
/
+3
2015-10-07
tcg: Adjust CODE_GEN_AVG_BLOCK_SIZE
Richard Henderson
1
-5
/
+6
2015-10-07
tcg: Check for overflow via highwater mark
Richard Henderson
4
-16
/
+40
2015-10-07
tcg: Allocate a guard page after code_gen_buffer
Richard Henderson
1
-91
/
+119
2015-10-07
tcg: Emit prologue to the beginning of code_gen_buffer
Richard Henderson
2
-26
/
+37
2015-10-07
tcg: Remove tcg_gen_code_search_pc
Richard Henderson
2
-42
/
+19
2015-10-07
tcg: Remove gen_intermediate_code_pc
Richard Henderson
22
-736
/
+90
2015-10-07
tcg: Save insn data and use it in cpu_restore_state_from_tb
Richard Henderson
4
-55
/
+140
2015-10-07
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
22
-66
/
+79
2015-10-07
tcg: Add TCG_MAX_INSNS
Richard Henderson
20
-17
/
+95
2015-10-07
target-*: Drop cpu_gen_code define
Richard Henderson
16
-16
/
+0
2015-10-07
tcg: Merge cpu_gen_code into tb_gen_code
Richard Henderson
2
-74
/
+59
2015-10-07
target-sparc: Add npc state to insn_start
Richard Henderson
2
-1
/
+7
2015-10-07
target-sparc: Remove gen_opc_jump_pc
Richard Henderson
1
-9
/
+10
2015-10-07
target-sparc: Split out gen_branch_n
Richard Henderson
1
-27
/
+28
2015-10-07
target-sparc: Tidy gen_branch_a interface
Richard Henderson
1
-11
/
+10
[next]