aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
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
2022-06-26lasips2: implement lasips2_realize()Mark Cave-Ayland1-3/+8
2022-06-26lasips2: add base propertyMark Cave-Ayland1-1/+16
2022-06-26lasips2: move initialisation of PS2 ports from lasi_initfn() to lasi_init()Mark Cave-Ayland1-3/+5
2022-06-26lasips2: move mapping of LASIPS2 registers to HPPA machineMark Cave-Ayland2-8/+10
2022-06-26lasips2: implement lasips2_init() functionMark Cave-Ayland1-4/+14
2022-06-26lasips2: rename lasips2_init() to lasips2_initfn() and update it to return th...Mark Cave-Ayland2-4/+6
2022-06-26lasips2: move lasips2 QOM types from lasips2.c to lasips2.hMark Cave-Ayland1-23/+0
2022-06-26lasips2: QOMify LASIPS2StateMark Cave-Ayland1-3/+26
2022-06-26pl050: add QEMU interface commentMark Cave-Ayland1-0/+8
2022-06-26pl050: switch over from update_irq() function to PS2 device gpioMark Cave-Ayland1-3/+11
2022-06-26pckbd: replace irq_kbd and irq_mouse with qemu_irq array in KBDStateMark Cave-Ayland1-6/+6
2022-06-26ps2: add gpio for output IRQ and optionally use it in ps2_raise_irq() and ps2...Mark Cave-Ayland1-2/+19
2022-06-26ps2: introduce ps2_lower_irq() instead of calling update_irq() directlyMark Cave-Ayland1-2/+7
2022-06-26ps2: use ps2_raise_irq() instead of calling update_irq() directlyMark Cave-Ayland1-1/+1
2022-06-26ps2: make ps2_raise_irq() function staticMark Cave-Ayland1-1/+1
2022-06-26pckbd: move ps2_kbd_init() and ps2_mouse_init() to i8042_mmio_realize()Mark Cave-Ayland1-3/+3