summaryrefslogtreecommitdiffstats
path: root/softmmu
Commit message (Expand)AuthorAgeFilesLines
* include: Move qemu_madvise() and related #defines to new qemu/madvise.hPeter Maydell2022-02-211-0/+1
* softmmu/cpus: Check if the cpu work list is empty atomicallyIdan Horowitz2022-02-081-6/+1Star
* rtc: Move RTC function prototypes to their own headerPeter Maydell2022-01-281-1/+1
* softmmu/device_tree: Remove redundant pointer assignmentYanan Wang2022-01-211-5/+4Star
* softmmu/device_tree: Silence compiler warning with --enable-sanitizersThomas Huth2022-01-211-2/+2
* exec/memory: Extract address_space_set() from dma_memory_set()Philippe Mathieu-Daudé2022-01-202-14/+20
* Merge remote-tracking branch 'remotes/lvivier-gitlab/tags/trivial-branch-for-...Peter Maydell2022-01-181-2/+4
|\
| * softmmu: Provide a clue as to why device tree loading failedBernhard Beschow2022-01-181-2/+4
* | hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé2022-01-181-12/+4Star
* | hw/dma: Use dma_addr_t type definition when relevantPhilippe Mathieu-Daudé2022-01-181-7/+9
* | hw/scsi: Rename SCSIRequest::resid as 'residual'Philippe Mathieu-Daudé2022-01-181-13/+13
* | memory: Fix incorrect calls of log_global_start/stopPeter Xu2022-01-181-13/+14
* | memory: Make memory_region_is_mapped() succeed when mapped via an aliasDavid Hildenbrand2022-01-181-1/+12
* | memory: Have 'info mtree' remove duplicated Address Space informationPhilippe Mathieu-Daudé2022-01-181-3/+60
* | memory: Split mtree_info() as mtree_info_flatview() + mtree_info_as()Philippe Mathieu-Daudé2022-01-181-34/+43
* | memory: Directly dispatch alias accesses on origin memory regionPhilippe Mathieu-Daudé2022-01-181-0/+10
|/
* softmmu: fix device deletion events with -device JSON syntaxDaniel P. Berrangé2022-01-141-1/+3
* include/sysemu/blockdev.h: remove drive_mark_claimed_by_board and inline driv...Emanuele Giuseppe Esposito2022-01-141-1/+3
* util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand2022-01-081-0/+4
* qemu-options: Remove the deprecated -no-quit optionThomas Huth2022-01-051-7/+1Star
* hw/core/machine: Introduce CPU cluster topology supportYanan Wang2021-12-311-0/+3
* dma: Let dma_buf_rw() propagate MemTxResultPhilippe Mathieu-Daudé2021-12-311-6/+19
* dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-3/+2Star
* dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-3/+2Star
* dma: Let dma_buf_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-311-5/+6
* dma: Have dma_buf_read() / dma_buf_write() take a void pointerPhilippe Mathieu-Daudé2021-12-301-2/+2
* dma: Have dma_buf_rw() take a void pointerPhilippe Mathieu-Daudé2021-12-301-1/+2
* dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* dma: Let dma_memory_set() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-3/+2Star
* accel/tcg: suppress IRQ check for special TBsAlex Bennée2021-11-291-2/+2
* migration: fix dump-vmstate with modulesLaurent Vivier2021-11-221-0/+1
* Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2021-11-151-2/+4
|\
| * pcie: expire pending deleteGerd Hoffmann2021-11-151-1/+3
| * softmmu/qdev-monitor: fix use-after-free in qdev_set_id()Stefan Hajnoczi2021-11-111-1/+1
* | monitor: Fix find_device_state() for IDs containing slashesMarkus Armbruster2021-11-101-7/+1Star
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson2021-11-032-5/+7
|\
| * watchdog: remove select_watchdog_actionPaolo Bonzini2021-11-021-5/+5
| * vl: deprecate -watchdogPaolo Bonzini2021-11-021-0/+1
| * watchdog: add information from -watchdog help to -device helpPaolo Bonzini2021-11-021-0/+1
* | qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé2021-11-021-8/+11
* | Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu...Richard Henderson2021-11-022-11/+33
|\ \ | |/ |/|
| * memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand2021-11-011-0/+11
| * memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)2021-11-012-11/+22
* | qdev-monitor: Check sysbus device type before creating itDamien Hedde2021-11-011-0/+11
|/
* softmmu: fix for "after access" watchpointsPavel Dovgalyuk2021-10-291-1/+1
* softmmu: remove useless condition in watchpoint checkPavel Dovgalyuk2021-10-291-21/+20Star
* softmmu: fix watchpoint processing in icount modePavel Dovgalyuk2021-10-291-4/+2Star
* softmmu/physmem.c: Fix typo in commentGreg Kurz2021-10-231-1/+1
* device_tree: Add qemu_fdt_add_pathYanan Wang2021-10-211-2/+42