aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)Author
2022-01-28rtc: Move RTC function prototypes to their own headerPeter Maydell
2022-01-21softmmu/device_tree: Remove redundant pointer assignmentYanan Wang
2022-01-21softmmu/device_tree: Silence compiler warning with --enable-sanitizersThomas Huth
2022-01-20exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé
2022-01-18Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell
2022-01-18hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé
2022-01-18hw/dma: Use dma_addr_t type definition when relevantPhilippe Mathieu-Daudé
2022-01-18hw/scsi: Rename SCSIRequest::resid as 'residual'Philippe Mathieu-Daudé
2022-01-18softmmu: Provide a clue as to why device tree loading failedBernhard Beschow
2022-01-18memory: Fix incorrect calls of log_global_start/stopPeter Xu
2022-01-18memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand
2022-01-18memory: Have 'info mtree' remove duplicated Address Space informationPhilippe Mathieu-Daudé
2022-01-18memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()Philippe Mathieu-Daudé
2022-01-18memory: Directly dispatch alias accesses on origin memory regionPhilippe Mathieu-Daudé
2022-01-14softmmu: fix device deletion events with -device JSON syntaxDaniel P. Berrangé
2022-01-14include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito
2022-01-07util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand
2022-01-05qemu-options: Remove the deprecated -no-quit optionThomas Huth
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang
2021-12-31dma: Let dma_buf_rw() propagate MemTxResultPhilippe Mathieu-Daudé
2021-12-31dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-31dma: Let dma_buf_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-30dma: Have dma_buf_read() / dma_buf_write() take a void pointerPhilippe Mathieu-Daudé
2021-12-30dma: Have dma_buf_rw() take a void pointerPhilippe Mathieu-Daudé
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-30dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-12-30dma: Let dma_memory_set() take MemTxAttrs argumentPhilippe Mathieu-Daudé
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée
2021-11-22migration: fix dump-vmstate with modulesLaurent Vivier
2021-11-15Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson
2021-11-15pcie: expire pending deleteGerd Hoffmann
2021-11-11softmmu/qdev-monitor: fix use-after-free in qdev_set_id()Stefan Hajnoczi
2021-11-10monitor: Fix find_device_state() for IDs containing slashesMarkus Armbruster
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson
2021-11-02qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé
2021-11-02watchdog: remove select_watchdog_actionPaolo Bonzini
2021-11-02vl: deprecate -watchdogPaolo Bonzini
2021-11-02watchdog: add information from -watchdog help to -device helpPaolo Bonzini
2021-11-02Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu...Richard Henderson
2021-11-01memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)
2021-11-01qdev-monitor: Check sysbus device type before creating itDamien Hedde
2021-10-28softmmu: fix for "after access" watchpointsPavel Dovgalyuk
2021-10-28softmmu: remove useless condition in watchpoint checkPavel Dovgalyuk
2021-10-28softmmu: fix watchpoint processing in icount modePavel Dovgalyuk
2021-10-23softmmu/physmem.c: Fix typo in commentGreg Kurz
2021-10-20device_tree: Add qemu_fdt_add_pathYanan Wang
2021-10-20qdev/qbus: remove failover specific codeLaurent Vivier
2021-10-15vl: Enable JSON syntax for -deviceKevin Wolf