summaryrefslogtreecommitdiffstats
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
* 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 ...Stefan Hajnoczi2022-11-081-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 sta...Stefan 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 s...Stefan 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/+7Star
|\ \
| * | 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/+3Star
| * | 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 s...Stefan 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
* Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2022-10-041-2/+2
|\
| * Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-10-041-2/+2
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-041-16/+0Star
|\ \ | |/ |/|
| * watchdog: remove -watchdog optionPaolo Bonzini2022-09-291-16/+0Star
* | ui/cocoa: Run qemu_init in the main threadAkihiko Odaki2022-09-232-6/+6
|/
* audio: add help option for -audio and -audiodevClaudio Fontana2022-09-191-2/+7
* semihosting: Allow optional use of semihosting from userspacePeter Maydell2022-09-131-1/+1
* accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson2022-09-061-0/+12
* Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int...Stefan Hajnoczi2022-09-021-1/+3
|\
| * audio: exit(1) if audio backend failed to be found or initializedMarc-André Lureau2022-09-021-1/+3
* | softmmu/physmem: Remove the ifdef __linux__ around the pagesize functionsThomas Huth2022-08-261-17/+0Star
|/
* vl: remove dead code in parse_memory_options()Paolo Bonzini2022-08-081-6/+1Star
* vl: fix [memory] section with -readconfigPaolo Bonzini2022-08-081-11/+14
* qapi: Add exit-failure PanicActionIlya Leoshkevich2022-07-292-6/+17
* Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...Peter Maydell2022-07-203-0/+609
|\
| * softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)2022-07-201-0/+194
| * softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)2022-07-202-0/+298
| * softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)2022-07-202-0/+117
* | softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCHZhang Chen2022-07-201-0/+1
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-07-141-24/+6Star
|\
| * meson: Prefix each element of firmware pathAkihiko Odaki2022-07-131-3/+5
| * datadir: Use bundle mechanismAkihiko Odaki2022-07-131-21/+1Star
* | vl: Unlink absolute PID file pathHanna Reitz2022-07-121-4/+26
* | vl: Conditionally register PID file unlink notifierHanna Reitz2022-07-121-9/+9
|/
* vga: avoid crash if no default vga cardGuo Zhi2022-06-281-1/+2