aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-09modules: hook up modules.h to docs buildGerd Hoffmann
2021-07-09modules: add module_obj() note to QOM docsGerd Hoffmann
2021-07-09modules: add documentation for module sourcesetsGerd Hoffmann
2021-07-09modules: target-specific module build infrastructureGerd Hoffmann
2021-07-09modules: check arch on qom lookupGerd Hoffmann
2021-07-09modules: check arch and block load on mismatchGerd Hoffmann
2021-07-09modules: add tracepointsGerd Hoffmann
2021-07-09modules: use modinfo for qemu opts loadGerd Hoffmann
2021-07-09modules: use modinfo for qom loadGerd Hoffmann
2021-07-09modules: use modinfo for dependenciesGerd Hoffmann
2021-07-09modules: add block module annotationsGerd Hoffmann
2021-07-09modules: add s390x module annotationsGerd Hoffmann
2021-07-09modules: add ui module annotationsGerd Hoffmann
2021-07-09modules: add ccid module annotationsGerd Hoffmann
2021-07-09modules: add usb-redir module annotationsGerd Hoffmann
2021-07-09modules: add audio module annotationsGerd Hoffmann
2021-07-09modules: add chardev module annotationsGerd Hoffmann
2021-07-09modules: add virtio-gpu module annotationsGerd Hoffmann
2021-07-09modules: add qxl module annotationsGerd Hoffmann
2021-07-09modules: check if all dependencies can be satisfiedJose R. Ziviani
2021-07-09modules: generate modinfo.cGerd Hoffmann
2021-07-09modules: collect module meta-dataGerd Hoffmann
2021-07-09modules: add modinfo macrosGerd Hoffmann
2021-07-09osdep: fix HAVE_BROKEN_SIZE_MAX casePaolo Bonzini
2021-07-09meson: fix missing preprocessor symbolsPaolo Bonzini
2021-07-09configure: fix libpmem configuration optionMiroslav Rezanina
2021-07-09configure: fix libdaxctl optionsMiroslav Rezanina
2021-07-09hw/intc: Improve formatting of MEMTX_ERROR guest error messageRebecca Cran
2021-07-09target/arm: Correct the encoding of MDCCSR_EL0 and DBGDSCRinthnick@vmware.com
2021-07-09hw/arm/stellaris: Expand comment about handling of OLED chipselectPeter Maydell
2021-07-09hw/gpio/pl061: Document a shortcoming in our implementationPeter Maydell
2021-07-09hw/gpio/pl061: Convert to 3-phase reset and assert GPIO lines correctly on resetPeter Maydell
2021-07-09hw/arm/virt: Make PL061 GPIO lines pulled low, not highPeter Maydell
2021-07-09hw/gpio/pl061: Make pullup/pulldown of outputs configurablePeter Maydell
2021-07-09hw/gpio/pl061: Honour Luminary PL061 PUR and PDR registersPeter Maydell
2021-07-09hw/gpio/pl061: Document the interface of this devicePeter Maydell
2021-07-09hw/gpio/pl061: Add tracepoints for register read and writePeter Maydell
2021-07-09hw/gpio/pl061: Clean up read/write offset handling logicPeter Maydell
2021-07-09hw/gpio/pl061: Convert DPRINTF to tracepointsPeter Maydell
2021-07-09hw/intc/arm_gicv3_cpuif: Fix virtual irq number check in icv_[dir|eoir]_writeRicardo Koller
2021-07-09tests/boot-serial-test: Add STM32VLDISCOVERY board testcaseAlexandre Iooss
2021-07-09docs/system: arm: Add stm32 boards descriptionAlexandre Iooss
2021-07-09stm32vldiscovery: Add the STM32VLDISCOVERY MachineAlexandre Iooss
2021-07-09stm32f100: Add the stm32f100 SoCAlexandre Iooss
2021-07-09Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2021-07-09block: Make blockdev-reopen stable APIAlberto Garcia
2021-07-09iotests: Test reopening multiple devices at the same timeAlberto Garcia
2021-07-09block: Support multiple reopening with x-blockdev-reopenAlberto Garcia
2021-07-09block: Acquire AioContexts during bdrv_reopen_multiple()Kevin Wolf
2021-07-09block: Add bdrv_reopen_queue_free()Alberto Garcia