| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | block: Add blk_co_pwrite_compressed() | Alberto Faria | 2022-07-12 | 1 | -2/+5 |
| * | | block: Change blk_pwrite_compressed() param order | Alberto Faria | 2022-07-12 | 1 | -2/+2 |
| * | | block: Export blk_pwritev_part() in block-backend-io.h | Alberto Faria | 2022-07-12 | 1 | -0/+4 |
| * | | block: Add blk_[co_]preadv_part() | Alberto Faria | 2022-07-12 | 1 | -0/+7 |
| * | | block: Add blk_{preadv,pwritev}() | Alberto Faria | 2022-07-12 | 1 | -0/+6 |
| * | | block: Implement blk_{pread,pwrite}() using generated_co_wrapper | Alberto Faria | 2022-07-12 | 1 | -4/+6 |
| * | | block: Make blk_co_pwrite() take a const buffer | Alberto Faria | 2022-07-12 | 1 | -1/+1 |
| * | | block: Make 'bytes' param of blk_{pread,pwrite}() an int64_t | Alberto Faria | 2022-07-12 | 1 | -3/+3 |
| * | | block: Change blk_{pread,pwrite}() param order | Alberto Faria | 2022-07-12 | 1 | -2/+2 |
| * | | block: Add a 'flags' param to blk_pread() | Alberto Faria | 2022-07-12 | 1 | -1/+2 |
| * | | block: Add bdrv_co_pwrite_sync() | Alberto Faria | 2022-07-12 | 1 | -2/+6 |
| * | | block: Implement bdrv_{pread,pwrite,pwrite_zeroes}() using generated_co_wrapper | Alberto Faria | 2022-07-12 | 1 | -6/+9 |
| * | | block: Make 'bytes' param of bdrv_co_{pread,pwrite,preadv,pwritev}() an int64_t | Alberto Faria | 2022-07-12 | 1 | -2/+2 |
| * | | block: Make bdrv_co_pwrite() take a const buffer | Alberto Faria | 2022-07-12 | 1 | -1/+1 |
| * | | crypto: Make block callbacks return 0 on success | Alberto Faria | 2022-07-12 | 1 | -16/+16 |
| * | | block: Change bdrv_{pread,pwrite,pwrite_sync}() param order | Alberto Faria | 2022-07-12 | 1 | -5/+5 |
| * | | block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() | Alberto Faria | 2022-07-12 | 1 | -3/+4 |
| |/ |
|
| * | hw/arm/virt: dt: add rng-seed property | Jason A. Donenfeld | 2022-07-07 | 1 | -1/+1 |
| * | Merge tag 'pull-ppc-20220706' of https://gitlab.com/danielhb/qemu into staging | Richard Henderson | 2022-07-07 | 3 | -18/+27 |
| |\ |
|
| | * | ppc/spapr: Implement H_WATCHDOG | Alexey Kardashevskiy | 2022-07-06 | 1 | -1/+24 |
| | * | ppc: Define SETFIELD for the ppc target | Alexey Kardashevskiy | 2022-07-06 | 1 | -16/+0 |
| | * | spapr/ddw: Reset DMA when the last non-default window is removed | Alexey Kardashevskiy | 2022-07-06 | 1 | -0/+1 |
| | * | ppc/pnv: assign pnv-phb-root-port chassis/slot earlier | Daniel Henrique Barboza | 2022-07-06 | 1 | -1/+2 |
| | * | ppc/pnv: attach phb3/phb4 root ports in QOM tree | Daniel Henrique Barboza | 2022-07-06 | 1 | -1/+1 |
| * | | m68k: virt: pass RNG seed via bootinfo block | Jason A. Donenfeld | 2022-07-06 | 1 | -0/+1 |
| |/ |
|
| * | Merge tag 'pull-request-2022-07-05' of https://gitlab.com/thuth/qemu into sta... | Richard Henderson | 2022-07-05 | 2 | -67/+0 |
| |\ |
|
| | * | include/qemu/host-utils: Remove unused code in the *_overflow wrappers | Thomas Huth | 2022-07-05 | 1 | -65/+0 |
| | * | disas: Remove libvixl disassembler | Thomas Huth | 2022-07-05 | 1 | -2/+0 |
| * | | hw/intc/loongarch_ipi: Fix ipi device access of 64bits | Xiaojuan Yang | 2022-07-05 | 1 | -3/+4 |
| * | | Merge tag 'pull-la-20220704' of https://gitlab.com/rth7680/qemu into staging | Richard Henderson | 2022-07-04 | 1 | -0/+2 |
| |\ \
| |/
|/| |
|
| | * | hw/intc/loongarch_pch_msi: Fix msi vector convertion | Mao Bibo | 2022-07-04 | 1 | -0/+2 |
| * | | ui/console: allow display device to be labeled with given id | Wen, Jianxian | 2022-07-01 | 1 | -0/+1 |
| |/ |
|
| * | hw/misc/aspeed: Add PECI controller | Peter Delevoryas | 2022-06-30 | 2 | -0/+32 |
| * | hw/i2c/aspeed: Add new-registers DMA slave mode RX support | Peter Delevoryas | 2022-06-30 | 1 | -0/+3 |
| * | hw/i2c/aspeed: add slave device in old register mode | Klaus Jensen | 2022-06-30 | 1 | -0/+8 |
| * | hw/i2c: add asynchronous send | Klaus Jensen | 2022-06-30 | 1 | -0/+16 |
| * | hw/i2c: support multiple masters | Klaus Jensen | 2022-06-30 | 1 | -0/+14 |
| * | aspeed: Map unimplemented devices in SoC memory | Peter Delevoryas | 2022-06-30 | 1 | -0/+9 |
| * | aspeed: Remove usage of sysbus_mmio_map | Peter Delevoryas | 2022-06-30 | 1 | -0/+1 |
| * | aspeed: Add memory property to Aspeed SoC | Peter Delevoryas | 2022-06-30 | 1 | -0/+1 |
| * | aspeed: Set the dram container at the SoC level | Cédric Le Goater | 2022-06-30 | 1 | -0/+2 |
| * | Merge tag 'trivial-branch-for-7.1-pull-request' of https://gitlab.com/laurent... | Richard Henderson | 2022-06-30 | 5 | -12/+2 |
| |\ |
|
| | * | hw/i386/xen/xen-hvm: Inline xen_piix_pci_write_config_client() and remove it | Bernhard Beschow | 2022-06-29 | 1 | -1/+0 |
| | * | hw/i386/xen/xen-hvm: Allow for stubbing xen_set_pci_link_route() | Bernhard Beschow | 2022-06-29 | 2 | -6/+1 |
| | * | hw/pci-host/i440fx: Remove unused parameter from i440fx_init() | Bernhard Beschow | 2022-06-28 | 1 | -1/+0 |
| | * | util: Return void on iova_tree_remove | Eugenio Pérez | 2022-06-28 | 1 | -3/+1 |
| | * | qom/object: Remove circular include dependency | Philippe Mathieu-Daudé | 2022-06-28 | 1 | -1/+0 |
| * | | Merge tag 'pull-block-2022-06-14-v2' of https://gitlab.com/vsementsov/qemu in... | Richard Henderson | 2022-06-29 | 2 | -1/+16 |
| |\ \ |
|
| | * | | block/block-copy: block_copy(): add timeout_ns parameter | Vladimir Sementsov-Ogievskiy | 2022-06-29 | 1 | -1/+3 |
| | * | | util: add qemu-co-timeout | Vladimir Sementsov-Ogievskiy | 2022-06-29 | 1 | -0/+13 |
| | |/ |
|