aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-21hw/sd/sdhci: Document the datasheet usedPhilippe Mathieu-Daudé1-0/+2
2020-10-21hw/sd/sdhci: Fix qemu_log_mask() format stringPhilippe Mathieu-Daudé1-1/+1
2020-10-20Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201020-...Peter Maydell29-148/+1405
2020-10-20target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extensionPeter Maydell3-0/+16
2020-10-20target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16Peter Maydell1-19/+28
2020-10-20target/arm: Fix has_vfp/has_neon ID reg squashing for M-profilePeter Maydell1-12/+19
2020-10-20target/arm: Implement v8.1M low-overhead-loop instructionsPeter Maydell2-2/+99
2020-10-20target/arm: Implement v8.1M branch-future insns (as NOPs)Peter Maydell3-1/+38
2020-10-20target/arm: Don't allow BLX imm for M-profilePeter Maydell1-0/+8
2020-10-20target/arm: Make the t32 insn[25:23]=111 group non-overlappingPeter Maydell1-13/+11
2020-10-20target/arm: Implement v8.1M conditional-select insnsPeter Maydell2-0/+63
2020-10-20target/arm: Implement v8.1M NOCP handlingPeter Maydell3-6/+22
2020-10-20decodetree: Fix codegen for non-overlapping group inside overlapping groupPeter Maydell1-1/+1
2020-10-20hw/arm/nseries: Fix loading kernel image on n8x0 machinesPhilippe Mathieu-Daudé1-0/+1
2020-10-20microbit_i2c: Fix coredump when dump-vmstatePeng Liang1-0/+1
2020-10-20target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11Richard Henderson2-8/+10
2020-10-20target/arm: Fix reported EL for mte_check_failRichard Henderson1-7/+3
2020-10-20target/arm: Remove redundant mmu_idx lookupRichard Henderson1-2/+1
2020-10-20hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbersPhilippe Mathieu-Daudé1-4/+4
2020-10-20hw/intc/bcm2835_ic: Trace GPU/CPU IRQ handlersPhilippe Mathieu-Daudé2-1/+7
2020-10-20loads-stores.rst: add footnote that clarifies GETPC usageEmanuele Giuseppe Esposito1-1/+7
2020-10-20tests/qtest: Add npcm7xx timer testHavard Skinnemoen2-0/+563
2020-10-20target/arm: Use tlb_flush_page_bits_by_mmuidx*Richard Henderson1-7/+39
2020-10-20accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson2-9/+302
2020-10-20hw/arm/bcm2835_peripherals: Correctly wire the SYS_timer IRQsPhilippe Mathieu-Daudé1-2/+11
2020-10-20hw/timer/bcm2835: Support the timer COMPARE registersPhilippe Mathieu-Daudé3-21/+44
2020-10-20hw/timer/bcm2835: Rename variable holding CTRL_STATUS registerPhilippe Mathieu-Daudé2-5/+5
2020-10-20hw/timer/bcm2835: Introduce BCM2835_SYSTIMER_COUNT definitionPhilippe Mathieu-Daudé2-2/+5
2020-10-20hw/arm: Restrict APEI tables generation to the 'virt' machinePhilippe Mathieu-Daudé2-1/+1
2020-10-20hw/arm/strongarm: Fix 'time to transmit a char' unit commentPhilippe Mathieu-Daudé1-1/+1
2020-10-20target/arm: AArch32 VCVT fixed-point to float is always round-to-nearestPeter Maydell3-13/+47
2020-10-20target/arm: Fix SMLAD incorrect setting of Q bitPeter Maydell1-11/+49
2020-10-20Merge remote-tracking branch 'remotes/aperard/tags/pull-xen-20201020' into st...Peter Maydell8-16/+51
2020-10-19hw/xen: Set suppress-vmdesc for Xen machinesJason Andryuk1-2/+2
2020-10-19xen-bus: reduce scope of backend watchPaul Durrant4-9/+46
2020-10-19xen: Rename XENBACKEND_DEVICE to XENBACKENDEduardo Habkost1-1/+1
2020-10-19xen: xenguest is not used so is not neededMichael Tokarev2-4/+2
2020-10-19Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20201019' int...Peter Maydell5-23/+292
2020-10-19Merge remote-tracking branch 'remotes/kraxel/tags/usb-20201019-pull-request' ...Peter Maydell2-36/+105
2020-10-19tests/9pfs: add local Tmkdir testChristian Schoenebeck1-0/+139
2020-10-19tests/9pfs: add virtio_9p_test_path()Christian Schoenebeck2-0/+11
2020-10-19tests/9pfs: wipe local 9pfs test directoryChristian Schoenebeck1-0/+13
2020-10-19tests/9pfs: introduce local testsChristian Schoenebeck3-14/+116
2020-10-19tests/9pfs: change qtest name prefix to synthChristian Schoenebeck1-14/+14
2020-10-199pfs: suppress performance warnings on qtest runsChristian Schoenebeck2-2/+6
2020-10-19Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20201019' int...Peter Maydell13-179/+118
2020-10-19Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-next-20201017' ...Peter Maydell26-195/+1119
2020-10-19hw/usb/hcd-dwc2: fix divide-by-zero in dwc2_handle_packet()Mauro Matteo Cascella1-0/+6
2020-10-19usb/hcd-ehci: Fix error handling on missing device for iTDAnthony PERARD1-17/+18
2020-10-19usb: hcd-dwc2: change assert()s to qemu_log_mask(LOG_GUEST_ERROR...)Paul Zimmerman1-19/+81