aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)Author
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé
2023-10-07fuzz: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé
2023-10-07softmmu/trace-events: Fix a typoPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Make icount.o a target agnostic unitPhilippe Mathieu-Daudé
2023-10-03accel/tcg: Remove cpu_neg()Richard Henderson
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson
2023-10-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-03audio: propagate Error * out of audio_initMartin Kletzander
2023-10-03audio: remove QEMU_AUDIO_* and -audio-help supportPaolo Bonzini
2023-09-29softmmu/device_tree: Fixup local variables shadowingAlistair Francis
2023-09-29seccomp: avoid shadowing of 'action' variableDaniel P. Berrangé
2023-09-29softmmu/physmem: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-29softmmu/memory: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-25vl: remove shadowed local variablesPaolo Bonzini
2023-09-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-22vl: recognize audiodev groups in configuration filesPaolo Bonzini
2023-09-20block: remove AIOCBInfo->get_aio_context()Stefan Hajnoczi
2023-09-19Merge tag 'mem-2023-09-19' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2023-09-19memory: avoid updating ioeventfds for some address_spacehongmianquan
2023-09-19softmmu/physmem: Hint that "readonly=on,rom=off" exists when opening file R/W...David Hildenbrand
2023-09-19softmmu/physmem: Never return directories from file_ram_open()David Hildenbrand
2023-09-19softmmu/physmem: Fail creation of new files in file_ram_open() with readonly=...David Hildenbrand
2023-09-19softmmu/physmem: Bail out early in ram_block_discard_range() with readonly filesDavid Hildenbrand
2023-09-19softmmu/physmem: Remap with proper protection in qemu_ram_remap()David Hildenbrand
2023-09-19softmmu/physmem: Distinguish between file access mode and mmap protectionDavid Hildenbrand
2023-09-15softmmu: Delete checks for old host definitionsAkihiko Odaki
2023-09-11sysemu: Add prepare callback to struct VMChangeStateEntryAvihai Horon
2023-09-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-09-01util/async-teardown.c: move to softmmu/, only build it when system build is r...Michael Tokarev
2023-09-01softmmu/vl.c: inline include/qemu/qemu-options.h into vl.cMichael Tokarev
2023-09-01os-posix.c, softmmu/vl.c: move os_parse_cmd_args() into qemu_init()Michael Tokarev
2023-08-31accel/tcg: spelling fixesMichael Tokarev
2023-08-31accel: Remove HAX acceleratorPhilippe Mathieu-Daudé
2023-08-31rtc: Use time_t for passing and returning time offsetsPeter Maydell
2023-08-30Merge tag 'dirtylimit-dirtyrate-pull-request' of https://github.com/newfriday...Stefan Hajnoczi
2023-08-29softmmu: Use async_run_on_cpu in tcg_commitRichard Henderson
2023-08-29softmmu: Assert data in bounds in iotlb_to_sectionRichard Henderson
2023-08-29softmmu/dirtylimit: Convert free to g_freealloc.young
2023-08-29softmmu: Fix dirtylimit memory leakalloc.young
2023-08-22qtest: irq_intercept_[out/in]: return FAIL if no intercepts are installedChris Laplante
2023-08-22qtest: bail from irq_intercept_in if name is specifiedChris Laplante
2023-08-22qtest: implement named interception of out-GPIOChris Laplante
2023-08-22qtest: factor out qtest_install_gpio_out_interceptChris Laplante
2023-07-26migration: Extend query-migrate to provide dirty page limit infoHyman Huang(黄勇)
2023-07-26migration: Implement dirty-limit convergence algoHyman Huang(黄勇)
2023-07-26migration: Introduce dirty-limit capabilityHyman Huang(黄勇)
2023-07-26softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"Hyman Huang(黄勇)
2023-07-12softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mappingDavid Hildenbrand
2023-07-07qemu_cleanup: begin drained section after vm_shutdown()Fiona Ebner
2023-06-27icount: don't adjust virtual time backwards after warpNicholas Piggin