aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
2023-02-04qdev: Move HMP command completion from monitor to softmmu/Markus Armbruster1-0/+82
2023-02-04runstate: Move HMP commands from monitor/ to softmmu/Markus Armbruster2-0/+83
2023-02-04tpm: Move HMP commands from monitor/ to softmmu/Markus Armbruster2-0/+66
2023-01-20Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st...Peter Maydell2-0/+2
2023-01-20include/block: Untangle inclusion loopsMarkus Armbruster2-0/+2
2023-01-18bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plxPhilippe Mathieu-Daudé3-16/+16
2023-01-16tcg: add perfmap and jitdumpIlya Leoshkevich1-0/+11
2023-01-13softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818Thomas Huth1-1/+5
2023-01-09i386: Deprecate the -no-hpet QEMU command line optionThomas Huth1-0/+1
2022-12-15Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell2-16/+4
2022-12-14qapi run-state: Elide redundant has_FOO in generated CMarkus Armbruster1-13/+5
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster1-1/+1
2022-12-14cleanup: Tweak and re-run return_directly.cocciMarkus Armbruster2-16/+4
2022-11-08memory: Fix wrong end address dumpZhenzhong Duan1-1/+1
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi1-0/+72
2022-11-07vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu1-0/+72
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana1-1/+7
2022-11-06module: rename module_load_one to module_loadClaudio Fontana1-1/+1
2022-11-06module: removed unused function argument "mayfail"Claudio Fontana1-1/+1
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-4/+5
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi2-5/+33
2022-10-30Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi1-2/+2
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi1-9/+7
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi1-0/+13
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi1-0/+5
2022-10-28accel/qtest: Support qtest accelerator for WindowsXuzhou Cheng1-4/+5
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier1-1/+5
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier1-9/+3
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier1-1/+1
2022-10-27device-tree: add re-randomization helper functionJason A. Donenfeld1-0/+21
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld1-3/+8
2022-10-27vl: Allow ThreadContext objects to be created before the sandbox optionDavid Hildenbrand1-4/+32
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand1-1/+1
2022-10-27qtest: Improve error messages when property can not be set right nowMarkus Armbruster1-2/+2
2022-10-26exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi1-0/+5
2022-10-26seccomp: Get actual errno value from failed seccomp functionsMichal Privoznik1-0/+13
2022-10-17qmp/hmp, device_tree.c: introduce dumpdtbDaniel Henrique Barboza1-0/+37
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée1-0/+7
2022-10-04Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi1-2/+2
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi1-16/+0
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster1-2/+2
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini1-16/+0
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki2-6/+6
2022-09-19audio: add help option for -audio and -audiodevClaudio Fontana1-2/+7
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell1-1/+1
2022-09-06accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson1-0/+12
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi1-1/+3
2022-09-02audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau1-1/+3
2022-08-26softmmu/physmem: Remove the ifdef __linux__ around the pagesize functionsThomas Huth1-17/+0
2022-08-08vl: remove dead code in parse_memory_options()Paolo Bonzini1-6/+1