aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2021-07-12Merge remote-tracking branch 'remotes/philmd/tags/sdmmc-20210712' into stagingPeter Maydell
2021-07-12Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell
2021-07-12Merge remote-tracking branch 'remotes/philmd/tags/mips-20210711' into stagingPeter Maydell
2021-07-12hw/sd/sdcard: Check for valid address range in SEND_WRITE_PROT (CMD30)Philippe Mathieu-Daudé
2021-07-12hw/sd/sdcard: Extract address_in_range() helper, log invalid accessesPhilippe Mathieu-Daudé
2021-07-12hw/sd/sdcard: When card is in wrong state, log which state it isPhilippe Mathieu-Daudé
2021-07-11Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-07-11dp8393x: don't force 32-bit register accessMark Cave-Ayland
2021-07-11dp8393x: Rewrite dp8393x_get() / dp8393x_put()Philippe Mathieu-Daudé
2021-07-11dp8393x: Store CAM registers as 16-bitPhilippe Mathieu-Daudé
2021-07-11dp8393x: Replace 0x40 magic value by SONIC_REG_COUNT definitionPhilippe Mathieu-Daudé
2021-07-11dp8393x: Replace address_space_rw(is_write=1) by address_space_write()Philippe Mathieu-Daudé
2021-07-11dp8393x: fix CAM descriptor entry indexMark Cave-Ayland
2021-07-11hw/pci-host/raven: Add PCI_IO_BASE_ADDR definitionPhilippe Mathieu-Daudé
2021-07-11hw/pci-host: Rename Raven ASIC PCI bridge as raven.cPhilippe Mathieu-Daudé
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/arm: move CONFIG_V7M out of default-devicesAlex Bennée
2021-07-09hw/arm: add dependency on OR_IRQ for XLNX_VERSALAlex Bennée
2021-07-09usb: build usb-host as moduleGerd Hoffmann
2021-07-09monitor/usb: register 'info usbhost' dynamicallyGerd Hoffmann
2021-07-09usb: drop usb_host_dev_is_scsi_storage hookGerd Hoffmann
2021-07-09modules: add s390x module annotationsGerd Hoffmann
2021-07-09modules: add ccid module annotationsGerd Hoffmann
2021-07-09modules: add usb-redir module annotationsGerd Hoffmann
2021-07-09modules: add virtio-gpu module annotationsGerd Hoffmann
2021-07-09modules: add qxl module annotationsGerd Hoffmann
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