aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for MacintoshMark Cave-Ayland
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...Mark Cave-Ayland
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for MacintoshMark Cave-Ayland
2022-07-13scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for MacintoshMark Cave-Ayland
2022-07-07hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld
2022-07-06ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy
2022-07-06ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy
2022-07-06spapr/ddw: Reset DMA when the last non-default window is removedAlexey Kardashevskiy
2022-07-06ppc/pnv: assign pnv-phb-root-port chassis/slot earlierDaniel Henrique Barboza
2022-07-06ppc/pnv: attach phb3/phb4 root ports in QOM treeDaniel Henrique Barboza
2022-07-05hw/intc/loongarch_ipi: Fix ipi device access of 64bitsXiaojuan Yang
2022-07-04hw/intc/loongarch_pch_msi: Fix msi vector convertionMao Bibo
2022-06-30hw/misc/aspeed: Add PECI controllerPeter Delevoryas
2022-06-30hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas
2022-06-30hw/i2c/aspeed: add slave device in old register modeKlaus Jensen
2022-06-30hw/i2c: add asynchronous sendKlaus Jensen
2022-06-30hw/i2c: support multiple mastersKlaus Jensen
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 the dram container at the SoC levelCédric Le Goater
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/pci-host/i440fx: Remove unused parameter from i440fx_init()Bernhard Beschow
2022-06-27include/hw/virtio: document vhost_ack_featuresAlex Bennée
2022-06-27include/hw/virtio: document vhost_get_featuresAlex Bennée
2022-06-27vhost: setup error eventfd and dump errorsKonstantin Khlebnikov
2022-06-27vhost: add method vhost_set_vring_errKonstantin Khlebnikov
2022-06-26ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland
2022-06-26pckbd: add QEMU interface comment for I8042 deviceMark Cave-Ayland
2022-06-26pckbd: add QEMU interface comment for I8042_MMIO deviceMark Cave-Ayland
2022-06-26lasips2: add QEMU interface commentMark Cave-Ayland
2022-06-26lasips2: add base propertyMark Cave-Ayland
2022-06-26lasips2: move mapping of LASIPS2 registers to HPPA machineMark 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-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: make ps2_raise_irq() function staticMark Cave-Ayland
2022-06-26pckbd: move mapping of I8042_MMIO registers to MIPS magnum machineMark Cave-Ayland
2022-06-26pckbd: alter i8042_mm_init() to return a I8042_MMIO deviceMark Cave-Ayland
2022-06-26pckbd: implement i8042_mmio_realize() functionMark Cave-Ayland
2022-06-26pckbd: add size qdev property to I8042_MMIO deviceMark Cave-Ayland
2022-06-26pckbd: introduce new I8042_MMIO QOM typeMark Cave-Ayland
2022-06-26pckbd: move ISAKBDState from pckbd.c to i8042.hMark Cave-Ayland
2022-06-26pckbd: move KBDState from pckbd.c to i8042.hMark Cave-Ayland
2022-06-26ps2: implement ps2_reset() for the PS2_DEVICE QOM type based upon ps2_common_...Mark Cave-Ayland
2022-06-26ps2: introduce PS2DeviceClassMark Cave-Ayland
2022-06-26ps2: improve function prototypes in ps2.c and ps2.hMark Cave-Ayland