summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ide/isa: Replace unchecked qdev_init() by qdev_init_nofail()Markus Armbruster2015-02-241-3/+1
| * | | | qdev: Improve qdev_init_nofail()'s error reportingMarkus Armbruster2015-02-161-3/+8
| * | | | qom: Fix typo, 'my_class_init' -> 'derived_class_init'Zhoujian2015-02-161-1/+1
| * | | | qdev: Avoid type assertion in qdev_build_hotpluggable_device_list()Jun Li2015-02-161-1/+6
* | | | | Merge remote-tracking branch 'remotes/ehabkost/tags/numa-pull-request' into s...Peter Maydell2015-03-028-41/+47
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | numa: Rename set_numa_modes() to numa_post_machine_init()Eduardo Habkost2015-02-233-3/+3
| * | | | numa: Rename option parsing functionsEduardo Habkost2015-02-233-5/+5
| * | | | numa: Move QemuOpts parsing to set_numa_nodes()Eduardo Habkost2015-02-233-7/+8
| * | | | numa: Make max_numa_nodeid staticEduardo Habkost2015-02-232-4/+3
| * | | | numa: Move NUMA globals to numa.cEduardo Habkost2015-02-232-4/+3
| * | | | vl.c: Remove unnecessary zero-initialization of NUMA globalsEduardo Habkost2015-02-231-8/+0
| * | | | numa: Move NUMA declarations from sysemu.h to numa.hEduardo Habkost2015-02-238-19/+34
| |/ / /
* | | | Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into stagingPeter Maydell2015-02-264-9/+13
|\ \ \ \
| * | | | qapi-types: add C99 index names to arraysMichael S. Tsirkin2015-02-231-4/+7
| * | | | monitor: Fix missing err = NULL in client_migrate_info()Gonglei2015-02-231-1/+2
| * | | | balloon: Fix typoEric Blake2015-02-231-3/+3
| * | | | hmp: Fix warning from smatch (wrong argument in function call)Stefan Weil2015-02-231-1/+1
| |/ / /
* | | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-roms-20150219-1' into ...Peter Maydell2015-02-269-0/+1
|\ \ \ \
| * | | | seabios: update to 1.8.0 releaseGerd Hoffmann2015-02-199-0/+1
| |/ / /
* | | | Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20150218' into s...Peter Maydell2015-02-2616-554/+921
|\ \ \ \ | |_|_|/ |/| | |
| * | | s390x/helper: Remove s390_cpu_physical_memory_mapThomas Huth2015-02-182-29/+0
| * | | s390x/pci: Rework memory access in zpci instructionFrank Blaschka2015-02-181-9/+28
| * | | s390x/ioinst: Rework memory access in TPI instructionThomas Huth2015-02-182-13/+8
| * | | s390x/ioinst: Rework memory access in CHSC instructionThomas Huth2015-02-181-9/+13
| * | | s390x/ioinst: Rework memory access in STCRW instructionThomas Huth2015-02-183-11/+30
| * | | s390x/ioinst: Rework memory access in TSCH instructionThomas Huth2015-02-183-30/+44
| * | | s390x/ioinst: Set condition code in ioinst_handle_tsch() handlerThomas Huth2015-02-183-12/+7
| * | | s390x/ioinst: Rework memory access in STSCH instructionThomas Huth2015-02-181-14/+22
| * | | s390x/ioinst: Rework memory access in SSCH instructionThomas Huth2015-02-181-11/+5
| * | | s390x/ioinst: Rework memory access in MSCH instructionThomas Huth2015-02-181-13/+7
| * | | s390x/css: Make schib parameter of css_do_msch constThomas Huth2015-02-182-2/+2
| * | | s390x/mmu: Add function for accessing guest memoryThomas Huth2015-02-182-0/+113
| * | | s390x/kvm: Add function for injecting pgm access exceptionsThomas Huth2015-02-183-6/+33
| * | | s390x/mmu: Clean up mmu_translate_asc()Thomas Huth2015-02-181-24/+15
| * | | s390x/mmu: Check bit 52 in page table entryThomas Huth2015-02-182-1/+5
| * | | s390x/mmu: Renaming related to the ASCE confusionThomas Huth2015-02-181-6/+6
| * | | s390x/mmu: Add support for read-only regionsThomas Huth2015-02-182-3/+5
| * | | s390x/mmu: Fix the exception codes for illegal table entriesThomas Huth2015-02-181-2/+1
| * | | s390x/mmu: Fix exception types when checking the ASCEsThomas Huth2015-02-181-3/+3
| * | | s390x/mmu: Fix translation exception code in lowcoreThomas Huth2015-02-181-33/+15
| * | | s390x/mmu: Skip exceptions properly when translating addresses for debugThomas Huth2015-02-184-40/+59
| * | | s390x/mmu: Check table length and offset fieldsThomas Huth2015-02-182-0/+30
| * | | s390x/mmu: Fix the handling of the table levelsThomas Huth2015-02-181-68/+47
| * | | s390x/mmu: Fix the check for the real-space designation bitThomas Huth2015-02-181-7/+6
| * | | s390x/mmu: Move mmu_translate() and friends to separate fileThomas Huth2015-02-184-323/+359
| * | | s390x/ipl: make s390x ipl device aware of migrationFan Zhang2015-02-131-0/+28
| * | | s390x/ipl: drop reipl parameters on resetsFan Zhang2015-02-133-1/+18
| * | | s390x/ipl: support diagnose 308 subcodes 5 and 6Fan Zhang2015-02-134-17/+129
| * | | s390x/ipl: always load the bios for ccw machineFan Zhang2015-02-134-50/+66
| |/ /
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-02-18' into...Peter Maydell2015-02-2640-177/+122
|\ \ \
OpenPOWER on IntegriCloud