aboutsummaryrefslogtreecommitdiff
path: root/softmmu
AgeCommit message (Expand)AuthorFilesLines
2022-01-07util/oslib-posix: Forward SIGBUS to MCE handler under LinuxDavid Hildenbrand1-0/+4
2022-01-05qemu-options: Remove the deprecated -no-quit optionThomas Huth1-7/+1
2021-12-31hw/core/machine: Introduce CPU cluster topology supportYanan Wang1-0/+3
2021-12-31dma: Let dma_buf_rw() propagate MemTxResultPhilippe Mathieu-Daudé1-6/+19
2021-12-31dma: Let dma_buf_read() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-3/+2
2021-12-31dma: Let dma_buf_write() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-3/+2
2021-12-31dma: Let dma_buf_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-5/+6
2021-12-30dma: Have dma_buf_read() / dma_buf_write() take a void pointerPhilippe Mathieu-Daudé1-2/+2
2021-12-30dma: Have dma_buf_rw() take a void pointerPhilippe Mathieu-Daudé1-1/+2
2021-12-30dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-12-30dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-1/+2
2021-12-30dma: Let dma_memory_set() take MemTxAttrs argumentPhilippe Mathieu-Daudé1-3/+2
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée1-2/+2
2021-11-22migration: fix dump-vmstate with modulesLaurent Vivier1-0/+1
2021-11-15Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson1-2/+4
2021-11-15pcie: expire pending deleteGerd Hoffmann1-1/+3
2021-11-11softmmu/qdev-monitor: fix use-after-free in qdev_set_id()Stefan Hajnoczi1-1/+1
2021-11-10monitor: Fix find_device_state() for IDs containing slashesMarkus Armbruster1-7/+1
2021-11-03Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson2-5/+7
2021-11-02qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé1-8/+11
2021-11-02watchdog: remove select_watchdog_actionPaolo Bonzini1-5/+5
2021-11-02vl: deprecate -watchdogPaolo Bonzini1-0/+1
2021-11-02watchdog: add information from -watchdog help to -device helpPaolo Bonzini1-0/+1
2021-11-02Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu...Richard Henderson2-11/+33
2021-11-01memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand1-0/+11
2021-11-01memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)2-11/+22
2021-11-01qdev-monitor: Check sysbus device type before creating itDamien Hedde1-0/+11
2021-10-28softmmu: fix for "after access" watchpointsPavel Dovgalyuk1-1/+1
2021-10-28softmmu: remove useless condition in watchpoint checkPavel Dovgalyuk1-21/+20
2021-10-28softmmu: fix watchpoint processing in icount modePavel Dovgalyuk1-4/+2
2021-10-23softmmu/physmem.c: Fix typo in commentGreg Kurz1-1/+1
2021-10-20device_tree: Add qemu_fdt_add_pathYanan Wang1-2/+42
2021-10-20qdev/qbus: remove failover specific codeLaurent Vivier1-12/+6
2021-10-15vl: Enable JSON syntax for -deviceKevin Wolf1-7/+56
2021-10-15qdev: Base object creation on QDict rather than QemuOptsKevin Wolf1-38/+31
2021-10-15qdev: Add Error parameter to hide_device() callbacksKevin Wolf1-1/+4
2021-10-15softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde1-10/+29
2021-10-15qdev: Make DeviceState.id independent of QemuOptsKevin Wolf1-2/+3
2021-10-15qdev: Avoid using string visitor for propertiesKevin Wolf1-3/+17
2021-10-13Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson1-10/+10
2021-10-13memory: Log access direction for invalid accessesBALATON Zoltan1-10/+10
2021-10-13monitor: Tidy up find_device_state()Markus Armbruster1-8/+5
2021-10-02softmmu/memory_mapping: optimize for RamDiscardManager sectionsDavid Hildenbrand1-0/+20
2021-10-02softmmu/memory_mapping: factor out adding physical memory rangesDavid Hildenbrand1-21/+20
2021-10-02softmmu/memory_mapping: never merge ranges accross memory regionsDavid Hildenbrand1-1/+2
2021-09-30memory: Add tracepoint for dirty syncPeter Xu2-0/+3
2021-09-30memory: Name all the memory listenersPeter Xu1-0/+1
2021-09-30memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson2-1/+7
2021-09-13qdev: Support marking individual buses as 'full'Peter Maydell1-1/+6
2021-09-06softmmu/vl: Deprecate the -sdl and -curses optionThomas Huth1-0/+3