aboutsummaryrefslogtreecommitdiffstats
path: root/softmmu (follow)
Commit message (Expand)AuthorAgeFilesLines
* xen: Permit --xen-domid argument when accel is KVMPaul Durrant2023-03-011-1/+1
* xen: Add XEN_DISABLED mode and make it defaultDavid Woodhouse2023-03-011-1/+1
* softmmu: Extract watchpoint API from physmem.cPhilippe Mathieu-Daudé2023-02-273-192/+222
* softmmu: Silent -Wmissing-field-initializers warningPhilippe Mathieu-Daudé2023-02-271-1/+1
* Deprecate the "-no-acpi" command line switchThomas Huth2023-02-271-0/+1
* Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell2023-02-241-5/+7
|\
| * dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() raceStefan Hajnoczi2023-02-231-5/+7
* | replay: Simplify setting replay blockersMarkus Armbruster2023-02-232-14/+4
* | error: Drop superfluous #include "qapi/qmp/qerror.h"Markus Armbruster2023-02-231-1/+0
|/
* vl: catch [accel] entry without acceleratorPaolo Bonzini2023-02-101-4/+11
* Drop duplicate #includeMarkus Armbruster2023-02-083-3/+0
* Don't include headers already included by qemu/osdep.hMarkus Armbruster2023-02-081-2/+0
* qdev: Move HMP command completion from monitor to softmmu/Markus Armbruster2023-02-041-0/+82
* runstate: Move HMP commands from monitor/ to softmmu/Markus Armbruster2023-02-042-0/+83
* tpm: Move HMP commands from monitor/ to softmmu/Markus Armbruster2023-02-042-0/+66
* Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2023-01-202-0/+2
|\
| * include/block: Untangle inclusion loopsMarkus Armbruster2023-01-202-0/+2
* | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé2023-01-183-16/+16
|/
* tcg: add perfmap and jitdumpIlya Leoshkevich2023-01-161-0/+11
* softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818Thomas Huth2023-01-131-1/+5
* i386: Deprecate the -no-hpet QEMU command line optionThomas Huth2023-01-091-0/+1
* Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2022-12-152-16/+4
|\
| * cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster2022-12-142-16/+4
* | qapi run-state: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-13/+5
* | qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster2022-12-141-1/+1
|/
* memory: Fix wrong end address dumpZhenzhong Duan2022-11-081-1/+1
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingStefan Hajnoczi2022-11-071-0/+72
|\
| * vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu2022-11-071-0/+72
* | module: add Error arguments to module_load and module_load_qomClaudio Fontana2022-11-061-1/+7
* | module: rename module_load_one to module_loadClaudio Fontana2022-11-061-1/+1
* | module: removed unused function argument "mayfail"Claudio Fontana2022-11-061-1/+1
|/
* Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into stagingStefan Hajnoczi2022-10-311-4/+5
|\
| * accel/qtest: Support qtest accelerator for WindowsXuzhou Cheng2022-10-281-4/+5
* | Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into stagingStefan Hajnoczi2022-10-302-5/+33
|\ \
| * | vl: Allow ThreadContext objects to be created before the sandbox optionDavid Hildenbrand2022-10-271-4/+32
| * | util: Cleanup and rename os_mem_prealloc()David Hildenbrand2022-10-271-1/+1
| |/
* | Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi2022-10-301-2/+2
|\ \
| * | qtest: Improve error messages when property can not be set right nowMarkus Armbruster2022-10-271-2/+2
| |/
* | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi2022-10-301-9/+7
|\ \
| * | qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier2022-10-281-1/+5
| * | net: simplify net_client_parse() error managementLaurent Vivier2022-10-281-9/+3
| * | net: remove the @errp argument of net_client_inits()Laurent Vivier2022-10-281-1/+1
| |/
* | Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into stagingStefan Hajnoczi2022-10-301-0/+13
|\ \
| * | seccomp: Get actual errno value from failed seccomp functionsMichal Privoznik2022-10-261-0/+13
| |/
* | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-10-301-0/+5
|\ \
| * | exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi2022-10-261-0/+5
| |/
* | device-tree: add re-randomization helper functionJason A. Donenfeld2022-10-271-0/+21
* | reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld2022-10-271-3/+8
|/
* qmp/hmp, device_tree.c: introduce dumpdtbDaniel Henrique Barboza2022-10-171-0/+37
* gdbstub: move breakpoint logic to accel opsAlex Bennée2022-10-061-0/+7