aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-11-10hw/arm/musicpal: Don't connect two qemu_irqs directly to the same inputPhilippe Mathieu-Daudé2-4/+14
2020-11-10hw/arm/nseries: Remove invalid/unnecessary n8x0_uart_setup()Philippe Mathieu-Daudé1-11/+0
2020-11-10hw/misc/stm32f2xx_syscfg: Remove extraneous IRQPhilippe Mathieu-Daudé3-5/+0
2020-11-10hw/arm/armsse: Correct expansion MPC interrupt linesPhilippe Mathieu-Daudé1-1/+2
2020-11-10target/arm: Fix neon VTBL/VTBX for len > 1Richard Henderson3-40/+29
2020-11-10hw/arm/virt: Remove dependency on Cortex-A15 MPCore peripheralsPhilippe Mathieu-Daudé1-1/+0
2020-11-10docs: add some notes on the sbsa-ref machineAlex Bennée2-0/+33
2020-11-10target/arm: add space before the open parenthesis '('Xinhao Zhang1-1/+1
2020-11-10target/arm: Don't use '#' flag of printf formatXinhao Zhang1-2/+2
2020-11-10target/arm: add spaces around operatorXinhao Zhang3-9/+9
2020-11-10ssi: Fix bad printf format specifiersAlexChen2-2/+2
2020-11-10hw/arm/Kconfig: ARM_V7M depends on PTIMERAndrew Jones1-0/+1
2020-11-10Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20201...Peter Maydell9-255/+115
2020-11-09hw/intc/ibex_plic: Clear the claim register when readAlistair Francis1-0/+3
2020-11-09target/riscv: Split the Hypervisor execute load helpersAlistair Francis3-42/+17
2020-11-09target/riscv: Remove the hyp load and store functionsAlistair Francis5-166/+59
2020-11-09target/riscv: Remove the HS_TWO_STAGE flagAlistair Francis4-51/+25
2020-11-09target/riscv: Set the virtualised MMU mode when doing hyp accessesAlistair Francis1-13/+17
2020-11-09target/riscv: Add a virtualised MMU ModeAlistair Francis3-3/+14
2020-11-09Merge remote-tracking branch 'remotes/mdroth/tags/qga-pull-2020-11-09-tag' in...Peter Maydell1-0/+3
2020-11-09qga: fix missing closedir() in qmp_guest_get_disks()Michael Roth1-0/+3
2020-11-09Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-11-09-v2'...Peter Maydell16-238/+259
2020-11-09block: make bdrv_drop_intermediate() less wrongVladimir Sementsov-Ogievskiy1-30/+24
2020-11-09block: add bdrv_replace_node_common()Vladimir Sementsov-Ogievskiy1-3/+22
2020-11-09block: add forgotten bdrv_abort_perm_update() to bdrv_co_invalidate_cache()Vladimir Sementsov-Ogievskiy1-0/+1
2020-11-09block: Fix some code style problems, "foo* bar" should be "foo *bar"shiliyang5-12/+12
2020-11-09block: Fix integer promotion error in bdrv_getlength()Eric Blake1-2/+7
2020-11-09block: enable libnfs on msys2/mingw in cirrus.ymlYonggang Luo1-0/+1
2020-11-09block: Fixes nfs compiling error on msys2/mingwYonggang Luo1-1/+12
2020-11-09iotests: rewrite iotest 240 in pythonMaxim Levitsky2-165/+130
2020-11-09iotests: add filter_qmp_virtio_scsi functionMaxim Levitsky1-0/+10
2020-11-09hw/block/nvme: fix free of array-typed valueKlaus Jensen1-1/+0
2020-11-09hw/block/nvme: fix uint16_t use of uint32_t sgls memberKlaus Jensen1-1/+1
2020-11-09hw/block/nvme: fix null ns in register namespaceKlaus Jensen1-2/+1
2020-11-09qcow2: Document and enforce the QCowL2Meta invariantsAlberto Garcia3-14/+29
2020-11-09block: Move bdrv_drain_all_end_quiesce() to block_int.hGreg Kurz2-6/+9
2020-11-09block: Remove unused includeAlexChen1-1/+0
2020-11-09Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-11-09' into ...Peter Maydell5-38/+31
2020-11-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/renesas-fixes-202011...Peter Maydell2-7/+6
2020-11-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/mips-fixes-20201109'...Peter Maydell5-13/+54
2020-11-09block: Remove unused BlockDeviceMapEntryMarkus Armbruster1-29/+0
2020-11-09qapi/block-core: Improve MapEntry documentationMax Reitz1-5/+13
2020-11-09qapi: Fix missing headers in QMP Reference ManualMarkus Armbruster2-2/+8
2020-11-09MAINTAINERS: Add QAPI schema modules to their subsystemsMarkus Armbruster1-0/+6
2020-11-09docs/devel/qapi-code-gen: Fix up examplesMarkus Armbruster1-2/+4
2020-11-09hw/rx/rx-gdbsim: Fix memory leak (CID 1432307)Philippe Mathieu-Daudé1-2/+1
2020-11-09MAINTAINERS: Demote Renesas target & hardware to 'Odd Fixes'Philippe Mathieu-Daudé1-5/+5
2020-11-09hw/mips/boston: Fix memory leak in boston_fdt_filter() error-handling pathsPeter Maydell1-6/+4
2020-11-09target/mips: Fix PageMask with variable page sizeJiaxun Yang2-6/+22
2020-11-09target/mips: Deprecate nanoMIPS ISAPhilippe Mathieu-Daudé2-1/+28