Age | Commit message (Expand) | Author |
2023-01-09 | i386: Deprecate the -no-hpet QEMU command line option | Thomas Huth |
2022-12-15 | Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell |
2022-12-14 | qapi run-state: Elide redundant has_FOO in generated C | Markus Armbruster |
2022-12-14 | qapi misc: Elide redundant has_FOO in generated C | Markus Armbruster |
2022-12-14 | cleanup: Tweak and re-run return_directly.cocci | Markus Armbruster |
2022-11-08 | memory: Fix wrong end address dump | Zhenzhong Duan |
2022-11-07 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Stefan Hajnoczi |
2022-11-07 | vfio: move implement of vfio_get_xlat_addr() to memory.c | Cindy Lu |
2022-11-06 | module: add Error arguments to module_load and module_load_qom | Claudio Fontana |
2022-11-06 | module: rename module_load_one to module_load | Claudio Fontana |
2022-11-06 | module: removed unused function argument "mayfail" | Claudio Fontana |
2022-10-31 | Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi |
2022-10-30 | Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s... | Stefan Hajnoczi |
2022-10-30 | Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into staging | Stefan Hajnoczi |
2022-10-30 | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging | Stefan Hajnoczi |
2022-10-30 | Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s... | Stefan Hajnoczi |
2022-10-30 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Stefan Hajnoczi |
2022-10-28 | accel/qtest: Support qtest accelerator for Windows | Xuzhou Cheng |
2022-10-28 | qapi: net: introduce a way to bypass qemu_opts_parse_noisily() | Laurent Vivier |
2022-10-28 | net: simplify net_client_parse() error management | Laurent Vivier |
2022-10-28 | net: remove the @errp argument of net_client_inits() | Laurent Vivier |
2022-10-27 | device-tree: add re-randomization helper function | Jason A. Donenfeld |
2022-10-27 | reset: allow registering handlers that aren't called by snapshot loading | Jason A. Donenfeld |
2022-10-27 | vl: Allow ThreadContext objects to be created before the sandbox option | David Hildenbrand |
2022-10-27 | util: Cleanup and rename os_mem_prealloc() | David Hildenbrand |
2022-10-27 | qtest: Improve error messages when property can not be set right now | Markus Armbruster |
2022-10-26 | exec/cpu-common: add qemu_ram_get_fd() | Stefan Hajnoczi |
2022-10-26 | seccomp: Get actual errno value from failed seccomp functions | Michal Privoznik |
2022-10-17 | qmp/hmp, device_tree.c: introduce dumpdtb | Daniel Henrique Barboza |
2022-10-06 | gdbstub: move breakpoint logic to accel ops | Alex Bennée |
2022-10-04 | Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent... | Stefan Hajnoczi |
2022-10-04 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Stefan Hajnoczi |
2022-10-04 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2022-09-29 | watchdog: remove -watchdog option | Paolo Bonzini |
2022-09-23 | ui/cocoa: Run qemu_init in the main thread | Akihiko Odaki |
2022-09-19 | audio: add help option for -audio and -audiodev | Claudio Fontana |
2022-09-13 | semihosting: Allow optional use of semihosting from userspace | Peter Maydell |
2022-09-06 | accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.c | Richard Henderson |
2022-09-02 | Merge tag 'char-pull-request' of https://gitlab.com/marcandre.lureau/qemu int... | Stefan Hajnoczi |
2022-09-02 | audio: exit(1) if audio backend failed to be found or initialized | Marc-André Lureau |
2022-08-26 | softmmu/physmem: Remove the ifdef __linux__ around the pagesize functions | Thomas Huth |
2022-08-08 | vl: remove dead code in parse_memory_options() | Paolo Bonzini |
2022-08-08 | vl: fix [memory] section with -readconfig | Paolo Bonzini |
2022-07-29 | qapi: Add exit-failure PanicAction | Ilya Leoshkevich |
2022-07-20 | Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st... | Peter Maydell |
2022-07-20 | softmmu/dirtylimit: Implement dirty page rate limit | Hyman Huang(黄勇) |
2022-07-20 | softmmu/dirtylimit: Implement virtual CPU throttle | Hyman Huang(黄勇) |
2022-07-20 | softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodically | Hyman Huang(黄勇) |
2022-07-20 | softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCH | Zhang Chen |
2022-07-14 | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging | Peter Maydell |