summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| * 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
* | m68k: virt: pass RNG seed via bootinfo blockJason A. Donenfeld2022-07-061-0/+1
|/
* Merge tag 'pull-request-2022-07-05' of https://gitlab.com/thuth/qemu into sta...Richard Henderson2022-07-052-67/+0Star
|\
| * include/qemu/host-utils: Remove unused code in the *_overflow wrappersThomas Huth2022-07-051-65/+0Star
| * disas: Remove libvixl disassemblerThomas Huth2022-07-051-2/+0Star
* | hw/intc/loongarch_ipi: Fix ipi device access of 64bitsXiaojuan Yang2022-07-051-3/+4
* | Merge tag 'pull-la-20220704' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2022-07-041-0/+2
|\ \ | |/ |/|
| * hw/intc/loongarch_pch_msi: Fix msi vector convertionMao Bibo2022-07-041-0/+2
* | ui/console: allow display device to be labeled with given idWen, Jianxian2022-07-011-0/+1
|/
* 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-305-12/+2Star
|\
| * 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
| * util: Return void on iova_tree_removeEugenio Pérez2022-06-281-3/+1Star
| * qom/object: Remove circular include dependencyPhilippe Mathieu-Daudé2022-06-281-1/+0Star
* | Merge tag 'pull-block-2022-06-14-v2' of https://gitlab.com/vsementsov/qemu in...Richard Henderson2022-06-292-1/+16
|\ \
| * | block/block-copy: block_copy(): add timeout_ns parameterVladimir Sementsov-Ogievskiy2022-06-291-1/+3
| * | util: add qemu-co-timeoutVladimir Sementsov-Ogievskiy2022-06-291-0/+13
| |/