aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)Author
2022-12-14qapi run-state: Elide redundant has_FOO in generated CMarkus Armbruster
2022-12-14qapi misc: Elide redundant has_FOO in generated CMarkus Armbruster
2022-11-08memory: Fix wrong end address dumpZhenzhong Duan
2022-11-07Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi
2022-11-07vfio: move implement of vfio_get_xlat_addr() to memory.cCindy Lu
2022-11-06module: add Error arguments to module_load and module_load_qomClaudio Fontana
2022-11-06module: rename module_load_one to module_loadClaudio Fontana
2022-11-06module: removed unused function argument "mayfail"Claudio Fontana
2022-10-31Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi
2022-10-30Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s...Stefan Hajnoczi
2022-10-30Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi
2022-10-30Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingStefan Hajnoczi
2022-10-30Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s...Stefan Hajnoczi
2022-10-30Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi
2022-10-28accel/qtest: Support qtest accelerator for WindowsXuzhou Cheng
2022-10-28qapi: net: introduce a way to bypass qemu_opts_parse_noisily()Laurent Vivier
2022-10-28net: simplify net_client_parse() error managementLaurent Vivier
2022-10-28net: remove the @errp argument of net_client_inits()Laurent Vivier
2022-10-27device-tree: add re-randomization helper functionJason A. Donenfeld
2022-10-27reset: allow registering handlers that aren't called by snapshot loadingJason A. Donenfeld
2022-10-27vl: Allow ThreadContext objects to be created before the sandbox optionDavid Hildenbrand
2022-10-27util: Cleanup and rename os_mem_prealloc()David Hildenbrand
2022-10-27qtest: Improve error messages when property can not be set right nowMarkus Armbruster
2022-10-26exec/cpu-common: add qemu_ram_get_fd()Stefan Hajnoczi
2022-10-26seccomp: Get actual errno value from failed seccomp functionsMichal Privoznik
2022-10-17qmp/hmp, device_tree.c: introduce dumpdtbDaniel Henrique Barboza
2022-10-06gdbstub: move breakpoint logic to accel opsAlex Bennée
2022-10-04Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi
2022-10-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2022-10-04Use g_new() & friends where that makes obvious senseMarkus Armbruster
2022-09-29watchdog: remove -watchdog optionPaolo Bonzini
2022-09-23ui/cocoa: Run qemu_init in the main threadAkihiko Odaki
2022-09-19audio: add help option for -audio and -audiodevClaudio Fontana
2022-09-13semihosting: Allow optional use of semihosting from userspacePeter Maydell
2022-09-06accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson
2022-09-02Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi
2022-09-02audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau
2022-08-26softmmu/physmem: Remove the ifdef __linux__ around the pagesize functionsThomas Huth
2022-08-08vl: remove dead code in parse_memory_options()Paolo Bonzini
2022-08-08vl: fix [memory] section with -readconfigPaolo Bonzini
2022-07-29qapi: Add exit-failure PanicActionIlya Leoshkevich
2022-07-20Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...Peter Maydell
2022-07-20softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)
2022-07-20softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)
2022-07-20softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCHZhang Chen
2022-07-14Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell
2022-07-13meson: Prefix each element of firmware pathAkihiko Odaki
2022-07-13datadir: Use bundle mechanismAkihiko Odaki
2022-07-12vl: Unlink absolute PID file pathHanna Reitz