index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-02-06
block/export: Add option to allow export of inactive nodes
Kevin Wolf
3
-11
/
+33
2025-02-06
block: Drain nodes before inactivating them
Kevin Wolf
1
-0
/
+2
2025-02-06
block/export: Don't ignore image activation error in blk_exp_add()
Kevin Wolf
1
-1
/
+5
2025-02-06
block: Support inactive nodes in blk_insert_bs()
Kevin Wolf
1
-2
/
+12
2025-02-06
block: Add blockdev-set-active QMP command
Kevin Wolf
4
-0
/
+88
2025-02-06
block: Add option to create inactive nodes
Kevin Wolf
3
-0
/
+16
2025-02-06
block: Fix crash on block_resize on inactive node
Kevin Wolf
2
-1
/
+8
2025-02-06
block: Don't attach inactive child to active node
Kevin Wolf
1
-0
/
+5
2025-02-06
migration/block-active: Remove global active flag
Kevin Wolf
3
-57
/
+0
2025-02-06
block: Inactivate external snapshot overlays when necessary
Kevin Wolf
1
-0
/
+16
2025-02-06
block: Allow inactivating already inactive nodes
Kevin Wolf
1
-4
/
+12
2025-02-06
block: Add 'active' field to BlockDeviceInfo
Kevin Wolf
8
-3
/
+39
2025-02-06
block-backend: Fix argument order when calling 'qapi_event_send_block_io_erro...
Peter Krempa
1
-1
/
+1
2025-02-06
scripts/qemu-gdb: Support coroutine dumps in coredumps
Peter Xu
1
-6
/
+73
2025-02-06
scripts/qemu-gdb: Simplify fs_base fetching for coroutines
Peter Xu
1
-21
/
+2
2025-02-06
scripts/qemu-gdb: Always do full stack dump for python errors
Peter Xu
1
-0
/
+2
2025-02-06
block: Fix leak in send_qmp_error_event
Fabiano Rosas
1
-2
/
+2
2025-02-06
block: Improve blk_get_attached_dev_id() docstring
Philippe Mathieu-Daudé
2
-4
/
+15
2025-02-06
vpc: Read images exported from Azure correctly
Vitaly Kuznetsov
1
-5
/
+3
2025-02-06
vpc: Split off vpc_ignore_current_size() helper
Vitaly Kuznetsov
1
-30
/
+37
2025-02-03
dbus: add -audio dbus nsamples option
Marc-André Lureau
3
-4
/
+51
2025-02-03
plugins: fix -Werror=maybe-uninitialized false-positive
Marc-André Lureau
1
-1
/
+1
2025-02-03
ui/dbus: clarify the kind of win32 handle that is shared
Marc-André Lureau
1
-2
/
+2
2025-02-03
ui/dbus: on win32, allow ANONYMOUS with p2p
Marc-André Lureau
3
-4
/
+22
2025-02-03
tests/qtest/vhost-user-test: Use modern virtio for vhost-user tests
Thomas Huth
1
-1
/
+2
2025-02-03
tests/qtest: Make qtest_has_accel() generic
Philippe Mathieu-Daudé
1
-11
/
+10
2025-02-03
tests/qtest: Extract qtest_qom_has_concrete_type() helper
Philippe Mathieu-Daudé
1
-38
/
+51
2025-02-03
tests/qtest/vmcoreinfo: add a unit test to exercize basic vmcoreinfo function
Ani Sinha
3
-0
/
+93
2025-02-03
tests/qtest/libqos: add DMA support for writing and reading fw_cfg files
Ani Sinha
2
-1
/
+144
2025-02-03
libqos/fw_cfg: refactor file directory iteraton to make it more reusable
Ani Sinha
1
-23
/
+40
2025-02-03
qemu-options.hx: describe hub chardev and aggregation of several backends
Roman Penyaev
1
-4
/
+45
2025-02-03
tests/unit/test-char: add unit tests for hub chardev backend
Roman Penyaev
1
-0
/
+398
2025-02-03
chardev/char-hub: implement backend chardev aggregator
Roman Penyaev
6
-3
/
+401
2025-02-03
chardev/char-pty: send CHR_EVENT_CLOSED on disconnect
Roman Penyaev
1
-1
/
+3
2025-01-31
hw/sd: Remove unused SDState::enable
Peter Maydell
1
-8
/
+8
2025-01-31
hw/sd: Remove unused legacy functions, stop killing mammoths
Peter Maydell
2
-119
/
+8
2025-01-31
hw/sd: Remove unused 'enable' method from SDCardClass
Peter Maydell
2
-2
/
+0
2025-01-31
hw/sd/omap_mmc: Untabify
Peter Maydell
1
-62
/
+62
2025-01-31
hw/sd/omap_mmc: Remove unused coverswitch qemu_irq
Peter Maydell
1
-3
/
+0
2025-01-31
hw/arm/omap1: Inline creation of MMC
Peter Maydell
2
-26
/
+11
2025-01-31
hw/sd/omap_mmc: Use similar API for "wire up omap_clk" to other OMAP devices
Peter Maydell
2
-1
/
+11
2025-01-31
hw/sd/omap_mmc: Convert to SDBus API
Peter Maydell
3
-23
/
+19
2025-01-31
hw/sd/omap_mmc: Convert output qemu_irqs to gpio and sysbus IRQ APIs
Peter Maydell
1
-7
/
+13
2025-01-31
hw/sd/omap_mmc: Convert remaining 'struct omap_mmc_s' uses to OMAPMMCState
Peter Maydell
2
-11
/
+11
2025-01-31
hw/sd/omap_mmc: Do a minimal conversion to QDev
Peter Maydell
3
-22
/
+69
2025-01-31
hw/loader: Pass ELFDATA endian order argument to load_elf()
Philippe Mathieu-Daudé
36
-59
/
+67
2025-01-31
hw/loader: Pass ELFDATA endian order argument to load_elf_as()
Philippe Mathieu-Daudé
6
-20
/
+16
2025-01-31
hw/loader: Pass ELFDATA endian order argument to load_elf_ram_sym()
Philippe Mathieu-Daudé
3
-13
/
+11
2025-01-31
hw/loader: Clarify local variable name in load_elf_ram_sym()
Philippe Mathieu-Daudé
1
-7
/
+3
2025-01-31
hw/loader: Remove unused load_elf_ram()
Philippe Mathieu-Daudé
2
-28
/
+2
[next]