Age | Commit message (Expand) | Author | Files | Lines |
2023-03-01 | xen: Add XEN_DISABLED mode and make it default | David Woodhouse | 1 | -1/+1 |
2023-02-27 | softmmu: Extract watchpoint API from physmem.c | Philippe Mathieu-Daudé | 3 | -192/+222 |
2023-02-27 | softmmu: Silent -Wmissing-field-initializers warning | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-02-27 | Deprecate the "-no-acpi" command line switch | Thomas Huth | 1 | -0/+1 |
2023-02-24 | Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into staging | Peter Maydell | 1 | -5/+7 |
2023-02-23 | dma-helpers: prevent dma_blk_cb() vs dma_aio_cancel() race | Stefan Hajnoczi | 1 | -5/+7 |
2023-02-23 | replay: Simplify setting replay blockers | Markus Armbruster | 2 | -14/+4 |
2023-02-23 | error: Drop superfluous #include "qapi/qmp/qerror.h" | Markus Armbruster | 1 | -1/+0 |
2023-02-10 | vl: catch [accel] entry without accelerator | Paolo Bonzini | 1 | -4/+11 |
2023-02-08 | Drop duplicate #include | Markus Armbruster | 3 | -3/+0 |
2023-02-08 | Don't include headers already included by qemu/osdep.h | Markus Armbruster | 1 | -2/+0 |
2023-02-04 | qdev: Move HMP command completion from monitor to softmmu/ | Markus Armbruster | 1 | -0/+82 |
2023-02-04 | runstate: Move HMP commands from monitor/ to softmmu/ | Markus Armbruster | 2 | -0/+83 |
2023-02-04 | tpm: Move HMP commands from monitor/ to softmmu/ | Markus Armbruster | 2 | -0/+66 |
2023-01-20 | Merge tag 'pull-include-2023-01-20' of https://repo.or.cz/qemu/armbru into st... | Peter Maydell | 2 | -0/+2 |
2023-01-20 | include/block: Untangle inclusion loops | Markus Armbruster | 2 | -0/+2 |
2023-01-18 | bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx | Philippe Mathieu-Daudé | 3 | -16/+16 |
2023-01-16 | tcg: add perfmap and jitdump | Ilya Leoshkevich | 1 | -0/+11 |
2023-01-13 | softmmu/rtc: Emit warning when using driftfix=slew on systems without mc146818 | Thomas Huth | 1 | -1/+5 |
2023-01-09 | i386: Deprecate the -no-hpet QEMU command line option | Thomas Huth | 1 | -0/+1 |
2022-12-15 | Merge tag 'pull-misc-2022-12-14' of https://repo.or.cz/qemu/armbru into staging | Peter Maydell | 2 | -16/+4 |
2022-12-14 | qapi run-state: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -13/+5 |
2022-12-14 | qapi misc: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -1/+1 |
2022-12-14 | cleanup: Tweak and re-run return_directly.cocci | Markus Armbruster | 2 | -16/+4 |
2022-11-08 | memory: Fix wrong end address dump | Zhenzhong Duan | 1 | -1/+1 |
2022-11-07 | Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ... | Stefan Hajnoczi | 1 | -0/+72 |
2022-11-07 | vfio: move implement of vfio_get_xlat_addr() to memory.c | Cindy Lu | 1 | -0/+72 |
2022-11-06 | module: add Error arguments to module_load and module_load_qom | Claudio Fontana | 1 | -1/+7 |
2022-11-06 | module: rename module_load_one to module_load | Claudio Fontana | 1 | -1/+1 |
2022-11-06 | module: removed unused function argument "mayfail" | Claudio Fontana | 1 | -1/+1 |
2022-10-31 | Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi | 1 | -4/+5 |
2022-10-30 | Merge tag 'mem-2022-10-28' of https://github.com/davidhildenbrand/qemu into s... | Stefan Hajnoczi | 2 | -5/+33 |
2022-10-30 | Merge tag 'pull-error-2022-10-28' of https://repo.or.cz/qemu/armbru into staging | Stefan Hajnoczi | 1 | -2/+2 |
2022-10-30 | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into staging | Stefan Hajnoczi | 1 | -9/+7 |
2022-10-30 | Merge tag 'misc-next-pull-request' of https://gitlab.com/berrange/qemu into s... | Stefan Hajnoczi | 1 | -0/+13 |
2022-10-30 | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into staging | Stefan Hajnoczi | 1 | -0/+5 |
2022-10-28 | accel/qtest: Support qtest accelerator for Windows | Xuzhou Cheng | 1 | -4/+5 |
2022-10-28 | qapi: net: introduce a way to bypass qemu_opts_parse_noisily() | Laurent Vivier | 1 | -1/+5 |
2022-10-28 | net: simplify net_client_parse() error management | Laurent Vivier | 1 | -9/+3 |
2022-10-28 | net: remove the @errp argument of net_client_inits() | Laurent Vivier | 1 | -1/+1 |
2022-10-27 | device-tree: add re-randomization helper function | Jason A. Donenfeld | 1 | -0/+21 |
2022-10-27 | reset: allow registering handlers that aren't called by snapshot loading | Jason A. Donenfeld | 1 | -3/+8 |
2022-10-27 | vl: Allow ThreadContext objects to be created before the sandbox option | David Hildenbrand | 1 | -4/+32 |
2022-10-27 | util: Cleanup and rename os_mem_prealloc() | David Hildenbrand | 1 | -1/+1 |
2022-10-27 | qtest: Improve error messages when property can not be set right now | Markus Armbruster | 1 | -2/+2 |
2022-10-26 | exec/cpu-common: add qemu_ram_get_fd() | Stefan Hajnoczi | 1 | -0/+5 |
2022-10-26 | seccomp: Get actual errno value from failed seccomp functions | Michal Privoznik | 1 | -0/+13 |
2022-10-17 | qmp/hmp, device_tree.c: introduce dumpdtb | Daniel Henrique Barboza | 1 | -0/+37 |
2022-10-06 | gdbstub: move breakpoint logic to accel ops | Alex Bennée | 1 | -0/+7 |
2022-10-04 | Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent... | Stefan Hajnoczi | 1 | -2/+2 |