summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-2634-152/+87Star
* pci: Permit incremental conversion of device models to realizeMarkus Armbruster2015-02-262-6/+21
* pci: Convert core to realizeMarkus Armbruster2015-02-261-44/+49
* acpi: drop min-bytes in build_package()Igor Mammedov2015-02-263-19/+12Star
* acpi: add build_append_namestring() helperIgor Mammedov2015-02-263-30/+105
* acpi: move generic aml building helpers into dedictated fileIgor Mammedov2015-02-264-160/+213
* bios linker: validate pointer within tableMichael S. Tsirkin2015-02-261-1/+3
* acpi-build: fix memory leak with bridge hp offMichael S. Tsirkin2015-02-261-0/+3
* 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/+0Star
| * 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/+8Star
| * 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/+7Star
| * 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/+5Star
| * s390x/ioinst: Rework memory access in MSCH instructionThomas Huth2015-02-181-13/+7Star
| * 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/+15Star
| * 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/+1Star
| * 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/+15Star
| * 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/+47Star
| * s390x/mmu: Fix the check for the real-space designation bitThomas Huth2015-02-181-7/+6Star
| * 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/+122Star
|\ \
| * | qemu-char: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster2015-02-181-2/+1Star
| * | qemu-img: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster2015-02-181-2/+1Star
| * | vl: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster2015-02-181-4/+2Star
| * | tpm: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster2015-02-181-4/+2Star
| * | numa: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster2015-02-181-5/+3Star
| * | net: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster2015-02-181-6/+3Star
| * | monitor: Avoid qerror_report_err() outside QMP command handlersMarkus Armbruster2015-02-181-2/+1Star
| * | monitor: Clean up around monitor_handle_fd_param()Markus Armbruster2015-02-186-24/+16Star
| * | error: Use error_report_err() where appropriateMarkus Armbruster2015-02-1831-127/+79Star
| * | error: New convenience function error_report_err()Markus Armbruster2015-02-182-0/+11
| * | vhost-scsi: Improve error reporting for invalid vhostfdMarkus Armbruster2015-02-181-2/+4
| |/