aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-06-30hw/sensor: add Maxim MAX31785 deviceMaheswara Kurapati
2022-06-30hw/i2c: pmbus: Page #255 is valid page for read requests.Maheswara Kurapati
2022-06-30hw/arm/aspeed: add Qualcomm Firework BMC machineGraeme Gregory
2022-06-30hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 boardJae Hyun Yoo
2022-06-30aspeed: Remove use of qemu_get_cpuPeter Delevoryas
2022-06-30aspeed: Map unimplemented devices in SoC memoryPeter Delevoryas
2022-06-30aspeed: Remove usage of sysbus_mmio_mapPeter Delevoryas
2022-06-30aspeed: Add memory property to Aspeed SoCPeter Delevoryas
2022-06-30aspeed: Set CPU memory property explicitlyPeter Delevoryas
2022-06-30aspeed/smc: Fix potential overflowCédric Le Goater
2022-06-30aspeed/hace: Accumulative mode supportedJoel Stanley
2022-06-30aspeed/i2c: Change trace event for NORMAL_STOP statesCédric Le Goater
2022-06-30aspeed/scu: Add trace events for read opsCédric Le Goater
2022-06-30aspeed: Set the dram container at the SoC levelCédric Le Goater
2022-06-30hw: m25p80: add WP# pin and SRWD bit for write protectionIris Chen
2022-06-30Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson
2022-06-29hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow
2022-06-29hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()Bernhard Beschow
2022-06-28hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)Lev Kujawski
2022-06-28hw/pci-host/i440fx: Remove unused parameter from i440fx_init()Bernhard Beschow
2022-06-28trivial typos: namesapceDr. David Alan Gilbert
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert
2022-06-28Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2022-06-27virtio-iommu: Fix migration regressionZhenzhong Duan
2022-06-27vhost: setup error eventfd and dump errorsKonstantin Khlebnikov
2022-06-27vhost: add method vhost_set_vring_errKonstantin Khlebnikov
2022-06-27msi: fix MSI vector limit check in msi_set_mask()Jagannathan Raman
2022-06-27virtio-iommu: Fix the partial copy of probe requestZhenzhong Duan
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson
2022-06-26artist: set memory region owners for buffers to the artist deviceMark Cave-Ayland
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland
2022-06-26pckbd: switch I8042 device from update_irq() function to PS2 device gpioMark Cave-Ayland
2022-06-26pckbd: add i8042_reset() function to I8042 deviceMark Cave-Ayland
2022-06-26pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpioMark Cave-Ayland
2022-06-26lasips2: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland
2022-06-26lasips2: use sysbus IRQ for output IRQMark Cave-Ayland
2022-06-26lasips2: implement lasips2_realize()Mark Cave-Ayland
2022-06-26lasips2: add base propertyMark Cave-Ayland
2022-06-26lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()Mark Cave-Ayland
2022-06-26lasips2: move mapping of LASIPS2 registers to HPPA machineMark Cave-Ayland
2022-06-26lasips2: implement lasips2_init() functionMark Cave-Ayland
2022-06-26lasips2: rename lasips2_init() to lasips2_initfn() and update it to return th...Mark Cave-Ayland
2022-06-26lasips2: move lasips2 QOM types from lasips2.c to lasips2.hMark Cave-Ayland
2022-06-26lasips2: QOMify LASIPS2StateMark Cave-Ayland
2022-06-26pl050: add QEMU interface commentMark Cave-Ayland
2022-06-26pl050: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland
2022-06-26pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDStateMark Cave-Ayland
2022-06-26ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2...Mark Cave-Ayland
2022-06-26ps2: introduce ps2_lower_irq() instead of calling update_irq() directlyMark Cave-Ayland
2022-06-26ps2: use ps2_raise_irq() instead of calling update_irq() directlyMark Cave-Ayland