Age | Commit message (Expand) | Author | Files | Lines |
2017-10-30 | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ... | Peter Maydell | 59 | -689/+397 |
2017-10-28 | Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2017-10-26-tag' in... | Peter Maydell | 6 | -8/+217 |
2017-10-27 | x86: Skip check apic_id_limit for Xen | Lan Tianyu | 1 | -1/+1 |
2017-10-27 | numa: fixup parsed NumaNodeOptions earlier | Igor Mammedov | 1 | -9/+10 |
2017-10-27 | mips: r4k: replace cpu_model with cpu_type | Igor Mammedov | 1 | -9/+7 |
2017-10-27 | mips: mipssim: replace cpu_model with cpu_type | Igor Mammedov | 1 | -9/+6 |
2017-10-27 | mips: Magnum/Acer Pica 61: replace cpu_model with cpu_type | Igor Mammedov | 1 | -5/+3 |
2017-10-27 | mips: fulong2e: replace cpu_model with cpu_type | Igor Mammedov | 1 | -5/+2 |
2017-10-27 | mips: malta/boston: replace cpu_model with cpu_type | Igor Mammedov | 8 | -56/+36 |
2017-10-27 | mips: use object_new() instead of gnew()+object_initialize() | Igor Mammedov | 2 | -4/+2 |
2017-10-27 | sparc: leon3: use generic cpu_model parsing | Igor Mammedov | 1 | -6/+2 |
2017-10-27 | sparc: sparc: use generic cpu_model parsing | Igor Mammedov | 1 | -17/+12 |
2017-10-27 | sparc: sun4u/sun4v/niagara: use generic cpu_model parsing | Igor Mammedov | 4 | -15/+8 |
2017-10-27 | sparc: cleanup cpu type name composition | Igor Mammedov | 2 | -1/+4 |
2017-10-27 | tricore: use generic cpu_model parsing | Igor Mammedov | 1 | -4/+2 |
2017-10-27 | tricore: cleanup cpu type name composition | Igor Mammedov | 2 | -48/+22 |
2017-10-27 | unicore32: use generic cpu_model parsing | Igor Mammedov | 1 | -6/+2 |
2017-10-27 | unicore32: cleanup cpu type name composition | Igor Mammedov | 2 | -41/+23 |
2017-10-27 | xtensa: lx60/lx200/ml605/kc705: use generic cpu_model parsing | Igor Mammedov | 1 | -6/+5 |
2017-10-27 | xtensa: sim: use generic cpu_model parsing | Igor Mammedov | 1 | -6/+2 |
2017-10-27 | xtensa: cleanup cpu type name composition | Igor Mammedov | 3 | -2/+6 |
2017-10-27 | sh4: remove SuperHCPUClass::name field | Igor Mammedov | 2 | -9/+3 |
2017-10-27 | sh4: simplify superh_cpu_class_by_name() | Igor Mammedov | 2 | -23/+13 |
2017-10-27 | sh4: cleanup cpu type name composition | Igor Mammedov | 3 | -41/+31 |
2017-10-27 | sh4: shix: use generic cpu_model parsing | Igor Mammedov | 1 | -5/+2 |
2017-10-27 | sh4: r2d: use generic cpu_model parsing | Igor Mammedov | 1 | -6/+2 |
2017-10-27 | openrisc: use generic cpu_model parsing | Igor Mammedov | 1 | -6/+2 |
2017-10-27 | openrisc: cleanup cpu type name composition | Igor Mammedov | 2 | -46/+26 |
2017-10-27 | moxie: use generic cpu_model parsing | Igor Mammedov | 1 | -5/+2 |
2017-10-27 | moxie: cleanup cpu type name composition | Igor Mammedov | 2 | -39/+20 |
2017-10-27 | moxie: fix qemu-system-moxie failing to start with CLI "-cpu MoxieLite" | Igor Mammedov | 2 | -2/+7 |
2017-10-27 | m68k: mcf5208: use generic cpu_model parsing | Igor Mammedov | 1 | -5/+2 |
2017-10-27 | m68k: an5206: use generic cpu_model parsing | Igor Mammedov | 1 | -5/+2 |
2017-10-27 | m68k: cleanup cpu type name composition | Igor Mammedov | 2 | -48/+30 |
2017-10-27 | lm32: lm32_boards: use generic cpu_model parsing | Igor Mammedov | 1 | -10/+4 |
2017-10-27 | lm32: milkymist: use generic cpu_model parsing | Igor Mammedov | 1 | -5/+2 |
2017-10-27 | lm32: cleanup cpu type name composition | Igor Mammedov | 2 | -52/+25 |
2017-10-27 | cris: use generic cpu_model parsing | Igor Mammedov | 1 | -5/+2 |
2017-10-27 | cris: cleanup cpu type name composition | Igor Mammedov | 2 | -54/+30 |
2017-10-27 | alpha: use generic cpu_model parsing | Igor Mammedov | 1 | -2/+2 |
2017-10-27 | alpha: cleanup cpu type name composition | Igor Mammedov | 2 | -73/+37 |
2017-10-27 | Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20171026-tag' into... | Peter Maydell | 4 | -17/+31 |
2017-10-27 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 27 | -543/+1102 |
2017-10-27 | Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging | Peter Maydell | 33 | -185/+467 |
2017-10-26 | qga-win: fix error-handling in getNameByStringSID() | Michael Roth | 1 | -4/+9 |
2017-10-26 | xen: Log errno rather than return value | Ross Lagerwall | 1 | -1/+1 |
2017-10-26 | xen: dont try setting max grants multiple times | Juergen Gross | 1 | -4/+12 |
2017-10-26 | xen: add a global indicator for grant copy being available | Juergen Gross | 3 | -12/+18 |
2017-10-26 | tcg: Avoid setting tcg_initialize if !CONFIG_TCG | Richard Henderson | 5 | -0/+10 |
2017-10-26 | Merge remote-tracking branch 'mreitz/tags/pull-block-2017-10-26' into queue-b... | Kevin Wolf | 13 | -96/+631 |