summary refs log tree commit diff stats
path: root/scripts/qapi/source.py (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-10osdep: Introduce qemu_kill_thread()Ilya Leoshkevich2-0/+24
2025-02-10user: Introduce host_interrupt_signalIlya Leoshkevich3-5/+34
2025-02-10user: Introduce user/signal.hIlya Leoshkevich6-2/+26
2025-02-10gdbstub: Try unlinking the unix socket before bindingIlya Leoshkevich4-26/+16
2025-02-10gdbstub: Allow the %d placeholder in the socket pathIlya Leoshkevich1-0/+10
2025-02-10tests/qtest/migration: Pick smoke testsFabiano Rosas8-31/+67
2025-02-10tests/qtest/migration: Add --full optionFabiano Rosas10-1/+65
2025-02-10Revert "util/timer: avoid deadlock when shutting down"Alex Bennée1-13/+3
2025-02-10tests/qtest: tighten up the checks on clock_stepAlex Bennée1-2/+11
2025-02-10tests/qtest: rename qtest_send_prefix and roll-up into qtest_sendAlex Bennée4-26/+3
2025-02-10tests/qtest: simplify qtest_process_inbufAlex Bennée1-12/+8
2025-02-10tests/qtest: don't step clock at start of npcm7xx periodic IRQ testAlex Bennée1-1/+0
2025-02-10tests/qtest: don't attempt to clock_step while waiting for virtio ISRAlex Bennée2-8/+4
2025-02-10tests/docker: replicate the check-rust-tools-nightly CI jobAlex Bennée3-0/+25
2025-02-07MAINTAINERS: Mark me as reviewer only for 9pfsGreg Kurz1-2/+1
2025-02-06rust: add --rust-target option for bindgenPaolo Bonzini1-0/+3
2025-02-069pfs: improve v9fs_open() tracingChristian Schoenebeck5-2/+66
2025-02-069pfs: make multidevs=remap defaultChristian Schoenebeck2-22/+30
2025-02-069pfs: improve v9fs_walk() tracingChristian Schoenebeck2-6/+32
2025-02-04target/hppa: Update SeaBIOS-hppaHelge Deller1-0/+0
2025-02-04hw/pci-host/astro: Add LMMIO range supportHelge Deller2-3/+55
2025-02-04hw/hppa: Avoid creation of artist if disabled on command lineHelge Deller1-4/+7
2025-02-04artist: Allow disabling artist on command lineHelge Deller1-3/+6
2025-02-04hw/hppa: Wire up Diva GSP cardHelge Deller2-20/+12
2025-02-04hw/char: Add emulation of Diva GSP PCI management boardsHelge Deller4-0/+302
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