aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-24target/riscv: Remove spaces from register namesRichard Henderson1-8/+8
2019-05-24target/riscv: Split gen_arith_imm into functional and tempRichard Henderson2-9/+24
2019-05-24target/riscv: Split RVC32 and RVC64 insns into separate filesRichard Henderson6-151/+67
2019-05-24target/riscv: Use pattern groups in insn16.decodeRichard Henderson3-69/+29
2019-05-24target/riscv: Merge argument decode for RVC shiftiRichard Henderson3-53/+12
2019-05-24target/riscv: Merge argument sets for insn32 and insn16Richard Henderson2-170/+58
2019-05-24target/riscv: Use --static-decode for decodetreeRichard Henderson2-7/+4
2019-05-24target/riscv: Name the argument sets for all of insn32 formatsRichard Henderson2-3/+25
2019-05-24RISC-V: fix single stepping over ret and other branching instructionsFabien Chouteau3-12/+32
2019-05-24target/riscv: Do not allow sfence.vma from user modeJonathan Behrens1-3/+4
2019-05-24SiFive RISC-V GPIO DeviceFabien Chouteau7-4/+501
2019-05-24hw/intc/nvic: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-3/+3
2019-05-24hw/arm/mps2: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé2-8/+8
2019-05-24hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-3/+3
2019-05-24hw/microblaze/zynqmp: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-3/+4
2019-05-24hw/microblaze/zynqmp: Let the SoC manage the IPI devicesPhilippe Mathieu-Daudé1-20/+16
2019-05-24hw/microblaze/zynqmp: Move the IPI state into the PMUSoC statePhilippe Mathieu-Daudé1-7/+7
2019-05-24hw/mips: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé3-16/+12
2019-05-24hw/mips: Use object_initialize() on MIPSCPSStatePhilippe Mathieu-Daudé2-22/+20
2019-05-24hw/arm: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé7-31/+21
2019-05-24hw/arm/aspeed: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé2-33/+23
2019-05-24hw/arm/bcm2835: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-33/+20
2019-05-24hw/arm/bcm2835: Use object_initialize() on PL011StatePhilippe Mathieu-Daudé2-8/+8
2019-05-24hw/arm/bcm2835: Use TYPE_PL011 instead of hardcoded stringPhilippe Mathieu-Daudé2-1/+2
2019-05-24hw/virtio: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-3/+2
2019-05-24hw/misc/macio: Use object_initialize_child for correct ref. countingPhilippe Mathieu-Daudé1-4/+4
2019-05-24hw/ppc/pnv: Use object_initialize_child for correct reference countingPhilippe Mathieu-Daudé1-8/+4
2019-05-24qom/object: Display more helpful message when an object type is missingPhilippe Mathieu-Daudé1-1/+6
2019-05-24Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-4.1-pull-re...Peter Maydell6-62/+143
2019-05-24linux-user: Pass through nanosecond timestamp components for stat syscallsChen-Yu Tsai2-18/+50
2019-05-24linux-user: Align mmap_find_vma to host page sizeRichard Henderson1-0/+2
2019-05-24linux-user: Fix shmat emulation by honoring host SHMLBARichard Henderson4-42/+50
2019-05-24Merge remote-tracking branch 'remotes/kraxel/tags/vga-20190524-pull-request' ...Peter Maydell5-21/+88
2019-05-24Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190522' into stagingPeter Maydell14-187/+619
2019-05-24Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20190523'...Peter Maydell61-121/+162
2019-05-24hw/display/ramfb: initialize fw-config space with xres/ yresHou Qiming5-6/+30
2019-05-24hw/display/ramfb: lock guest resolution after it's setHou Qiming1-4/+22
2019-05-24hw/display/ramfb: fix guest memory un-mappingHou Qiming1-13/+38
2019-05-23hw/arm/exynos4210: QOM'ify the Exynos4210 SoCPhilippe Mathieu-Daudé3-8/+36
2019-05-23hw/arm/exynos4210: Add DMA support for the Exynos4210Guenter Roeck1-0/+26
2019-05-23hw/arm/exynos4: Use the IEC binary prefix definitionsPhilippe Mathieu-Daudé1-2/+3
2019-05-23hw/arm/exynos4: Remove unuseful debug codePhilippe Mathieu-Daudé1-24/+0
2019-05-23hw/intc/arm_gicv3: Fix writes to ICC_CTLR_EL3Peter Maydell1-2/+2
2019-05-23hw/intc/arm_gicv3: Fix write of ICH_VMCR_EL2.{VBPR0, VBPR1}Peter Maydell1-1/+1
2019-05-23arm: Rename hw/arm/arm.h to hw/arm/boot.hPeter Maydell49-52/+49
2019-05-23arm: Remove unnecessary includes of hw/arm/arm.hPeter Maydell7-7/+0
2019-05-23arm: Move system_clock_scale to armv7m_systick.hPeter Maydell2-4/+22
2019-05-23target/arm: Fix vector operation segfaultAlistair Francis1-2/+2
2019-05-23target/arm: Simplify BFXIL expansionRichard Henderson1-3/+3
2019-05-23target/arm: Use extract2 for EXTRRichard Henderson1-16/+18