summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-06block/export: Add option to allow export of inactive nodesKevin Wolf3-11/+33
2025-02-06block: Drain nodes before inactivating themKevin Wolf1-0/+2
2025-02-06block/export: Don't ignore image activation error in blk_exp_add()Kevin Wolf1-1/+5
2025-02-06block: Support inactive nodes in blk_insert_bs()Kevin Wolf1-2/+12
2025-02-06block: Add blockdev-set-active QMP commandKevin Wolf4-0/+88
2025-02-06block: Add option to create inactive nodesKevin Wolf3-0/+16
2025-02-06block: Fix crash on block_resize on inactive nodeKevin Wolf2-1/+8
2025-02-06block: Don't attach inactive child to active nodeKevin Wolf1-0/+5
2025-02-06migration/block-active: Remove global active flagKevin Wolf3-57/+0
2025-02-06block: Inactivate external snapshot overlays when necessaryKevin Wolf1-0/+16
2025-02-06block: Allow inactivating already inactive nodesKevin Wolf1-4/+12
2025-02-06block: Add 'active' field to BlockDeviceInfoKevin Wolf8-3/+39
2025-02-06block-backend: Fix argument order when calling 'qapi_event_send_block_io_erro...Peter Krempa1-1/+1
2025-02-06scripts/qemu-gdb: Support coroutine dumps in coredumpsPeter Xu1-6/+73
2025-02-06scripts/qemu-gdb: Simplify fs_base fetching for coroutinesPeter Xu1-21/+2
2025-02-06scripts/qemu-gdb: Always do full stack dump for python errorsPeter Xu1-0/+2
2025-02-06block: Fix leak in send_qmp_error_eventFabiano Rosas1-2/+2
2025-02-06block: Improve blk_get_attached_dev_id() docstringPhilippe Mathieu-Daudé2-4/+15
2025-02-06vpc: Read images exported from Azure correctlyVitaly Kuznetsov1-5/+3
2025-02-06vpc: Split off vpc_ignore_current_size() helperVitaly Kuznetsov1-30/+37
2025-02-03dbus: add -audio dbus nsamples optionMarc-André Lureau3-4/+51
2025-02-03plugins: fix -Werror=maybe-uninitialized false-positiveMarc-André Lureau1-1/+1
2025-02-03ui/dbus: clarify the kind of win32 handle that is sharedMarc-André Lureau1-2/+2
2025-02-03ui/dbus: on win32, allow ANONYMOUS with p2pMarc-André Lureau3-4/+22
2025-02-03tests/qtest/vhost-user-test: Use modern virtio for vhost-user testsThomas Huth1-1/+2
2025-02-03tests/qtest: Make qtest_has_accel() genericPhilippe Mathieu-Daudé1-11/+10
2025-02-03tests/qtest: Extract qtest_qom_has_concrete_type() helperPhilippe Mathieu-Daudé1-38/+51
2025-02-03tests/qtest/vmcoreinfo: add a unit test to exercize basic vmcoreinfo functionAni Sinha3-0/+93
2025-02-03tests/qtest/libqos: add DMA support for writing and reading fw_cfg filesAni Sinha2-1/+144
2025-02-03libqos/fw_cfg: refactor file directory iteraton to make it more reusableAni Sinha1-23/+40
2025-02-03qemu-options.hx: describe hub chardev and aggregation of several backendsRoman Penyaev1-4/+45
2025-02-03tests/unit/test-char: add unit tests for hub chardev backendRoman Penyaev1-0/+398
2025-02-03chardev/char-hub: implement backend chardev aggregatorRoman Penyaev6-3/+401
2025-02-03chardev/char-pty: send CHR_EVENT_CLOSED on disconnectRoman Penyaev1-1/+3
2025-01-31hw/sd: Remove unused SDState::enablePeter Maydell1-8/+8
2025-01-31hw/sd: Remove unused legacy functions, stop killing mammothsPeter Maydell2-119/+8
2025-01-31hw/sd: Remove unused 'enable' method from SDCardClassPeter Maydell2-2/+0
2025-01-31hw/sd/omap_mmc: UntabifyPeter Maydell1-62/+62
2025-01-31hw/sd/omap_mmc: Remove unused coverswitch qemu_irqPeter Maydell1-3/+0
2025-01-31hw/arm/omap1: Inline creation of MMCPeter Maydell2-26/+11
2025-01-31hw/sd/omap_mmc: Use similar API for "wire up omap_clk" to other OMAP devicesPeter Maydell2-1/+11
2025-01-31hw/sd/omap_mmc: Convert to SDBus APIPeter Maydell3-23/+19
2025-01-31hw/sd/omap_mmc: Convert output qemu_irqs to gpio and sysbus IRQ APIsPeter Maydell1-7/+13
2025-01-31hw/sd/omap_mmc: Convert remaining 'struct omap_mmc_s' uses to OMAPMMCStatePeter Maydell2-11/+11
2025-01-31hw/sd/omap_mmc: Do a minimal conversion to QDevPeter Maydell3-22/+69
2025-01-31hw/loader: Pass ELFDATA endian order argument to load_elf()Philippe Mathieu-Daudé36-59/+67
2025-01-31hw/loader: Pass ELFDATA endian order argument to load_elf_as()Philippe Mathieu-Daudé6-20/+16
2025-01-31hw/loader: Pass ELFDATA endian order argument to load_elf_ram_sym()Philippe Mathieu-Daudé3-13/+11
2025-01-31hw/loader: Clarify local variable name in load_elf_ram_sym()Philippe Mathieu-Daudé1-7/+3
2025-01-31hw/loader: Remove unused load_elf_ram()Philippe Mathieu-Daudé2-28/+2