summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into ...Peter Maydell2022-07-151-22/+24
|\
| * nvme: Fix misleading macro when mixed with ternary operatorDarren Kenny2022-07-151-22/+22
| * hw/nvme: Implement shadow doorbell buffer supportJinhao Fan2022-07-151-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
| |/
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-07-143-3/+23
|\ \ | |/ |/|
| * 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-132-0/+2
| * 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-132-0/+4
| * cutils: Introduce bundle mechanismAkihiko Odaki2022-07-131-3/+15
* | Merge tag 'mips-20220712' of https://github.com/philmd/qemu into stagingPeter Maydell2022-07-131-13/+0Star
|\ \
| * | semihosting: Remove qemu_semihosting_log_outRichard Henderson2022-07-121-13/+0Star
| |/
* | block: Reorganize some declarations in block-backend-io.hAlberto Faria2022-07-121-45/+32Star
* | block: Add blk_co_truncate()Alberto Faria2022-07-121-2/+6
* | block: Add blk_co_ioctl()Alberto Faria2022-07-121-1/+4
* | block: Implement blk_flush() using generated_co_wrapperAlberto Faria2022-07-121-1/+1
* | block: Implement blk_pdiscard() using generated_co_wrapperAlberto Faria2022-07-121-1/+2
* | block: Implement blk_pwrite_zeroes() using generated_co_wrapperAlberto Faria2022-07-121-2/+3
* | block: Add blk_co_pwrite_compressed()Alberto Faria2022-07-121-2/+5
* | block: Change blk_pwrite_compressed() param orderAlberto Faria2022-07-121-2/+2
* | block: Export blk_pwritev_part() in block-backend-io.hAlberto Faria2022-07-121-0/+4
* | block: Add blk_[co_]preadv_part()Alberto Faria2022-07-121-0/+7
* | block: Add blk_{preadv,pwritev}()Alberto Faria2022-07-121-0/+6
* | block: Implement blk_{pread,pwrite}() using generated_co_wrapperAlberto Faria2022-07-121-4/+6
* | block: Make blk_co_pwrite() take a const bufferAlberto Faria2022-07-121-1/+1
* | block: Make 'bytes' param of blk_{pread,pwrite}() an int64_tAlberto Faria2022-07-121-3/+3
* | block: Change blk_{pread,pwrite}() param orderAlberto Faria2022-07-121-2/+2
* | block: Add a 'flags' param to blk_pread()Alberto Faria2022-07-121-1/+2
* | block: Add bdrv_co_pwrite_sync()Alberto Faria2022-07-121-2/+6
* | block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapperAlberto Faria2022-07-121-6/+9
* | block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_tAlberto Faria2022-07-121-2/+2
* | block: Make bdrv_co_pwrite() take a const bufferAlberto Faria2022-07-121-1/+1
* | crypto: Make block callbacks return 0 on successAlberto Faria2022-07-121-16/+16
* | block: Change bdrv_{pread,pwrite,pwrite_sync}() param orderAlberto Faria2022-07-121-5/+5
* | block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}()Alberto Faria2022-07-121-3/+4
|/
* hw/arm/virt: dt: add rng-seed propertyJason A. Donenfeld2022-07-071-1/+1
* Merge tag 'pull-ppc-20220706' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2022-07-073-18/+27
|\
| * ppc/spapr: Implement H_WATCHDOGAlexey Kardashevskiy2022-07-061-1/+24
| * ppc: Define SETFIELD for the ppc targetAlexey Kardashevskiy2022-07-061-16/+0Star