aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-17riscv: sifive: Implement PRCI model for FU540Bin Meng3-0/+251
2019-09-17riscv: sifive_u: Update PLIC hart topology configuration stringBin Meng1-3/+4
2019-09-17riscv: sifive_u: Update hart configuration to reflect the real FU540 SoCBin Meng2-26/+72
2019-09-17riscv: sifive_u: Set the minimum number of cpus to 2Bin Meng2-1/+6
2019-09-17riscv: hart: Add a "hartid-base" property to RISC-V hart arrayBin Meng2-1/+3
2019-09-17riscv: hart: Extract hart realize to a separate routineBin Meng1-13/+20
2019-09-17riscv: Add a sifive_cpu.h to include both E and U cpu type definesBin Meng3-12/+33
2019-09-17riscv: sifive_e: Drop sifive_mmio_emulate()Bin Meng2-15/+9
2019-09-17riscv: sifive_e: prci: Update the PRCI register block sizeBin Meng2-1/+3
2019-09-17riscv: sifive_e: prci: Fix a typo of hfxosccfg register programmingBin Meng1-1/+1
2019-09-17riscv: sifive: Rename sifive_prci.{c, h} to sifive_e_prci.{c, h}Bin Meng5-114/+111
2019-09-17riscv: sifive_u: Remove the unnecessary include of prci headerBin Meng1-1/+0
2019-09-17riscv: roms: Remove executable attribute of opensbi imagesBin Meng3-0/+0
2019-09-17riscv: hw: Remove the unnecessary include of target/riscv/cpu.hBin Meng3-3/+0
2019-09-17riscv: hw: Change to use qemu_log_mask(LOG_GUEST_ERROR, ...) insteadBin Meng3-9/+13
2019-09-17riscv: hw: Change create_fdt() to return voidBin Meng2-14/+8
2019-09-17riscv: hw: Remove not needed PLIC properties in device treeBin Meng2-4/+0
2019-09-17riscv: hw: Use qemu_fdt_setprop_cell() for property with only 1 cellBin Meng2-21/+21
2019-09-17riscv: hw: Remove superfluous "linux, phandle" propertyBin Meng3-8/+0
2019-09-17riscv: hw: Remove duplicated "hw/hw.h" inclusionBin Meng2-2/+0
2019-09-17riscv: sifive_test: Add reset functionalityBin Meng2-1/+6
2019-09-17riscv: hmp: Add a command to show virtual memory mappingsBin Meng3-1/+234
2019-09-17riscv: Resolve full path of the given bios imageBin Meng1-3/+3
2019-09-17riscv: Add a helper routine for finding firmwareBin Meng2-7/+16
2019-09-17riscv: rv32: Root page table address can be larger than 32-bitBin Meng1-5/+5
2019-09-17target/riscv: Update the Hypervisor CSRs to v0.4Alistair Francis1-17/+18
2019-09-17target/riscv: Create function to test if FP is enabledAlistair Francis3-10/+26
2019-09-17riscv: plic: Remove unused interrupt functionsAlistair Francis2-15/+0
2019-09-17target/riscv/pmp: Convert qemu_log_mask(LOG_TRACE) to trace eventsPhilippe Mathieu-Daudé2-21/+16
2019-09-17target/riscv/pmp: Restrict priviledged PMP to system-mode emulationPhilippe Mathieu-Daudé2-5/+2
2019-09-17riscv: sifive_u: Fix clock-names property for ethernet nodeGuenter Roeck1-1/+1
2019-09-17riscv: sivive_u: Add dummy serial clock and aliases entry for uartGuenter Roeck1-2/+17
2019-09-17riscv: sifive_u: Add support for loading initrdGuenter Roeck1-3/+17
2019-09-17Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell12-33/+521
2019-09-17vnc: fix memory leak when vnc disconnectLi Qiang6-162/+170
2019-09-17ui: add an embedded Barrier clientLaurent Vivier4-0/+1233
2019-09-17vnc: fix websocket field in eventsGerd Hoffmann1-0/+1
2019-09-17ui/egl: fix framebuffer readsGerd Hoffmann3-7/+5
2019-09-17target/sparc: Switch to do_transaction_failed() hookPeter Maydell3-8/+18
2019-09-17target/sparc: Remove unused ldl_phys from dump_mmu()Peter Maydell1-3/+1
2019-09-17target/sparc: Handle bus errors in mmu_probe()Peter Maydell1-4/+25
2019-09-17target/sparc: Correctly handle bus errors in page table walksPeter Maydell1-4/+20
2019-09-17target/sparc: Check for transaction failures in MXCC stream ASI accessesPeter Maydell1-20/+37
2019-09-17target/sparc: Check for transaction failures in MMU passthrough ASIsPeter Maydell1-16/+33
2019-09-17target/sparc: Factor out the body of sparc_cpu_unassigned_access()Peter Maydell1-95/+106
2019-09-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell28-380/+456
2019-09-16virtio-mmio: implement modern (v2) personality (virtio-1)Sergio Lopez1-23/+319
2019-09-16hw/i386/pc: Extract the x86 generic fw_cfg codePhilippe Mathieu-Daudé3-131/+145
2019-09-16hw/i386/pc: Rename pc_build_feature_control() as generic fw_cfg_build_*Philippe Mathieu-Daudé1-3/+3
2019-09-16hw/i386/pc: Let pc_build_feature_control() take a MachineState argumentPhilippe Mathieu-Daudé1-3/+2