aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell15-66/+70
2021-07-11Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell50-125/+4496
2021-07-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210709'...Peter Maydell17-80/+792
2021-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell42-543/+1350
2021-07-10Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210709' in...Peter Maydell70-602/+3255
2021-07-09Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell11-124/+1168
2021-07-09util/guest-random: Fix size arg to tail memcpyMark Nelson1-1/+1
2021-07-09migration: fix typo in mig_throttle_guest_down commentOlaf Hering1-1/+1
2021-07-09target/xtensa/xtensa-semi: Fix compilation problem on HaikuThomas Huth1-45/+39
2021-07-09hw/virtio: Document *_should_notify() are called within rcu_read_lock()Philippe Mathieu-Daudé1-0/+2
2021-07-09misc: Remove redundant new line in perror()Li Zhijian2-2/+2
2021-07-09virtiofsd: Add missing newline in error messageHubert Jasudowicz1-1/+1
2021-07-09misc: Fix "havn't" typoPhilippe Mathieu-Daudé5-8/+14
2021-07-09memory: Display MemoryRegion name in read/write ops trace eventsPhilippe Mathieu-Daudé2-6/+10
2021-07-09qemu-option: Drop dead assertionMarkus Armbruster1-2/+0
2021-07-09hw/intc: Improve formatting of MEMTX_ERROR guest error messageRebecca Cran1-2/+2
2021-07-09target/arm: Correct the encoding of MDCCSR_EL0 and DBGDSCRinthnick@vmware.com1-3/+13
2021-07-09hw/arm/stellaris: Expand comment about handling of OLED chipselectPeter Maydell1-1/+55
2021-07-09hw/gpio/pl061: Document a shortcoming in our implementationPeter Maydell1-0/+9
2021-07-09hw/gpio/pl061: Convert to 3-phase reset and assert GPIO lines correctly on resetPeter Maydell2-4/+26
2021-07-09hw/arm/virt: Make PL061 GPIO lines pulled low, not highPeter Maydell1-0/+3
2021-07-09hw/gpio/pl061: Make pullup/pulldown of outputs configurablePeter Maydell1-4/+47
2021-07-09hw/gpio/pl061: Honour Luminary PL061 PUR and PDR registersPeter Maydell2-7/+57
2021-07-09hw/gpio/pl061: Document the interface of this devicePeter Maydell1-0/+7
2021-07-09hw/gpio/pl061: Add tracepoints for register read and writePeter Maydell2-22/+50
2021-07-09hw/gpio/pl061: Clean up read/write offset handling logicPeter Maydell1-25/+79
2021-07-09hw/gpio/pl061: Convert DPRINTF to tracepointsPeter Maydell2-18/+15
2021-07-09hw/intc/arm_gicv3_cpuif: Fix virtual irq number check in icv_[dir|eoir]_writeRicardo Koller1-2/+2
2021-07-09tests/boot-serial-test: Add STM32VLDISCOVERY board testcaseAlexandre Iooss1-0/+37
2021-07-09docs/system: arm: Add stm32 boards descriptionAlexandre Iooss3-0/+68
2021-07-09stm32vldiscovery: Add the STM32VLDISCOVERY MachineAlexandre Iooss5-0/+78
2021-07-09stm32f100: Add the stm32f100 SoCAlexandre Iooss5-0/+252
2021-07-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell22-8/+115
2021-07-09block: Make blockdev-reopen stable APIAlberto Garcia10-17/+17
2021-07-09iotests: Test reopening multiple devices at the same timeAlberto Garcia2-2/+49
2021-07-09block: Support multiple reopening with x-blockdev-reopenAlberto Garcia10-75/+99
2021-07-09block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf5-13/+57
2021-07-09block: Add bdrv_reopen_queue_free()Alberto Garcia2-6/+17
2021-07-09qcow2: Fix dangling pointer after reopen for 'file'Kevin Wolf1-0/+29
2021-07-09qemu-img: Improve error for rebase without backing formatEric Blake2-1/+4
2021-07-09qemu-img: Require -F with -b backing imageEric Blake10-85/+56
2021-07-09qcow2: Prohibit backing file changes in 'qemu-img amend'Eric Blake6-24/+25
2021-07-09blockdev: fix drive-backup transaction endless drained sectionVladimir Sementsov-Ogievskiy1-2/+1
2021-07-09vhost-user: Fix backends without multiqueue supportKevin Wolf1-0/+3
2021-07-09MAINTAINERS: add block/rbd.c reviewerPeter Lieven1-0/+1
2021-07-09block/rbd: fix type of task->completePeter Lieven1-1/+1
2021-07-09iotests/fuse-allow-other: Test allow-otherMax Reitz2-0/+256
2021-07-09iotests/308: Test +w on read-only FUSE exportsMax Reitz2-0/+15
2021-07-09export/fuse: Let permissions be adjustableMax Reitz1-11/+62
2021-07-09export/fuse: Give SET_ATTR_SIZE its own branchMax Reitz1-9/+11