summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-19mac_world: Break long lineEduardo Habkost1-1/+2
2015-09-19machine: DEFINE_MACHINE() macroEduardo Habkost1-0/+17
2015-09-19exynos4: Declare each QEMUMachine as a separate variableEduardo Habkost1-17/+14
2015-09-19exynos4: Use MachineClass instead of exynos4_machines arrayEduardo Habkost1-1/+3
2015-09-19exynos4: Use EXYNOS4210_NCPUS instead of max_cpus on error messageEduardo Habkost1-2/+1
2015-09-19machine: Set MachineClass::name automaticallyEduardo Habkost8-18/+6
2015-09-19machine: Ensure all TYPE_MACHINE subclasses have the right suffixEduardo Habkost1-0/+9
2015-09-19mac99: Use MACHINE_TYPE_NAME to encode class nameEduardo Habkost1-1/+1
2015-09-19s390: Rename s390-ccw-virtio-2.4 class name to use MACHINE_TYPE_NAMEEduardo Habkost1-2/+2
2015-09-19s390-virtio: Rename machine class name to use MACHINE_TYPE_NAMEEduardo Habkost1-2/+3
2015-09-19pseries: Rename machine class names to use MACHINE_TYPE_NAMEEduardo Habkost1-4/+4
2015-09-19arm: Rename virt machine class to use MACHINE_TYPE_NAMEEduardo Habkost1-2/+3
2015-09-19vexpress: Rename machine classes to use MACHINE_TYPE_NAMEEduardo Habkost1-4/+6
2015-09-19vexpress: Don't set name on abstract classEduardo Habkost1-1/+0
2015-09-19machine: MACHINE_TYPE_NAME macroEduardo Habkost2-1/+7
2015-09-19qdev: Do not use slow [*] expansion for GPIO creationPavel Fedin1-6/+15
2015-09-19qom: Fix invalid error check in property_get_str()Markus Armbruster1-4/+8
2015-09-19qom: Do not reuse errp after a possible errorMarkus Armbruster1-6/+35
2015-09-18cocoa: Suppress Cocoa window with -displayRainer Müller1-0/+1
2015-09-18Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell8-119/+342
2015-09-18ahci: clean up initial d2h semanticsJohn Snow1-11/+16
2015-09-18ahci: remove cmd_fis argument from write_fis_d2hJohn Snow1-7/+4
2015-09-18ahci: fix signature generationJohn Snow1-12/+20
2015-09-18ahci: remove dead reset codeJohn Snow1-4/+1
2015-09-18atapi: abort transfers with 0 byte limitsJohn Snow3-6/+29
2015-09-18ide: fix ATAPI command permissionsJohn Snow1-15/+15
2015-09-18ide-test: add cdrom dma testJohn Snow1-18/+72
2015-09-18ide-test: add cdrom pio testJohn Snow1-0/+157
2015-09-18qtest/ahci: export generate_patternJohn Snow3-26/+27
2015-09-18qtest/ahci: use generate_pattern everywhereJohn Snow1-17/+6
2015-09-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2015-09-18' into...Peter Maydell70-152/+213
2015-09-18memory: Fix bad error handling in memory_region_init_ram_ptr()Markus Armbruster1-1/+1
2015-09-18loader: Fix memory_region_init_resizeable_ram() error handlingMarkus Armbruster1-1/+1
2015-09-18Fix bad error handling after memory_region_init_ram()Markus Armbruster62-101/+110
2015-09-18error: New error_fatalMarkus Armbruster2-13/+32
2015-09-18MAINTAINERS: Add "Error reporting" entryMarkus Armbruster1-0/+8
2015-09-18error: Copy location information in error_copy()Eric Blake1-0/+3
2015-09-18hmp: Allow for error message hints on HMPEric Blake4-35/+57
2015-09-18error: only prepend timestamp on stderrStefan Hajnoczi1-1/+1
2015-09-18Merge remote-tracking branch 'remotes/lalrae/tags/mips-20150918' into stagingPeter Maydell6-1068/+496
2015-09-18target-mips: improve exception handlingPavel Dovgaluk5-377/+425
2015-09-18target-mips: correct MTC0 instruction on MIPS64Leon Alrae1-11/+7
2015-09-18target-mips: add missing restriction in DAUI instructionLeon Alrae1-1/+3
2015-09-18target-mips: fix corner case in TLBWR causing QEMU to hangLeon Alrae1-2/+7
2015-09-18pic32: use LCG algorithm for generated random index of TLBWR instructionSerge Vakulenko1-3/+6
2015-09-18target-mips: get rid of MIPS_DEBUG_SIGN_EXTENSIONSAurelien Jarno1-39/+0
2015-09-18target-mips: get rid of MIPS_DEBUGAurelien Jarno1-605/+19
2015-09-18target-mips: Fix RDHWR on CP0.CountAlex Smith1-2/+7
2015-09-18target-mips: remove wrong checks for recip.fmt and rsqrt.fmtPetar Jovanovic1-4/+2
2015-09-18target-mips: Use tcg_gen_extrh_i64_i32Richard Henderson1-26/+22