aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-07-11Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-07-11Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into stagingPeter Maydell
2021-07-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210709'...Peter Maydell
2021-07-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-07-10Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210709' in...Peter Maydell
2021-07-09Merge remote-tracking branch 'remotes/ehabkost-gl/tags/machine-next-pull-requ...Peter Maydell
2021-07-09hw/virtio: Document *_should_notify() are called within rcu_read_lock()Philippe Mathieu-Daudé
2021-07-09misc: Fix "havn't" typoPhilippe Mathieu-Daudé
2021-07-09hw/intc: Improve formatting of MEMTX_ERROR guest error messageRebecca Cran
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-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-09vhost-user: Fix backends without multiqueue supportKevin Wolf
2021-07-09target/ppc: Support for H_RPT_INVALIDATE hcallBharata B Rao
2021-07-09spapr: Fix implementation of Open Firmware client interfaceAlexey Kardashevskiy
2021-07-09ppc/pegasos2: Implement some RTAS functions with VOFBALATON Zoltan
2021-07-09ppc/pegasos2: Fix use of && instead of &David Gibson
2021-07-09ppc/pegasos2: Use Virtual Open Firmware as firmware replacementBALATON Zoltan
2021-07-09target/ppc/spapr: Update H_GET_CPU_CHARACTERISTICS L1D cache flush bitsNicholas Piggin
2021-07-09ppc/pegasos2: Introduce Pegasos2MachineState structureBALATON Zoltan
2021-07-09spapr: Implement Open Firmware client interfaceAlexey Kardashevskiy
2021-07-09spapr: tune rtas-sizeAlexey Kardashevskiy
2021-07-08Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2021-07-08vfio: Disable only uncoordinated discards for VFIO_TYPE1 iommusDavid Hildenbrand
2021-07-08virtio-mem: Require only coordinated discardsDavid Hildenbrand
2021-07-08vfio: Support for RamDiscardManager in the vIOMMU caseDavid Hildenbrand
2021-07-08vfio: Sanity check maximum number of DMA mappings with RamDiscardManagerDavid Hildenbrand
2021-07-08vfio: Query and store the maximum number of possible DMA mappingsDavid Hildenbrand
2021-07-08vfio: Support for RamDiscardManager in the !vIOMMU caseDavid Hildenbrand
2021-07-08virtio-mem: Implement RamDiscardManager interfaceDavid Hildenbrand
2021-07-08virtio-mem: Don't report errors when ram_block_discard_range() failsDavid Hildenbrand
2021-07-08virtio-mem: Factor out traversing unplugged rangesDavid Hildenbrand
2021-07-08hw/misc: add MAX34451 deviceTitus Rwantare
2021-07-08hw/misc: add ADM1272 deviceTitus Rwantare
2021-07-08hw/i2c: add support for PMBusTitus Rwantare
2021-07-08ipmi/sim: fix watchdog_expired data type error in IPMIBmcSim structJinhua Cao
2021-07-08hw/i2c: Introduce i2c_start_recv() and i2c_start_send()Philippe Mathieu-Daudé
2021-07-08hw/i2c: Extract i2c_do_start_transfer() from i2c_start_transfer()Philippe Mathieu-Daudé
2021-07-08hw/i2c: Make i2c_start_transfer() direction argument a booleanBALATON Zoltan