summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-07doc/memory.txt: correct description of MemoryRegionOps fieldsPeter Maydell1-3/+4
2016-03-07doc/memory.txt: correct a logic errorxiaoqiang zhao1-2/+2
2016-03-07icount: possible options for sleep are on or offPranith Kumar2-5/+5
2016-03-07exec: Introduce AddressSpaceDispatch.mru_sectionFam Zheng1-2/+14
2016-03-07exec: Factor out section_covers_addrFam Zheng1-3/+12
2016-03-07exec: Pass RAMBlock pointer to qemu_ram_freeFam Zheng3-17/+10
2016-03-07memory: Drop MemoryRegion.ram_addrFam Zheng7-53/+40
2016-03-07memory: Implement memory_region_get_ram_addr with mr->ram_blockFam Zheng2-7/+6
2016-03-07memory: Move assignment to ram_block to memory_region_init_*Fam Zheng2-1/+5
2016-03-07exec: Return RAMBlock pointer from allocating functionsFam Zheng3-45/+53
2016-03-07i8257: fix Terminal Count statusHervé Poussineau1-0/+4
2016-03-07log: do not log if QEMU is daemonized but without -DPaolo Bonzini1-2/+5
2016-03-06Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2016-03-04' into ...Peter Maydell35-550/+552
2016-03-05qapi: Drop useless 'data' member of unionsEric Blake6-27/+0
2016-03-05chardev: Drop useless ChardevDummy typeEric Blake4-15/+12
2016-03-05qapi: Avoid use of 'data' member of QAPI unionsEric Blake2-15/+18
2016-03-05ui: Shorten references into InputEventEric Blake7-89/+129
2016-03-05util: Shorten references into SocketAddressEric Blake6-68/+88
2016-03-05chardev: Shorten references into ChardevBackendEric Blake1-56/+66
2016-03-05qapi: Update docs to match recent generator changesEric Blake2-164/+180
2016-03-05qapi-visit: Expose visit_type_FOO_members()Eric Blake1-26/+7
2016-03-05qapi: Rename 'fields' to 'members' in generated C codeEric Blake2-7/+7
2016-03-05qapi: Rename 'fields' to 'members' in generatorEric Blake6-33/+33
2016-03-04qapi-dealloc: Reduce use outside of generated codeEric Blake4-48/+13
2016-03-04qmp-shell: fix pretty printing of JSON responsesDaniel P. Berrange1-13/+10
2016-03-04Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160304'...Peter Maydell55-431/+1064
2016-03-04target-arm: Only trap SRS from S-EL1 if specified mode is MONRalf-Philipp Weinmann1-1/+2
2016-03-04hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell3-3/+46
2016-03-04arm: boot: Support big-endian elfsPeter Crosthwaite2-10/+92
2016-03-04loader: Add data swap option to load-elfPeter Crosthwaite34-46/+81
2016-03-04loader: load_elf(): Add doc commentPeter Crosthwaite1-0/+23
2016-03-04loader: add API to load elf headerPeter Crosthwaite2-0/+68
2016-03-04target-arm: implement BE32 mode in system emulationPaolo Bonzini2-18/+73
2016-03-04target-arm: implement setendPaolo Bonzini3-8/+12
2016-03-04target-arm: introduce tbflag for endiannessPeter Crosthwaite3-2/+9
2016-03-04target-arm: a64: Add endianness supportPeter Crosthwaite1-19/+30
2016-03-04target-arm: introduce disas flag for endiannessPaolo Bonzini3-15/+26
2016-03-04target-arm: pass DisasContext to gen_aa32_ld*/st*Paolo Bonzini1-128/+142
2016-03-04target-arm: implement SCTLR.EEPeter Crosthwaite1-2/+21
2016-03-04linux-user: arm: handle CPSR.E correctly in strex emulationPaolo Bonzini2-7/+54
2016-03-04linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE modePeter Crosthwaite1-1/+2
2016-03-04arm: cpu: handle BE32 user-mode as BEPeter Crosthwaite1-1/+16
2016-03-04target-arm: cpu: Move cpu_is_big_endian to headerPeter Crosthwaite2-16/+22
2016-03-04target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini8-32/+67
2016-03-04linux-user: arm: pass env to get_user_code_*Paolo Bonzini1-11/+9
2016-03-04linux-user: arm: fix coding style for some linux-user signal functionsPaolo Bonzini1-54/+56
2016-03-04bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accessesAndrew Baumann2-22/+22
2016-03-04hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is providedPeter Maydell1-7/+25
2016-03-04hw/arm/virt: Make first flash device Secure-only if booting securePeter Maydell1-14/+49
2016-03-04hw/arm/virt: Load bios image to MemoryRegion, not physaddrPeter Maydell1-19/+20