aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2022-07-01hw: canokey: Remove HS support as not compliant to the specMkfsSion1-1/+0
2022-07-01hw/usb/canokey: fix compatibility of qemu-xhciHongren (Zenithal) Zheng1-0/+23
2022-07-01hw/usb/canokey: Fix CCID ZLPHongren (Zenithal) Zheng1-4/+3
2022-06-30hw/misc/aspeed: Add PECI controllerPeter Delevoryas6-1/+199
2022-06-30hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas1-12/+121
2022-06-30hw/i2c/aspeed: add slave device in old register modeKlaus Jensen1-9/+80
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen8-1/+51
2022-06-30hw/i2c: support multiple mastersKlaus Jensen1-1/+33
2022-06-30hw/i2c/aspeed: Fix MASTER_EN missing error messagePeter Delevoryas1-2/+2
2022-06-30hw/i2c/aspeed: Fix DMA len write-enable bit handlingPeter Delevoryas1-4/+4
2022-06-30hw/i2c/aspeed: Fix R_I2CD_FUN_CTRL referencePeter Delevoryas1-1/+1
2022-06-30hw/arm/aspeed: firework: add I2C MUXes for VR channelsJae Hyun Yoo1-1/+9
2022-06-30hw/arm/aspeed: firework: Add Thermal DiodesMaheswara Kurapati1-0/+10
2022-06-30hw/arm/aspeed: Add MAX31785 Fan controllersMaheswara Kurapati2-2/+8
2022-06-30hw/sensor: add Maxim MAX31785 deviceMaheswara Kurapati3-0/+578
2022-06-30hw/i2c: pmbus: Page #255 is valid page for read requests.Maheswara Kurapati1-5/+1
2022-06-30hw/arm/aspeed: add Qualcomm Firework BMC machineGraeme Gregory1-0/+34
2022-06-30hw/arm/aspeed: add support for the Qualcomm DC-SCM v1 boardJae Hyun Yoo1-0/+35
2022-06-30aspeed: Remove use of qemu_get_cpuPeter Delevoryas1-1/+1
2022-06-30aspeed: Map unimplemented devices in SoC memoryPeter Delevoryas3-19/+47
2022-06-30aspeed: Remove usage of sysbus_mmio_mapPeter Delevoryas3-55/+68
2022-06-30aspeed: Add memory property to Aspeed SoCPeter Delevoryas4-10/+15
2022-06-30aspeed: Set CPU memory property explicitlyPeter Delevoryas2-0/+4
2022-06-30aspeed/smc: Fix potential overflowCédric Le Goater1-2/+2
2022-06-30aspeed/hace: Accumulative mode supportedJoel Stanley1-3/+3
2022-06-30aspeed/i2c: Change trace event for NORMAL_STOP statesCédric Le Goater1-1/+1
2022-06-30aspeed/scu: Add trace events for read opsCédric Le Goater2-0/+3
2022-06-30aspeed: Set the dram container at the SoC levelCédric Le Goater3-41/+54
2022-06-30hw: m25p80: add WP# pin and SRWD bit for write protectionIris Chen1-15/+67
2022-06-30Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson14-36/+32
2022-06-29hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow2-19/+14
2022-06-29hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()Bernhard Beschow1-1/+6
2022-06-28hw/ide/atapi.c: Correct typos (CD-CDROM -> CD-ROM)Lev Kujawski1-2/+2
2022-06-28hw/pci-host/i440fx: Remove unused parameter from i440fx_init()Bernhard Beschow2-6/+1
2022-06-28trivial typos: namesapceDr. David Alan Gilbert3-6/+6
2022-06-28Trivial: 3 char repeat typosDr. David Alan Gilbert6-6/+7
2022-06-28Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson5-6/+64
2022-06-27virtio-iommu: Fix migration regressionZhenzhong Duan1-0/+8
2022-06-27vhost: setup error eventfd and dump errorsKonstantin Khlebnikov1-0/+37
2022-06-27vhost: add method vhost_set_vring_errKonstantin Khlebnikov2-0/+13
2022-06-27msi: fix MSI vector limit check in msi_set_mask()Jagannathan Raman1-2/+2
2022-06-27virtio-iommu: Fix the partial copy of probe requestZhenzhong Duan1-4/+4
2022-06-27target/arm: Extend arm_pamax to more than aarch64Richard Henderson1-9/+1
2022-06-26artist: set memory region owners for buffers to the artist deviceMark Cave-Ayland1-1/+1
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland4-29/+12
2022-06-26pckbd: switch I8042 device from update_irq() function to PS2 device gpioMark Cave-Ayland1-4/+33
2022-06-26pckbd: add i8042_reset() function to I8042 deviceMark Cave-Ayland1-1/+9
2022-06-26pckbd: switch I8042_MMIO device from update_irq() function to PS2 device gpioMark Cave-Ayland1-6/+32
2022-06-26lasips2: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland1-4/+25
2022-06-26lasips2: use sysbus IRQ for output IRQMark Cave-Ayland1-4/+5