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-09-07
i.MX: Add the i.MX25 PDK platform
Jean-Christophe Dubois
2
-1
/
+160
2015-09-07
i.MX: Add SOC support for i.MX25
Jean-Christophe Dubois
4
-0
/
+509
2015-09-07
i.MX: Add FEC Ethernet Emulator
Jean-Christophe Dubois
4
-0
/
+824
2015-09-07
i.MX: Add I2C controller emulator
Jean-Christophe Dubois
4
-0
/
+424
2015-09-07
i.MX: KZM: use standalone i.MX31 SOC support
Jean-Christophe Dubois
5
-186
/
+102
2015-09-07
i.MX: Add SOC support for i.MX31
Jean-Christophe Dubois
4
-1
/
+318
2015-09-07
target-arm: Fix arm_excp_unmasked() function
Sergey Sorokin
1
-3
/
+3
2015-09-07
hw/arm/virt: Add high MMIO PCI region, 512G in size
Pavel Fedin
4
-9
/
+76
2015-09-07
target-arm: Fix AArch32:AArch64 general-purpose register mapping
Sergey Sorokin
1
-32
/
+32
2015-09-07
arm: Remove hw_error() usages.
Peter Crosthwaite
2
-3
/
+3
2015-09-07
arm: cpu: assert() on no-EL2 virt IRQ error condition.
Peter Crosthwaite
1
-4
/
+1
2015-09-07
smbios: implement smbios support for mach-virt
Wei Huang
3
-1
/
+28
2015-09-07
smbios: add smbios 3.0 support
Wei Huang
5
-42
/
+116
2015-09-07
target-arm: Wire up HLT 0xf000 as the A64 semihosting instruction
Peter Maydell
5
-2
/
+34
2015-09-07
target-arm/arm-semi.c: SYS_EXIT on A64 takes a parameter block
Peter Maydell
1
-3
/
+18
2015-09-07
target-arm/arm-semi.c: Implement A64 specific SyncCacheRange call
Peter Maydell
1
-0
/
+10
2015-09-07
target-arm/arm-semi.c: Support widening APIs to 64 bits
Peter Maydell
2
-13
/
+58
2015-09-07
include/exec/softmmu-semi.h: Add support for 64-bit values
Peter Maydell
1
-0
/
+18
2015-09-07
target-arm/arm-semi.c: Factor out repeated 'return env->regs[0]'
Peter Maydell
1
-32
/
+47
2015-09-07
gdbstub: Implement gdb_do_syscallv()
Peter Maydell
2
-4
/
+37
2015-09-07
target-arm: Improve semihosting debug prints
Christopher Covington
1
-3
/
+9
2015-09-07
target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdb
Peter Maydell
1
-1
/
+1
2015-09-07
arm: Use g_new() & friends where that makes obvious sense
Markus Armbruster
17
-65
/
+38
2015-09-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-09-04' in...
Peter Maydell
5
-0
/
+58
2015-09-04
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-09-04' into ...
Peter Maydell
82
-267
/
+316
2015-09-04
qapi: Generators crash when --output-dir isn't given, fix
Markus Armbruster
1
-5
/
+6
2015-09-04
docs/qapi-code-gen.txt: Fix QAPI schema examples
Markus Armbruster
1
-3
/
+2
2015-09-04
qapi: Simplify error reporting for array types
Markus Armbruster
3
-6
/
+4
2015-09-04
qapi: Fix errors for non-string, non-dictionary members
Markus Armbruster
7
-10
/
+9
2015-09-04
tests/qapi-schema: Cover non-string, non-dictionary members
Markus Armbruster
13
-0
/
+17
2015-09-04
tests/qapi-schema: Cover two more syntax errors
Markus Armbruster
9
-0
/
+9
2015-09-04
qapi: Drop one of two "simple union must not have base" checks
Markus Armbruster
2
-9
/
+1
2015-09-04
qapi: Generated code cleanup
Markus Armbruster
5
-44
/
+39
2015-09-04
qapi-commands: Drop useless initialization
Markus Armbruster
2
-7
/
+3
2015-09-04
qapi-commands: Don't feed output of mcgen() to mcgen() again
Markus Armbruster
1
-31
/
+21
2015-09-04
qapi-commands: Inline gen_marshal_output_call()
Markus Armbruster
1
-8
/
+4
2015-09-04
qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'
Markus Armbruster
1
-6
/
+7
2015-09-04
qapi: Command returning anonymous type doesn't work, outlaw
Markus Armbruster
11
-20
/
+16
2015-09-04
qapi: Fix to reject union command and event arguments
Markus Armbruster
6
-12
/
+8
2015-09-04
qapi-tests: New tests for union, alternate command arguments
Markus Armbruster
9
-1
/
+16
2015-09-04
tests/qapi-schema: Rename tests from data- to args-
Markus Armbruster
32
-9
/
+9
2015-09-04
tests/qapi-schema: Restore test case for flat union base bug
Markus Armbruster
2
-6
/
+7
2015-09-04
qapi: Document flaws in checking of names
Markus Armbruster
1
-0
/
+4
2015-09-04
qapi: Document shortcoming with union 'data' branch
Eric Blake
1
-0
/
+8
2015-09-04
qapi: Document that input visitor semantics are prone to leaks
Eric Blake
2
-0
/
+6
2015-09-04
tests/qapi-schema: Document events with base don't work
Markus Armbruster
1
-0
/
+3
2015-09-04
tests/qapi-schema: Document alternate's enum lacks visit function
Markus Armbruster
1
-0
/
+1
2015-09-04
qapi-visit: Fix two name arguments passed to visitors
Markus Armbruster
1
-6
/
+6
2015-09-04
qapi-visit: Replace list implicit_structs by set
Markus Armbruster
1
-4
/
+3
2015-09-04
qapi-visit: Fix generated code when schema has forward refs
Markus Armbruster
3
-19
/
+36
[next]