Age | Commit message (Expand) | Author |
2021-12-31 | hw/core/machine: Introduce CPU cluster topology support | Yanan Wang |
2021-12-31 | dma: Let dma_buf_rw() propagate MemTxResult | Philippe Mathieu-Daudé |
2021-12-31 | dma: Let dma_buf_read() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-31 | dma: Let dma_buf_write() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-31 | dma: Let dma_buf_rw() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-30 | dma: Have dma_buf_read() / dma_buf_write() take a void pointer | Philippe Mathieu-Daudé |
2021-12-30 | dma: Have dma_buf_rw() take a void pointer | Philippe Mathieu-Daudé |
2021-12-30 | dma: Let dma_memory_map() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-30 | dma: Let dma_memory_rw() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-12-30 | dma: Let dma_memory_set() take MemTxAttrs argument | Philippe Mathieu-Daudé |
2021-11-29 | accel/tcg: suppress IRQ check for special TBs | Alex Bennée |
2021-11-22 | migration: fix dump-vmstate with modules | Laurent Vivier |
2021-11-15 | Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in... | Richard Henderson |
2021-11-15 | pcie: expire pending delete | Gerd Hoffmann |
2021-11-11 | softmmu/qdev-monitor: fix use-after-free in qdev_set_id() | Stefan Hajnoczi |
2021-11-10 | monitor: Fix find_device_state() for IDs containing slashes | Markus Armbruster |
2021-11-03 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson |
2021-11-02 | qapi: introduce x-query-ramblock QMP command | Daniel P. Berrangé |
2021-11-02 | watchdog: remove select_watchdog_action | Paolo Bonzini |
2021-11-02 | vl: deprecate -watchdog | Paolo Bonzini |
2021-11-02 | watchdog: add information from -watchdog help to -device help | Paolo Bonzini |
2021-11-02 | Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu... | Richard Henderson |
2021-11-01 | memory: Introduce replay_discarded callback for RamDiscardManager | David Hildenbrand |
2021-11-01 | memory: make global_dirty_tracking a bitmask | Hyman Huang(黄勇) |
2021-11-01 | qdev-monitor: Check sysbus device type before creating it | Damien Hedde |
2021-10-28 | softmmu: fix for "after access" watchpoints | Pavel Dovgalyuk |
2021-10-28 | softmmu: remove useless condition in watchpoint check | Pavel Dovgalyuk |
2021-10-28 | softmmu: fix watchpoint processing in icount mode | Pavel Dovgalyuk |
2021-10-23 | softmmu/physmem.c: Fix typo in comment | Greg Kurz |
2021-10-20 | device_tree: Add qemu_fdt_add_path | Yanan Wang |
2021-10-20 | qdev/qbus: remove failover specific code | Laurent Vivier |
2021-10-15 | vl: Enable JSON syntax for -device | Kevin Wolf |
2021-10-15 | qdev: Base object creation on QDict rather than QemuOpts | Kevin Wolf |
2021-10-15 | qdev: Add Error parameter to hide_device() callbacks | Kevin Wolf |
2021-10-15 | softmmu/qdev-monitor: add error handling in qdev_set_id | Damien Hedde |
2021-10-15 | qdev: Make DeviceState.id independent of QemuOpts | Kevin Wolf |
2021-10-15 | qdev: Avoid using string visitor for properties | Kevin Wolf |
2021-10-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into staging | Richard Henderson |
2021-10-13 | memory: Log access direction for invalid accesses | BALATON Zoltan |
2021-10-13 | monitor: Tidy up find_device_state() | Markus Armbruster |
2021-10-02 | softmmu/memory_mapping: optimize for RamDiscardManager sections | David Hildenbrand |
2021-10-02 | softmmu/memory_mapping: factor out adding physical memory ranges | David Hildenbrand |
2021-10-02 | softmmu/memory_mapping: never merge ranges accross memory regions | David Hildenbrand |
2021-09-30 | memory: Add tracepoint for dirty sync | Peter Xu |
2021-09-30 | memory: Name all the memory listeners | Peter Xu |
2021-09-30 | memory: Add RAM_PROTECTED flag to skip IOMMU mappings | Sean Christopherson |
2021-09-13 | qdev: Support marking individual buses as 'full' | Peter Maydell |
2021-09-06 | softmmu/vl: Deprecate the -sdl and -curses option | Thomas Huth |
2021-09-06 | softmmu/vl: Deprecate the old grab options | Thomas Huth |
2021-09-06 | softmmu/vl: Add a "grab-mod" parameter to the -display sdl option | Thomas Huth |