summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* qapi-visit: Expose visit_type_FOO_members()Eric Blake2019-11-291-26/+7
* qapi: Rename 'fields' to 'members' in generated C codeEric Blake2019-11-292-7/+7
* qapi: Rename 'fields' to 'members' in generatorEric Blake2019-11-296-33/+33
* qapi-dealloc: Reduce use outside of generated codeEric Blake2019-11-294-48/+13
* qmp-shell: fix pretty printing of JSON responsesDaniel P. Berrange2019-11-291-13/+10
* target-arm: Only trap SRS from S-EL1 if specified mode is MONRalf-Philipp Weinmann2019-11-291-1/+2
* hw/intc/arm_gic.c: Implement GICv2 GICC_DIRPeter Maydell2019-11-293-3/+46
* arm: boot: Support big-endian elfsPeter Crosthwaite2019-11-292-10/+92
* loader: Add data swap option to load-elfPeter Crosthwaite2019-11-2934-46/+81
* loader: load_elf(): Add doc commentPeter Crosthwaite2019-11-291-0/+23
* loader: add API to load elf headerPeter Crosthwaite2019-11-292-0/+68
* target-arm: implement BE32 mode in system emulationPaolo Bonzini2019-11-292-18/+73
* target-arm: implement setendPaolo Bonzini2019-11-293-8/+12
* target-arm: introduce tbflag for endiannessPeter Crosthwaite2019-11-293-2/+9
* target-arm: a64: Add endianness supportPeter Crosthwaite2019-11-291-19/+30
* target-arm: introduce disas flag for endiannessPaolo Bonzini2019-11-293-15/+26
* target-arm: pass DisasContext to gen_aa32_ld*/st*Paolo Bonzini2019-11-291-128/+142
* target-arm: implement SCTLR.EEPeter Crosthwaite2019-11-291-2/+21
* linux-user: arm: handle CPSR.E correctly in strex emulationPaolo Bonzini2019-11-292-7/+54
* linux-user: arm: set CPSR.E/SCTLR.E0E correctly for BE modePeter Crosthwaite2019-11-291-1/+2
* arm: cpu: handle BE32 user-mode as BEPeter Crosthwaite2019-11-291-1/+16
* target-arm: cpu: Move cpu_is_big_endian to headerPeter Crosthwaite2019-11-292-16/+22
* target-arm: implement SCTLR.B, drop bswap_codePaolo Bonzini2019-11-298-32/+67
* linux-user: arm: pass env to get_user_code_*Paolo Bonzini2019-11-291-11/+9
* linux-user: arm: fix coding style for some linux-user signal functionsPaolo Bonzini2019-11-291-54/+56
* bcm2835_mbox/property: replace ldl_phys/stl_phys with endian-specific accessesAndrew Baumann2019-11-292-22/+22
* hw/arm/virt: Assume EL3 boot rom will handle PSCI if one is providedPeter Maydell2019-11-291-7/+25
* hw/arm/virt: Make first flash device Secure-only if booting securePeter Maydell2019-11-291-14/+49
* hw/arm/virt: Load bios image to MemoryRegion, not physaddrPeter Maydell2019-11-291-19/+20
* loader: Add load_image_mr() to load ROM image to a MemoryRegionPeter Maydell2019-11-292-6/+47
* hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell2019-11-292-0/+24
* sdhci: Implement DeviceClass resetPeter Maydell2019-11-291-4/+17
* sd.c: Handle NULL block backend in sd_get_inserted()Peter Maydell2019-11-291-1/+1
* virt: Lift the maximum RAM limit from 30GB to 255GBPeter Maydell2019-11-291-2/+19
* target-arm: Correct handling of writes to CPSR mode bits from gdb in usermodePeter Maydell2019-11-291-2/+9
* virtio-rng: ask for more data if queue is not fully drainedLadi Prosek2019-11-291-0/+7
* rng: add request queue support to rng-randomLadi Prosek2019-11-294-41/+34
* rng: move request queue cleanup from RngEgd to RngBackendLadi Prosek2019-11-293-24/+45
* rng: move request queue from RngEgd to RngBackendLadi Prosek2019-11-292-19/+20
* rng: remove the unused request cancellation codeLadi Prosek2019-11-293-32/+0
* MAINTAINERS: Add an entry for the include/sysemu/rng*.h filesThomas Huth2019-11-291-0/+1
* trace: Add a proper API to manage auto-generated events from the 'tcg' propertyLluís Vilanova2019-11-291-3/+10
* trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova2019-11-2911-32/+189
* typedefs: Add CPUStateLluís Vilanova2019-11-293-3/+2
* trace: Add helper function to cast event argumentsLluís Vilanova2019-11-291-0/+4
* tcg: Move definition of type TCGvLluís Vilanova2019-11-292-2/+7
* tcg: Add type for vCPU pointersLluís Vilanova2019-11-2920-20/+22
* trace: Remove unnecessary intermediate event copiesLluís Vilanova2019-11-293-7/+6
* trace: Extend API to manage event argumentsLluís Vilanova2019-11-291-2/+13
* vl: fix tracing initializationDenis V. Lunev2019-11-291-4/+3
OpenPOWER on IntegriCloud