aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-07i.MX: Add the i.MX25 PDK platformJean-Christophe Dubois2-1/+160
2015-09-07i.MX: Add SOC support for i.MX25Jean-Christophe Dubois4-0/+509
2015-09-07i.MX: Add FEC Ethernet EmulatorJean-Christophe Dubois4-0/+824
2015-09-07i.MX: Add I2C controller emulatorJean-Christophe Dubois4-0/+424
2015-09-07i.MX: KZM: use standalone i.MX31 SOC supportJean-Christophe Dubois5-186/+102
2015-09-07i.MX: Add SOC support for i.MX31Jean-Christophe Dubois4-1/+318
2015-09-07target-arm: Fix arm_excp_unmasked() functionSergey Sorokin1-3/+3
2015-09-07hw/arm/virt: Add high MMIO PCI region, 512G in sizePavel Fedin4-9/+76
2015-09-07target-arm: Fix AArch32:AArch64 general-purpose register mappingSergey Sorokin1-32/+32
2015-09-07arm: Remove hw_error() usages.Peter Crosthwaite2-3/+3
2015-09-07arm: cpu: assert() on no-EL2 virt IRQ error condition.Peter Crosthwaite1-4/+1
2015-09-07smbios: implement smbios support for mach-virtWei Huang3-1/+28
2015-09-07smbios: add smbios 3.0 supportWei Huang5-42/+116
2015-09-07target-arm: Wire up HLT 0xf000 as the A64 semihosting instructionPeter Maydell5-2/+34
2015-09-07target-arm/arm-semi.c: SYS_EXIT on A64 takes a parameter blockPeter Maydell1-3/+18
2015-09-07target-arm/arm-semi.c: Implement A64 specific SyncCacheRange callPeter Maydell1-0/+10
2015-09-07target-arm/arm-semi.c: Support widening APIs to 64 bitsPeter Maydell2-13/+58
2015-09-07include/exec/softmmu-semi.h: Add support for 64-bit valuesPeter Maydell1-0/+18
2015-09-07target-arm/arm-semi.c: Factor out repeated 'return env->regs[0]'Peter Maydell1-32/+47
2015-09-07gdbstub: Implement gdb_do_syscallv()Peter Maydell2-4/+37
2015-09-07target-arm: Improve semihosting debug printsChristopher Covington1-3/+9
2015-09-07target-arm/arm-semi.c: Fix broken SYS_WRITE0 via gdbPeter Maydell1-1/+1
2015-09-07arm: Use g_new() & friends where that makes obvious senseMarkus Armbruster17-65/+38
2015-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2015-09-04' in...Peter Maydell5-0/+58
2015-09-04Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2015-09-04' into ...Peter Maydell82-267/+316
2015-09-04qapi: Generators crash when --output-dir isn't given, fixMarkus Armbruster1-5/+6
2015-09-04docs/qapi-code-gen.txt: Fix QAPI schema examplesMarkus Armbruster1-3/+2
2015-09-04qapi: Simplify error reporting for array typesMarkus Armbruster3-6/+4
2015-09-04qapi: Fix errors for non-string, non-dictionary membersMarkus Armbruster7-10/+9
2015-09-04tests/qapi-schema: Cover non-string, non-dictionary membersMarkus Armbruster13-0/+17
2015-09-04tests/qapi-schema: Cover two more syntax errorsMarkus Armbruster9-0/+9
2015-09-04qapi: Drop one of two "simple union must not have base" checksMarkus Armbruster2-9/+1
2015-09-04qapi: Generated code cleanupMarkus Armbruster5-44/+39
2015-09-04qapi-commands: Drop useless initializationMarkus Armbruster2-7/+3
2015-09-04qapi-commands: Don't feed output of mcgen() to mcgen() againMarkus Armbruster1-31/+21
2015-09-04qapi-commands: Inline gen_marshal_output_call()Markus Armbruster1-8/+4
2015-09-04qapi-commands: Fix gen_err_check(e) for e and e != 'local_err'Markus Armbruster1-6/+7
2015-09-04qapi: Command returning anonymous type doesn't work, outlawMarkus Armbruster11-20/+16
2015-09-04qapi: Fix to reject union command and event argumentsMarkus Armbruster6-12/+8
2015-09-04qapi-tests: New tests for union, alternate command argumentsMarkus Armbruster9-1/+16
2015-09-04tests/qapi-schema: Rename tests from data- to args-Markus Armbruster32-9/+9
2015-09-04tests/qapi-schema: Restore test case for flat union base bugMarkus Armbruster2-6/+7
2015-09-04qapi: Document flaws in checking of namesMarkus Armbruster1-0/+4
2015-09-04qapi: Document shortcoming with union 'data' branchEric Blake1-0/+8
2015-09-04qapi: Document that input visitor semantics are prone to leaksEric Blake2-0/+6
2015-09-04tests/qapi-schema: Document events with base don't workMarkus Armbruster1-0/+3
2015-09-04tests/qapi-schema: Document alternate's enum lacks visit functionMarkus Armbruster1-0/+1
2015-09-04qapi-visit: Fix two name arguments passed to visitorsMarkus Armbruster1-6/+6
2015-09-04qapi-visit: Replace list implicit_structs by setMarkus Armbruster1-4/+3
2015-09-04qapi-visit: Fix generated code when schema has forward refsMarkus Armbruster3-19/+36