summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hw/arm/raspi: Add the Raspberry Pi 3 model A+Philippe Mathieu-Daudé2020-10-271-0/+13
* hw/arm/raspi: Add the Raspberry Pi Zero machinePhilippe Mathieu-Daudé2020-10-271-0/+13
* hw/arm/raspi: Add the Raspberry Pi A+ machinePhilippe Mathieu-Daudé2020-10-271-0/+13
* hw/arm/bcm2836: Introduce the BCM2835 SoCPhilippe Mathieu-Daudé2020-10-273-0/+37
* hw/arm/bcm2836: Split out common realize() codePhilippe Mathieu-Daudé2020-10-271-4/+18
* hw/arm/bcm2836: Only provide "enabled-cpus" property to multicore SoCsPhilippe Mathieu-Daudé2020-10-271-8/+7Star
* hw/arm/bcm2836: Introduce BCM283XClass::core_countPhilippe Mathieu-Daudé2020-10-271-1/+4
* hw/arm/bcm2836: QOM'ify more by adding class_init() to each SoC typePhilippe Mathieu-Daudé2020-10-271-58/+52Star
* hw/arm/bcm2836: Restrict BCM283XInfo declaration to C sourcePhilippe Mathieu-Daudé2020-10-272-8/+14
* hw/arm/smmuv3: Set the restoration priority of the vSMMUv3 explicitlyZenghui Yu2020-10-271-0/+1
* hw/gpio: Add GPIO model for Nuvoton NPCM7xxHavard Skinnemoen2020-10-279-2/+957
* hw/arm/npcm7xx: Add EHCI and OHCI controllersHavard Skinnemoen2020-10-275-3/+50
* hw/misc: Add npcm7xx random number generatorHavard Skinnemoen2020-10-279-3/+510
* hw/timer: Adding watchdog for NPCM7XX Timer.Hao Wu2020-10-278-54/+624
* Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pauseHavard Skinnemoen2020-10-271-3/+3
* hw/arm: fix min_cpus for xlnx-versal-virt platformPavel Dovgalyuk2020-10-271-0/+1
* hw/arm/highbank: Silence warnings about missing fallthrough statementsThomas Huth2020-10-271-0/+2
* tests/tcg/aarch64: Add bti smoke testsRichard Henderson2020-10-275-0/+243
* linux-user/elfload: Parse GNU_PROPERTY_AARCH64_FEATURE_1_ANDRichard Henderson2020-10-271-2/+46
* linux-user/elfload: Parse NT_GNU_PROPERTY_TYPE_0 notesRichard Henderson2020-10-272-0/+161
* linux-user/elfload: Use Error for load_elf_interpRichard Henderson2020-10-271-7/+8
* linux-user/elfload: Use Error for load_elf_imageRichard Henderson2020-10-271-17/+20
* linux-user/elfload: Move PT_INTERP detection to first loopRichard Henderson2020-10-271-29/+31
* linux-user/elfload: Adjust iteration over phdrRichard Henderson2020-10-271-4/+5
* linux-user/elfload: Fix coding style in load_elf_imageRichard Henderson2020-10-271-3/+9
* linux-user/elfload: Avoid leaking interp_name using GLib memory APIPhilippe Mathieu-Daudé2020-10-271-4/+4
* include/elf: Add defines related to GNU property notes for AArch64Richard Henderson2020-10-271-0/+22
* linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTIRichard Henderson2020-10-275-2/+29
* linux-user/aarch64: Reset btype for signalsRichard Henderson2020-10-271-2/+8
* Merge remote-tracking branch 'remotes/ericb/tags/pull-bitmaps-2020-10-26' int...Peter Maydell2020-10-261-14/+12Star
|\
| * migration/block-dirty-bitmap: fix uninitialized variable warningChen Qun2020-10-261-12/+9Star
| * migration/block-dirty-bitmap: fix larger granularity bitmapsStefan Reiter2020-10-261-2/+3
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/sd-next-20201026' in...Peter Maydell2020-10-262-13/+16
|\ \
| * | hw/sd/sdcard: Zero out function selection fields before being populatedBin Meng2020-10-261-0/+1
| * | hw/sd/sdcard: Make iolen unsignedPhilippe Mathieu-Daudé2020-10-262-2/+2
| * | hw/sd/sdcard: Constify sd_crc*()'s message argumentPhilippe Mathieu-Daudé2020-10-261-4/+4
| * | hw/sd/sdcard: Simplify cmd_valid_while_locked()Philippe Mathieu-Daudé2020-10-261-6/+5Star
| * | hw/sd/sdcard: Update the SDState documentationPhilippe Mathieu-Daudé2020-10-261-1/+4
| |/
* | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell2020-10-2634-333/+416
|\ \
| * | machine: move SMP initialization from vl.cPaolo Bonzini2020-10-262-7/+7
| * | machine: move UP defaults to class_base_initPaolo Bonzini2020-10-262-6/+5Star
| * | machine: remove deprecated -machine enforce-config-section optionPaolo Bonzini2020-10-265-48/+6Star
| * | win32: boot broken when bind & data dir are the sameSunil Muthuswamy2020-10-261-1/+1
| * | WHPX: Fix WHPX build breakSunil Muthuswamy2020-10-261-1/+1
| * | configure: move install_blobs from configure to mesonPaolo Bonzini2020-10-265-31/+14Star
| * | configure: remove unused variable from config-host.makPaolo Bonzini2020-10-261-2/+0Star
| * | configure: move directory options from config-host.mak to mesonPaolo Bonzini2020-10-2611-51/+51
| * | configure: allow configuring localedirPaolo Bonzini2020-10-261-3/+6
| * | Makefile: separate meson rerun from the rest of the ninja invocationPaolo Bonzini2020-10-261-11/+29
| * | Remove deprecated -no-kvm optionThomas Huth2020-10-223-12/+6Star