| Commit message (Expand) | Author | Age | Files | Lines |
* | block: Add bdrv_supports_compressed_writes() | Max Reitz | 2020-09-07 | 2 | -0/+24 |
* | block: Drop bdrv_is_encrypted() | Max Reitz | 2020-09-07 | 3 | -10/+1 |
* | block: Include filters when freezing backing chain | Max Reitz | 2020-09-07 | 1 | -21/+39 |
* | block: bdrv_set_backing_hd() is about bs->backing | Max Reitz | 2020-09-07 | 1 | -2/+2 |
* | block: bdrv_cow_child() for bdrv_has_zero_init() | Max Reitz | 2020-09-07 | 1 | -1/+1 |
* | block: Add chain helper functions | Max Reitz | 2020-09-07 | 2 | -0/+65 |
* | block: Add child access functions | Max Reitz | 2020-09-07 | 2 | -3/+132 |
* | block/nvme: Use an array of EventNotifier | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -10/+21 |
* | block/nvme: Extract nvme_poll_queue() | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -17/+27 |
* | block/nvme: Simplify nvme_create_queue_pair() arguments | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -6/+7 |
* | block/nvme: Replace BDRV_POLL_WHILE by AIO_WAIT_WHILE | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -1/+2 |
* | block/nvme: Simplify nvme_init_queue() arguments | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -4/+3 |
* | block/nvme: Replace qemu_try_blockalign(bs) by qemu_try_memalign(pg_sz) | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -5/+5 |
* | block/nvme: Replace qemu_try_blockalign0 by qemu_try_blockalign/memset | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -7/+9 |
* | block/nvme: Use union of NvmeIdCtrl / NvmeIdNs structures | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -16/+15 |
* | block/nvme: Rename local variable | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -10/+9 |
* | block/nvme: Use common error path in nvme_add_io_queue() | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -4/+5 |
* | block/nvme: Improve error message when IO queue creation failed | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -2/+2 |
* | block/nvme: Define INDEX macros to ease code review | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -14/+19 |
* | block/nvme: Let nvme_create_queue_pair() fail gracefully | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -2/+10 |
* | block/nvme: Avoid further processing if trace event not enabled | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -0/+3 |
* | block/nvme: Replace magic value by SCALE_MS definition | Philippe Mathieu-Daudé | 2020-09-07 | 1 | -1/+1 |
* | block: Raise an error when backing file parameter is an empty string | Connor Kuehl | 2020-09-07 | 3 | -0/+13 |
* | Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200904-pull-request' i... | Peter Maydell | 2020-09-06 | 4 | -26/+40 |
|\ |
|
| * | ui/gtk: Update refresh interval after widget is realized | Philippe Mathieu-Daudé | 2020-09-04 | 1 | -26/+26 |
| * | ui: Add more mouse buttons to SPICE | Frediano Ziglio | 2020-09-04 | 1 | -0/+2 |
| * | vnc-auth-sasl: Plug memleak in vnc_socket_ip_addr_string | Pan Nengyuan | 2020-09-04 | 1 | -0/+1 |
| * | ui/gtk-gl-area: Plug memleak in gd_gl_area_create_context() | Pan Nengyuan | 2020-09-04 | 1 | -0/+11 |
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20200903' into staging | Peter Maydell | 2020-09-05 | 3 | -67/+143 |
|\ \ |
|
| * | | tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem | Richard Henderson | 2020-09-03 | 1 | -3/+49 |
| * | | tcg: Eliminate one store for in-place 128-bit dup_mem | Richard Henderson | 2020-09-03 | 1 | -2/+2 |
| * | | softmmu/cpus: Only set parallel_cpus for SMP | Richard Henderson | 2020-09-03 | 1 | -1/+10 |
| * | | tcg: Fix tcg gen for vectorized absolute value | Stephen Long | 2020-09-03 | 1 | -2/+3 |
| * | | cputlb: Make store_helper less fragile to compiler optimizations | Richard Henderson | 2020-09-03 | 1 | -59/+79 |
* | | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-09-03' into ... | Peter Maydell | 2020-09-05 | 9 | -76/+108 |
|\ \ \ |
|
| * | | | docs/qdev-device-use: Don't suggest -drive and -net can do USB | Markus Armbruster | 2020-09-03 | 1 | -2/+32 |
| * | | | qapi: Document event VSERPORT_CHANGE is rate-limited | Markus Armbruster | 2020-09-03 | 1 | -0/+2 |
| * | | | docs/interop/qmp-spec: Point to the QEMU QMP reference manual | Markus Armbruster | 2020-09-03 | 1 | -3/+6 |
| * | | | scripts/qmp/qom-fuse: Fix getattr(), read() for files in / | Markus Armbruster | 2020-09-03 | 1 | -2/+8 |
| * | | | scripts/qmp/qom-fuse: Port to current Python module fuse | Markus Armbruster | 2020-09-03 | 1 | -46/+47 |
| * | | | scripts/qmp/qom-fuse: Unbreak import of QEMUMonitorProtocol | Markus Armbruster | 2020-09-03 | 1 | -2/+2 |
| * | | | qapi/block-core.json: Remove stale description of 'blockdev-add' | Kashyap Chamarthy | 2020-09-03 | 1 | -3/+1 |
| * | | | qapi: enable use of g_autoptr with QAPI types | Daniel P. Berrangé | 2020-09-03 | 4 | -18/+10 |
* | | | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.2-pull-re... | Peter Maydell | 2020-09-04 | 6 | -1/+337 |
|\ \ \ \ |
|
| * | | | | linux-user: Add support for btrfs ioctls used to scrub a filesystem | Filip Bozuta | 2020-09-03 | 3 | -0/+43 |
| * | | | | linux-user: Add support for btrfs ioctls used to manage quota | Filip Bozuta | 2020-09-03 | 3 | -0/+63 |
| * | | | | linux-user: Add support for two btrfs ioctls used for subvolume | Filip Bozuta | 2020-09-03 | 3 | -0/+23 |
| * | | | | linux-user: Add support for a group of btrfs inode ioctls | Filip Bozuta | 2020-09-03 | 3 | -0/+57 |
| * | | | | linux-user: Add support for btrfs ioctls used to get/set features | Filip Bozuta | 2020-09-03 | 3 | -0/+20 |
| * | | | | linux-user: Add support for btrfs ioctls used to manipulate with devices | Filip Bozuta | 2020-09-03 | 3 | -1/+53 |