- 377bf6f softmmu: List CPU types again by Philippe Mathieu-Daudé · 2 years, 10 months ago
- 9a61e6c Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-03-07' into staging by Peter Maydell · 2 years, 10 months ago
- 9740b90 Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307' into staging by Peter Maydell · 2 years, 10 months ago
- 818e163 Check and report for incomplete 'global' option format by Rohit Kumar · 2 years, 11 months ago
- 5df022c osdep: Move memalign-related functions to their own header by Peter Maydell · 2 years, 10 months ago
- e0220bb softmmu: Build target-agnostic objects once by Philippe Mathieu-Daudé · 3 years, 8 months ago
- c80cafa softmmu: Add qemu_init_arch_modules() by Philippe Mathieu-Daudé · 2 years, 11 months ago
- c1747df softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header by Philippe Mathieu-Daudé · 3 years, 8 months ago
- 464868a softmmu/physmem: Remove unnecessary include by Philippe Mathieu-Daudé · 3 years ago
- 89ad3e6 softmmu/globals: Remove unused 'hw/i386/*' headers by Philippe Mathieu-Daudé · 3 years, 8 months ago
- 3919635 accel: Introduce AccelOpsClass::cpus_are_resettable() by Philippe Mathieu-Daudé · 3 years ago
- ad7d684 accel: Introduce AccelOpsClass::cpu_thread_is_idle() by Philippe Mathieu-Daudé · 3 years ago
- 5f74af8 softmmu/cpus: Code movement by Philippe Mathieu-Daudé · 2 years, 11 months ago
- 4e27e76 sysemu/memory_mapping: Become target-agnostic by Philippe Mathieu-Daudé · 3 years, 8 months ago
- 73842ef exec: Make cpu_memory_rw_debug() target agnostic by Philippe Mathieu-Daudé · 3 years ago
- d7e2fe4 Merge remote-tracking branch 'remotes/kwolf-gitlab/tags/for-upstream' into staging by Peter Maydell · 2 years, 10 months ago
- 0439c5a block/block-backend.c: assertions for block-backend by Emanuele Giuseppe Esposito · 2 years, 10 months ago
- 6538692 main-loop.h: introduce qemu_in_main_thread() by Emanuele Giuseppe Esposito · 2 years, 10 months ago
- d5d2b15 cpus: use coroutine TLS macros for iothread_locked by Stefan Hajnoczi · 2 years, 11 months ago
- f4ba24b softmmu/qdev-monitor: Add virtio-gpu-gl aliases by Akihiko Odaki · 2 years, 11 months ago
- 4aa2e49 Merge remote-tracking branch 'remotes/berrange-gitlab/tags/misc-next-pull-request' into staging by Peter Maydell · 2 years, 10 months ago
- 5abccc7 Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-21' into staging by Peter Maydell · 2 years, 11 months ago
- 9222680 Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into staging by Peter Maydell · 2 years, 11 months ago
- 15e0991 include: Move hardware version declarations to new qemu/hw-version.h by Peter Maydell · 2 years, 11 months ago
- b85ea5f include: Move qemu_madvise() and related #defines to new qemu/madvise.h by Peter Maydell · 2 years, 11 months ago
- 0d04c4c configure, meson: move TPM check to meson by Paolo Bonzini · 3 years ago
- cd61748 exec/exec-all: Move 'qemu/log.h' include in units requiring it by Philippe Mathieu-Daudé · 2 years, 11 months ago
- bc2fbf9 softmmu/runstate: Clean headers by Philippe Mathieu-Daudé · 2 years, 11 months ago
- 496bde8 qtest: Add missing 'hw/qdev-core.h' include by Philippe Mathieu-Daudé · 2 years, 11 months ago
- 4638057 seccomp: block setns, unshare and execveat syscalls by Daniel P. Berrangé · 3 years, 8 months ago
- c542b30 seccomp: block use of clone3 syscall by Daniel P. Berrangé · 3 years, 5 months ago
- 5a2f693 seccomp: fix blocking of process spawning by Daniel P. Berrangé · 3 years, 5 months ago
- 8f46f56 seccomp: allow action to be customized per syscall by Daniel P. Berrangé · 3 years, 5 months ago
- a5c90c6 memory: Fix qemu crash on starting dirty log twice with stopped VM by Peter Xu · 2 years, 11 months ago
- 25e82fb softmmu/cpus: Check if the cpu work list is empty atomically by Idan Horowitz · 3 years ago
- 2f93d8b rtc: Move RTC function prototypes to their own header by Peter Maydell · 3 years, 1 month ago
- 22599b7 softmmu/device_tree: Remove redundant pointer assignment by Yanan Wang · 3 years ago
- cfeeeb4 softmmu/device_tree: Silence compiler warning with --enable-sanitizers by Thomas Huth · 3 years ago
- 75f01c6 exec/memory: Extract address_space_set() from dma_memory_set() by Philippe Mathieu-Daudé · 3 years ago
- dea52c2 Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-7.0-pull-request' into staging by Peter Maydell · 3 years ago
- f02b664 hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResult by Philippe Mathieu-Daudé · 3 years, 1 month ago
- bfa30f3 hw/dma: Use dma_addr_t type definition when relevant by Philippe Mathieu-Daudé · 3 years ago
- 5f41260 hw/scsi: Rename SCSIRequest::resid as 'residual' by Philippe Mathieu-Daudé · 3 years ago
- d4fae97 softmmu: Provide a clue as to why device tree loading failed by Bernhard Beschow · 3 years ago
- 7b0538e memory: Fix incorrect calls of log_global_start/stop by Peter Xu · 3 years, 1 month ago
- 5ead621 memory: Make memory_region_is_mapped() succeed when mapped via an alias by David Hildenbrand · 3 years, 2 months ago
- 7bdbf99 memory: Have 'info mtree' remove duplicated Address Space information by Philippe Mathieu-Daudé · 3 years, 5 months ago
- 670c078 memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as() by Philippe Mathieu-Daudé · 3 years, 4 months ago
- 1a59bdb memory: Directly dispatch alias accesses on origin memory region by Philippe Mathieu-Daudé · 4 years, 5 months ago
- 64b4529 softmmu: fix device deletion events with -device JSON syntax by Daniel P. Berrangé · 3 years ago
- cc67f28 include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline drive_def by Emanuele Giuseppe Esposito · 3 years, 1 month ago
- 29b838c util/oslib-posix: Forward SIGBUS to MCE handler under Linux by David Hildenbrand · 3 years, 1 month ago
- fe86fe2 qemu-options: Remove the deprecated -no-quit option by Thomas Huth · 3 years, 1 month ago
- 864c3b5 hw/core/machine: Introduce CPU cluster topology support by Yanan Wang · 3 years ago
- 292e131 dma: Let dma_buf_rw() propagate MemTxResult by Philippe Mathieu-Daudé · 3 years, 1 month ago
- 1e5a3f8 dma: Let dma_buf_read() take MemTxAttrs argument by Philippe Mathieu-Daudé · 3 years, 1 month ago
- 392e48a dma: Let dma_buf_write() take MemTxAttrs argument by Philippe Mathieu-Daudé · 3 years, 1 month ago
- 959384e dma: Let dma_buf_rw() take MemTxAttrs argument by Philippe Mathieu-Daudé · 3 years, 1 month ago
- 5e468a3 dma: Have dma_buf_read() / dma_buf_write() take a void pointer by Philippe Mathieu-Daudé · 3 years, 1 month ago
- c0ee152 dma: Have dma_buf_rw() take a void pointer by Philippe Mathieu-Daudé · 3 years, 1 month ago
- a1d4b0a dma: Let dma_memory_map() take MemTxAttrs argument by Philippe Mathieu-Daudé · 4 years, 4 months ago
- 23faf56 dma: Let dma_memory_rw() take MemTxAttrs argument by Philippe Mathieu-Daudé · 4 years, 4 months ago
- 7a36e42 dma: Let dma_memory_set() take MemTxAttrs argument by Philippe Mathieu-Daudé · 4 years, 4 months ago
- aff0e20 accel/tcg: suppress IRQ check for special TBs by Alex Bennée · 3 years, 1 month ago
- 4067691 migration: fix dump-vmstate with modules by Laurent Vivier · 3 years, 2 months ago
- 757b8dd Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu into staging by Richard Henderson · 3 years, 2 months ago
- 18416c6 pcie: expire pending delete by Gerd Hoffmann · 3 years, 2 months ago
- b66cecb softmmu/qdev-monitor: fix use-after-free in qdev_set_id() by Stefan Hajnoczi · 3 years, 2 months ago
- 1bf4d32 monitor: Fix find_device_state() for IDs containing slashes by Markus Armbruster · 3 years, 3 months ago
- b1fd921 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Richard Henderson · 3 years, 2 months ago
- ca411b7 qapi: introduce x-query-ramblock QMP command by Daniel P. Berrangé · 3 years, 4 months ago
- 22afb46 watchdog: remove select_watchdog_action by Paolo Bonzini · 3 years, 2 months ago
- d12b64e vl: deprecate -watchdog by Paolo Bonzini · 3 years, 2 months ago
- b10cb62 watchdog: add information from -watchdog help to -device help by Paolo Bonzini · 3 years, 2 months ago
- 91e8394 Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pull-request' into staging by Richard Henderson · 3 years, 2 months ago
- adaf9d9 memory: Introduce replay_discarded callback for RamDiscardManager by David Hildenbrand · 3 years, 3 months ago
- 63b41db memory: make global_dirty_tracking a bitmask by Hyman Huang(黄勇) · 3 years, 6 months ago
- 312e1b1 qdev-monitor: Check sysbus device type before creating it by Damien Hedde · 3 years, 2 months ago
- efd629f softmmu: fix for "after access" watchpoints by Pavel Dovgalyuk · 3 years, 2 months ago
- 1ab0ba8 softmmu: remove useless condition in watchpoint check by Pavel Dovgalyuk · 3 years, 2 months ago
- 9f660c0 softmmu: fix watchpoint processing in icount mode by Pavel Dovgalyuk · 3 years, 2 months ago
- f18d403 softmmu/physmem.c: Fix typo in comment by Greg Kurz · 3 years, 3 months ago
- b863f0b device_tree: Add qemu_fdt_add_path by Yanan Wang · 3 years, 3 months ago
- bcfc906 qdev/qbus: remove failover specific code by Laurent Vivier · 3 years, 3 months ago
- 5dacda5 vl: Enable JSON syntax for -device by Kevin Wolf · 3 years, 3 months ago
- f3558b1 qdev: Base object creation on QDict rather than QemuOpts by Kevin Wolf · 3 years, 3 months ago
- 7d61808 qdev: Add Error parameter to hide_device() callbacks by Kevin Wolf · 3 years, 3 months ago
- 4a1d937 softmmu/qdev-monitor: add error handling in qdev_set_id by Damien Hedde · 3 years, 3 months ago
- 163f384 qdev: Make DeviceState.id independent of QemuOpts by Kevin Wolf · 3 years, 3 months ago
- c34efec qdev: Avoid using string visitor for properties by Kevin Wolf · 3 years, 3 months ago
- e5b2333 Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging by Richard Henderson · 3 years, 3 months ago
- 7a7142f memory: Log access direction for invalid accesses by BALATON Zoltan · 3 years, 3 months ago
- 6952026 monitor: Tidy up find_device_state() by Markus Armbruster · 3 years, 4 months ago
- cb83ba8 softmmu/memory_mapping: optimize for RamDiscardManager sections by David Hildenbrand · 3 years, 5 months ago
- 3513bb1 softmmu/memory_mapping: factor out adding physical memory ranges by David Hildenbrand · 3 years, 5 months ago
- 602f8ea softmmu/memory_mapping: never merge ranges accross memory regions by David Hildenbrand · 3 years, 5 months ago
- fcb3ab3 memory: Add tracepoint for dirty sync by Peter Xu · 3 years, 5 months ago
- 142518b memory: Name all the memory listeners by Peter Xu · 3 years, 5 months ago
- 56918a1 memory: Add RAM_PROTECTED flag to skip IOMMU mappings by Sean Christopherson · 3 years, 6 months ago
- 1518562 qdev: Support marking individual buses as 'full' by Peter Maydell · 3 years, 4 months ago