summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-03-04loader: Add load_image_mr() to load ROM image to a MemoryRegionPeter Maydell2-6/+47
2016-03-04hw/arm/virt: Provide a secure-only RAM if booting in Secure modePeter Maydell2-0/+24
2016-03-04sdhci: Implement DeviceClass resetPeter Maydell1-4/+17
2016-03-04sd.c: Handle NULL block backend in sd_get_inserted()Peter Maydell1-1/+1
2016-03-04virt: Lift the maximum RAM limit from 30GB to 255GBPeter Maydell1-2/+19
2016-03-04target-arm: Correct handling of writes to CPSR mode bits from gdb in usermodePeter Maydell1-2/+9
2016-03-03Merge remote-tracking branch 'remotes/amit-virtio-rng/tags/rng-for-2.6-1' int...Peter Maydell6-104/+95
2016-03-03virtio-rng: ask for more data if queue is not fully drainedLadi Prosek1-0/+7
2016-03-03rng: add request queue support to rng-randomLadi Prosek4-41/+34
2016-03-03rng: move request queue cleanup from RngEgd to RngBackendLadi Prosek3-24/+45
2016-03-03rng: move request queue from RngEgd to RngBackendLadi Prosek2-19/+20
2016-03-03rng: remove the unused request cancellation codeLadi Prosek3-32/+0
2016-03-03MAINTAINERS: Add an entry for the include/sysemu/rng*.h filesThomas Huth1-0/+1
2016-03-01Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell39-113/+339
2016-03-01trace: Add a proper API to manage auto-generated events from the 'tcg' propertyLluís Vilanova1-3/+10
2016-03-01trace: Add 'vcpu' event property to trace guest vCPULluís Vilanova11-32/+189
2016-03-01typedefs: Add CPUStateLluís Vilanova3-3/+2
2016-03-01trace: Add helper function to cast event argumentsLluís Vilanova1-0/+4
2016-03-01tcg: Move definition of type TCGvLluís Vilanova2-2/+7
2016-03-01tcg: Add type for vCPU pointersLluís Vilanova20-20/+22
2016-03-01trace: Remove unnecessary intermediate event copiesLluís Vilanova3-7/+6
2016-03-01trace: Extend API to manage event argumentsLluís Vilanova1-2/+13
2016-03-01vl: fix tracing initializationDenis V. Lunev1-4/+3
2016-03-01trace: use addresses instead of offsets in memory tracepointsHollis Blanchard2-14/+34
2016-03-01trace: split subpage MMIOs into their own trace events.Hollis Blanchard2-8/+34
2016-03-01trace: docs: "simple" backend does support stringsHollis Blanchard1-3/+0
2016-03-01trace: drop trailing empty stringsGreg Kurz1-32/+32
2016-03-01Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20160301' into stagingPeter Maydell23-240/+246
2016-03-01Merge remote-tracking branch 'remotes/kraxel/tags/pull-seabios-20160301-1' in...Peter Maydell9-0/+0
2016-03-01s390x/css: only suspend when enabled by orbCornelia Huck1-3/+8
2016-03-01MAINTAINERS: Remove entry for hw/s390x/s390-virtio-bus.[ch]Thomas Huth1-1/+0
2016-03-01MAINTAINERS: Remove the old s390-virtio machineThomas Huth1-6/+0
2016-03-01s390x/pci: use PCI_MSIX_FLAGS on retrieving the MSIX entriesWei Yang1-1/+1
2016-03-01s390x/css: Use static initialization for channel_subsys fieldsEduardo Habkost1-14/+11