summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
...
* lasips2: remove the qdev base property and the lasips2_properties arrayMark Cave-Ayland2022-07-181-2/+1Star
* pl050: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2022-07-181-0/+2
* pl050: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2022-07-181-0/+2
* pl050: introduce PL050DeviceClass for the PL050 deviceMark Cave-Ayland2022-07-181-1/+7
* pl050: introduce new PL050_MOUSE_DEVICE QOM typeMark Cave-Ayland2022-07-181-0/+7
* pl050: introduce new PL050_KBD_DEVICE QOM typeMark Cave-Ayland2022-07-181-0/+7
* pl050: change PL050State dev pointer from void to PS2StateMark Cave-Ayland2022-07-181-1/+1
* pl050: move PL050State from pl050.c to new pl050.h header fileMark Cave-Ayland2022-07-181-0/+35
* Align Raspberry Pi DMA interrupts with Linux DTSAndrey Makarov2022-07-181-0/+2
* Merge tag 'pull-aspeed-20220714' of https://github.com/legoater/qemu into sta...Peter Maydell2022-07-154-2/+32
|\
| * aspeed: Make aspeed_board_init_flashes publicPeter Delevoryas2022-07-141-0/+2
| * aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas2022-07-141-2/+5
| * hw/sensor: Add IC_DEVICE_ID to ISL voltage regulatorsPeter Delevoryas2022-07-141-0/+5
| * hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas2022-07-141-0/+7
| * aspeed: sbc: Allow per-machine settingsJoel Stanley2022-07-141-0/+13
* | scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for MacintoshMark Cave-Ayland2022-07-131-0/+1
* | scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...Mark Cave-Ayland2022-07-131-0/+1
* | scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for MacintoshMark Cave-Ayland2022-07-131-0/+1
* | scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for MacintoshMark Cave-Ayland2022-07-131-0/+3
|/
* hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld2022-07-071-1/+1
* ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy2022-07-061-1/+24
* ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy2022-07-061-16/+0Star
* spapr/ddw: Reset DMA when the last non-default window is removedAlexey Kardashevskiy2022-07-061-0/+1
* ppc/pnv: assign pnv-phb-root-port chassis/slot earlierDaniel Henrique Barboza2022-07-061-1/+2
* ppc/pnv: attach phb3/phb4 root ports in QOM treeDaniel Henrique Barboza2022-07-061-1/+1
* hw/intc/loongarch_ipi: Fix ipi device access of 64bitsXiaojuan Yang2022-07-051-3/+4
* hw/intc/loongarch_pch_msi: Fix msi vector convertionMao Bibo2022-07-041-0/+2
* hw/misc/aspeed: Add PECI controllerPeter Delevoryas2022-06-302-0/+32
* hw/i2c/aspeed: Add new-registers DMA slave mode RX supportPeter Delevoryas2022-06-301-0/+3
* hw/i2c/aspeed: add slave device in old register modeKlaus Jensen2022-06-301-0/+8
* hw/i2c: add asynchronous sendKlaus Jensen2022-06-301-0/+16
* hw/i2c: support multiple mastersKlaus Jensen2022-06-301-0/+14
* aspeed: Map unimplemented devices in SoC memoryPeter Delevoryas2022-06-301-0/+9
* aspeed: Remove usage of sysbus_mmio_mapPeter Delevoryas2022-06-301-0/+1
* aspeed: Add memory property to Aspeed SoCPeter Delevoryas2022-06-301-0/+1
* aspeed: Set the dram container at the SoC levelCédric Le Goater2022-06-301-0/+2
* Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent...Richard Henderson2022-06-303-8/+1Star
|\
| * hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove itBernhard Beschow2022-06-291-1/+0Star
| * hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route()Bernhard Beschow2022-06-292-6/+1Star
| * hw/pci-host/i440fx: Remove unused parameter from i440fx_init()Bernhard Beschow2022-06-281-1/+0Star
* | include/hw/virtio: document vhost_ack_featuresAlex Bennée2022-06-281-0/+10
* | include/hw/virtio: document vhost_get_featuresAlex Bennée2022-06-281-0/+11
* | vhost: setup error eventfd and dump errorsKonstantin Khlebnikov2022-06-281-0/+1
* | vhost: add method vhost_set_vring_errKonstantin Khlebnikov2022-06-281-0/+3
|/
* ps2: remove update_irq() function and update_arg parameterMark Cave-Ayland2022-06-261-4/+2Star
* pckbd: add QEMU interface comment for I8042 deviceMark Cave-Ayland2022-06-261-0/+10
* pckbd: add QEMU interface comment for I8042_MMIO deviceMark Cave-Ayland2022-06-261-0/+11
* lasips2: add QEMU interface commentMark Cave-Ayland2022-06-261-0/+14
* lasips2: add base propertyMark Cave-Ayland2022-06-261-0/+1
* lasips2: move mapping of LASIPS2 registers to HPPA machineMark Cave-Ayland2022-06-261-2/+1Star