| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Stefan Hajnoczi | 2025-02-10 | 1 | -30/+35 |
| |\ |
|
| | * | vpc: Read images exported from Azure correctly | Vitaly Kuznetsov | 2025-02-06 | 1 | -5/+3 |
| | * | vpc: Split off vpc_ignore_current_size() helper | Vitaly Kuznetsov | 2025-02-06 | 1 | -30/+37 |
| * | | qapi: Move include/qapi/qmp/ to include/qobject/ | Daniel P. Berrangé | 2025-02-10 | 1 | -1/+1 |
| |/ |
|
| * | include: Rename sysemu/ -> system/ | Philippe Mathieu-Daudé | 2024-12-20 | 1 | -1/+1 |
| * | block: Take graph lock for most of .bdrv_open | Kevin Wolf | 2023-11-08 | 1 | -2/+2 |
| * | block: Mark bdrv_has_zero_init() and callers GRAPH_RDLOCK | Kevin Wolf | 2023-11-07 | 1 | -1/+1 |
| * | cpr: relax blockdev migration blockers | Steve Sistare | 2023-11-01 | 1 | -1/+1 |
| * | migration: simplify blockers | Steve Sistare | 2023-10-20 | 1 | -4/+2 |
| * | block: Mark bdrv_get_parent_name() and callers GRAPH_RDLOCK | Kevin Wolf | 2023-10-12 | 1 | -0/+3 |
| * | block/vpc: Avoid dynamic stack allocation | Philippe Mathieu-Daudé | 2023-09-08 | 1 | -2/+2 |
| * | vpc: mark more functions as coroutine_fns and GRAPH_RDLOCK | Paolo Bonzini | 2023-06-28 | 1 | -26/+26 |
| * | block: Call .bdrv_co_create(_opts) unlocked | Kevin Wolf | 2023-05-19 | 1 | -3/+3 |
| * | block: bdrv/blk_co_unref() for calls in coroutine context | Kevin Wolf | 2023-05-10 | 1 | -3/+3 |
| * | block: Mark bdrv_co_create() and callers GRAPH_RDLOCK | Kevin Wolf | 2023-02-23 | 1 | -4/+3 |
| * | block: Mark public read/write functions GRAPH_RDLOCK | Kevin Wolf | 2023-02-23 | 1 | -2/+2 |
| * | vpc: Fix .bdrv_co_create(_opts) to open images with no_co_wrapper | Kevin Wolf | 2023-02-17 | 1 | -5/+5 |
| * | block: Convert bdrv_get_info() to co_wrapper_mixed | Emanuele Giuseppe Esposito | 2023-02-01 | 1 | -2/+3 |
| * | block: bdrv_create_file is a coroutine_fn | Emanuele Giuseppe Esposito | 2022-12-15 | 1 | -1/+1 |
| * | block: introduce bdrv_open_file_child() helper | Vladimir Sementsov-Ogievskiy | 2022-10-27 | 1 | -4/+3 |
| * | block: Change blk_{pread,pwrite}() param order | Alberto Faria | 2022-07-12 | 1 | -6/+6 |
| * | block: Change bdrv_{pread,pwrite,pwrite_sync}() param order | Alberto Faria | 2022-07-12 | 1 | -11/+11 |
| * | block: Add a 'flags' param to bdrv_{pread,pwrite,pwrite_sync}() | Alberto Faria | 2022-07-12 | 1 | -9/+10 |
| * | osdep: Move memalign-related functions to their own header | Peter Maydell | 2022-03-07 | 1 | -0/+1 |
| * | block/vpc: Add a sanity check that fixed-size images have the right type | Thomas Huth | 2021-11-02 | 1 | -1/+2 |
| * | block: use int64_t instead of uint64_t in driver write handlers | Vladimir Sementsov-Ogievskiy | 2021-09-29 | 1 | -2/+2 |
| * | block: use int64_t instead of uint64_t in driver read handlers | Vladimir Sementsov-Ogievskiy | 2021-09-29 | 1 | -2/+2 |
| * | block/vpc: Use sizeof() instead of HEADER_SIZE for footer size | Markus Armbruster | 2020-12-18 | 1 | -15/+14 |
| * | block/vpc: Pass footer buffers as VHDFooter * instead of uint8_t * | Markus Armbruster | 2020-12-18 | 1 | -7/+7 |
| * | block/vpc: Pad VHDFooter, replace uint8_t[] buffers | Markus Armbruster | 2020-12-18 | 1 | -40/+37 |
| * | block/vpc: Use sizeof() instead of 1024 for dynamic header size | Markus Armbruster | 2020-12-18 | 1 | -4/+5 |
| * | block/vpc: Pad VHDDynDiskHeader, replace uint8_t[] buffers | Markus Armbruster | 2020-12-18 | 1 | -22/+19 |
| * | block/vpc: Make vpc_checksum() take void * | Markus Armbruster | 2020-12-18 | 1 | -1/+2 |
| * | block/vpc: Don't abuse the footer buffer for dynamic header | Markus Armbruster | 2020-12-18 | 1 | -10/+12 |
| * | block/vpc: Don't abuse the footer buffer as BAT sector buffer | Markus Armbruster | 2020-12-18 | 1 | -2/+3 |
| * | block/vpc: Make vpc_open() read the full dynamic header | Markus Armbruster | 2020-12-18 | 1 | -4/+4 |
| * | block: Fix some code style problems, "foo* bar" should be "foo *bar" | shiliyang | 2020-11-09 | 1 | -5/+5 |
| * | error: Avoid error_propagate() after migrate_add_blocker() | Markus Armbruster | 2020-07-10 | 1 | -3/+2 |
| * | qapi: Smooth another visitor error checking pattern | Markus Armbruster | 2020-07-10 | 1 | -5/+2 |
| * | error: Eliminate error_propagate() with Coccinelle, part 2 | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
| * | error: Eliminate error_propagate() with Coccinelle, part 1 | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
| * | qemu-option: Use returned bool to check for failure | Markus Armbruster | 2020-07-10 | 1 | -2/+1 |
| * | block/vpc: return ZERO block-status when appropriate | Vladimir Sementsov-Ogievskiy | 2020-07-06 | 1 | -2/+1 |
| * | block: Use bdrv_default_perms() | Max Reitz | 2020-05-18 | 1 | -1/+1 |
| * | block: Make format drivers use child_of_bds | Max Reitz | 2020-05-18 | 1 | -2/+2 |
| * | block: Add BdrvChildRole to BdrvChild | Max Reitz | 2020-05-18 | 1 | -1/+1 |
| * | block: Add BlockDriver.is_format | Max Reitz | 2020-05-18 | 1 | -0/+1 |
| * | block: Add blk_new_with_bs() helper | Eric Blake | 2020-05-05 | 1 | -4/+4 |
| * | block-backend: Add flags to blk_truncate() | Kevin Wolf | 2020-04-30 | 1 | -1/+1 |
| * | vpc: Don't round up already aligned BAT sizes | Kevin Wolf | 2020-04-07 | 1 | -1/+1 |