aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-18pl050: don't use legacy ps2_mouse_init() functionMark Cave-Ayland1-0/+2
2022-07-18pl050: don't use legacy ps2_kbd_init() functionMark Cave-Ayland1-0/+2
2022-07-18pl050: introduce PL050DeviceClass for the PL050 deviceMark Cave-Ayland1-1/+7
2022-07-18pl050: introduce new PL050_MOUSE_DEVICE QOM typeMark Cave-Ayland1-0/+7
2022-07-18pl050: introduce new PL050_KBD_DEVICE QOM typeMark Cave-Ayland1-0/+7
2022-07-18pl050: change PL050State dev pointer from void to PS2StateMark Cave-Ayland1-1/+1
2022-07-18pl050: move PL050State from pl050.c to new pl050.h header fileMark Cave-Ayland1-0/+35
2022-07-18Align Raspberry Pi DMA interrupts with Linux DTSAndrey Makarov1-0/+2
2022-07-15Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into ...Peter Maydell1-22/+24
2022-07-15Merge tag 'pull-aspeed-20220714' of https://github.com/legoater/qemu into sta...Peter Maydell4-2/+32
2022-07-15nvme: Fix misleading macro when mixed with ternary operatorDarren Kenny1-22/+22
2022-07-15hw/nvme: Implement shadow doorbell buffer supportJinhao Fan1-0/+2
2022-07-14Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell3-3/+23
2022-07-14aspeed: Make aspeed_board_init_flashes publicPeter Delevoryas1-0/+2
2022-07-14aspeed: Refactor UART init for multi-SoC machinesPeter Delevoryas1-2/+5
2022-07-14hw/sensor: Add IC_DEVICE_ID to ISL voltage regulatorsPeter Delevoryas1-0/+5
2022-07-14hw/i2c/pmbus: Add idle state to return 0xff'sPeter Delevoryas1-0/+7
2022-07-14aspeed: sbc: Allow per-machine settingsJoel Stanley1-0/+13
2022-07-13Merge tag 'mips-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell1-13/+0
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_TRUNCATED quirk for MacintoshMark Cave-Ayland1-0/+1
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_PAGE_VENDOR_SPECIFIC_APPLE quirk for Maci...Mark Cave-Ayland2-0/+2
2022-07-13scsi-disk: add SCSI_DISK_QUIRK_MODE_SENSE_ROM_USE_DBD quirk for MacintoshMark Cave-Ayland1-0/+1
2022-07-13scsi-disk: add MODE_PAGE_APPLE_VENDOR quirk for MacintoshMark Cave-Ayland2-0/+4
2022-07-13cutils: Introduce bundle mechanismAkihiko Odaki1-3/+15
2022-07-12semihosting: Remove qemu_semihosting_log_outRichard Henderson1-13/+0
2022-07-12block: Reorganize some declarations in block-backend-io.hAlberto Faria1-45/+32
2022-07-12block: Add blk_co_truncate()Alberto Faria1-2/+6
2022-07-12block: Add blk_co_ioctl()Alberto Faria1-1/+4
2022-07-12block: Implement blk_flush() using generated_co_wrapperAlberto Faria1-1/+1
2022-07-12block: Implement blk_pdiscard() using generated_co_wrapperAlberto Faria1-1/+2
2022-07-12block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria1-2/+3
2022-07-12block: Add blk_co_pwrite_compressed()Alberto Faria1-2/+5
2022-07-12block: Change blk_pwrite_compressed() param orderAlberto Faria1-2/+2
2022-07-12block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria1-0/+4
2022-07-12block: Add blk_[co_]preadv_part()Alberto Faria1-0/+7
2022-07-12block: Add blk_{preadv,pwritev}()Alberto Faria1-0/+6
2022-07-12block: Implement blk_{pread,pwrite}() using generated_co_wrapperAlberto Faria1-4/+6
2022-07-12block: Make blk_co_pwrite() take a const bufferAlberto Faria1-1/+1
2022-07-12block: Make 'bytes' param of blk_{pread,pwrite}() an int64_tAlberto Faria1-3/+3
2022-07-12block: Change blk_{pread,pwrite}() param orderAlberto Faria1-2/+2
2022-07-12block: Add a 'flags' param to blk_pread()Alberto Faria1-1/+2
2022-07-12block: Add bdrv_co_pwrite_sync()Alberto Faria1-2/+6
2022-07-12block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapperAlberto Faria1-6/+9
2022-07-12block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_tAlberto Faria1-2/+2
2022-07-12block: Make bdrv_co_pwrite() take a const bufferAlberto Faria1-1/+1
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria1-16/+16
2022-07-12block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria1-5/+5
2022-07-12block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria1-3/+4
2022-07-07hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld1-1/+1
2022-07-07Merge tag 'pull-ppc-20220706' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson3-18/+27