summary refs log tree commit diff stats
path: root/hw/core/qdev-properties-system.c (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-11vfio/migration: Move from STOP_COPY to STOP in vfio_save_cleanup()Avihai Horon1-6/+13
2023-09-08qemu-nbd: document -v behavior in respect to --fork in manDenis V. Lunev1-1/+3
2023-09-08qemu-nbd: Restore "qemu-nbd -v --fork" outputDenis V. Lunev1-4/+20
2023-09-08qxl: don't assert() if device isn't yet initializedMarc-André Lureau1-1/+4
2023-09-08hw/net/vmxnet3: Fix guest-triggerable assert()Thomas Huth1-1/+4
2023-09-08tests/qtest/usb-hcd: Remove the empty "init" testsThomas Huth2-11/+0
2023-09-08target/ppc: use g_free() in test_opcode_table()Daniel Henrique Barboza1-1/+1
2023-09-08hw/ppc: use g_free() in spapr_tce_table_post_load()Daniel Henrique Barboza1-1/+1
2023-09-08trivial: Simplify the spots that use TARGET_BIG_ENDIAN as a numeric valueThomas Huth9-75/+18
2023-09-08accel/tcg: Fix typo in translator_io_start() descriptionPhilippe Mathieu-Daudé1-1/+1
2023-09-08tests/qtest/test-hmp: Fix migrate_set_parameter xbzrle-cache-size testMarkus Armbruster1-1/+1
2023-09-08docs tests: Fix use of migrate_set_parameterMarkus Armbruster4-11/+11
2023-09-08qemu-options.hx: Rephrase the descriptions of the -hd* and -cdrom optionsThomas Huth1-8/+12
2023-09-08hw/display/xlnx_dp: update commentsPeter Maydell1-3/+6
2023-09-08block: spelling fixesMichael Tokarev13-18/+18
2023-09-08misc/other: spelling fixesMichael Tokarev11-23/+23
2023-09-08qga/: spelling fixesMichael Tokarev6-8/+8
2023-09-08tests/: spelling fixesMichael Tokarev49-69/+69
2023-09-08scripts/: spelling fixesMichael Tokarev9-12/+12
2023-09-08include/: spelling fixesMichael Tokarev23-29/+29
2023-09-08audio: spelling fixesMichael Tokarev5-10/+10
2023-09-08xen: spelling fixMichael Tokarev1-1/+1
2023-09-08riscv: spelling fixesMichael Tokarev11-21/+21
2023-09-08hexagon: spelling fixesMichael Tokarev10-19/+19
2023-09-08trace-events: Fix the name of the tracing.rst fileThomas Huth4-4/+4
2023-09-07qemu-nbd: invent nbd_client_release_pipe() helperDenis V. Lunev1-11/+12
2023-09-07qemu-nbd: put saddr into into struct NbdClientOptsDenis V. Lunev1-6/+7
2023-09-07qemu-nbd: move srcpath into struct NbdClientOptsDenis V. Lunev1-8/+9
2023-09-07qemu-nbd: define struct NbdClientOpts when HAVE_NBD_DEVICE is not definedDenis V. Lunev1-33/+27
2023-09-07qemu-nbd: improve error message for dup2 errorDenis V. Lunev1-2/+2
2023-09-07util/iov: Avoid dynamic stack allocationPhilippe Mathieu-Daudé1-1/+1
2023-09-07io: follow coroutine AioContext in qio_channel_yield()Stefan Hajnoczi16-126/+226
2023-09-07io: check there are no qio_channel_yield() coroutines during ->finalize()Stefan Hajnoczi1-0/+4
2023-09-07nbd: drop unused nbd_start_negotiate() aio_context argumentStefan Hajnoczi1-8/+3
2023-09-07nbd: drop unused nbd_receive_negotiate() aio_context argumentStefan Hajnoczi4-9/+6
2023-09-07qemu-iotests/197: use more generic commands for formats other than qcow2Andrey Drobyshev2