summaryrefslogtreecommitdiffstats
path: root/softmmu (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 into stagingRichard 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/+1
|/
* 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-pull-request' into stagingRichard 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-281-1/+1
* softmmu: remove useless condition in watchpoint checkPavel Dovgalyuk2021-10-281-21/+20
* softmmu: fix watchpoint processing in icount modePavel Dovgalyuk2021-10-281-4/+2
* softmmu/physmem.c: Fix typo in commentGreg Kurz2021-10-231-1/+1
* device_tree: Add qemu_fdt_add_pathYanan Wang2021-10-201-2/+42
* qdev/qbus: remove failover specific codeLaurent Vivier2021-10-201-12/+6
* vl: Enable JSON syntax for -deviceKevin Wolf2021-10-151-7/+56
* qdev: Base object creation on QDict rather than QemuOptsKevin Wolf2021-10-151-38/+31
* qdev: Add Error parameter to hide_device() callbacksKevin Wolf2021-10-151-1/+4
* softmmu/qdev-monitor: add error handling in qdev_set_idDamien Hedde2021-10-151-10/+29
* qdev: Make DeviceState.id independent of QemuOptsKevin Wolf2021-10-151-2/+3
* qdev: Avoid using string visitor for propertiesKevin Wolf2021-10-151-3/+17
* Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211013' into stagingRichard Henderson2021-10-131-10/+10
|\
| * memory: Log access direction for invalid accessesBALATON Zoltan2021-10-131-10/+10
* | monitor: Tidy up find_device_state()Markus Armbruster2021-10-131-8/+5
|/
* softmmu/memory_mapping: optimize for RamDiscardManager sectionsDavid Hildenbrand2021-10-021-0/+20
* softmmu/memory_mapping: factor out adding physical memory rangesDavid Hildenbrand2021-10-021-21/+20
* softmmu/memory_mapping: never merge ranges accross memory regionsDavid Hildenbrand2021-10-021-1/+2
* memory: Add tracepoint for dirty syncPeter Xu2021-09-302-0/+3
* memory: Name all the memory listenersPeter Xu2021-09-301-0/+1
* memory: Add RAM_PROTECTED flag to skip IOMMU mappingsSean Christopherson2021-09-302-1/+7
* qdev: Support marking individual buses as 'full'Peter Maydell2021-09-131-1/+6
* softmmu/vl: Deprecate the -sdl and -curses optionThomas Huth2021-09-061-0/+3
* softmmu/vl: Deprecate the old grab optionsThomas Huth2021-09-061-0/+6
* softmmu/vl: Add a "grab-mod" parameter to the -display sdl optionThomas Huth2021-09-061-3/+12
* Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2021-08-26' into stagingPeter Maydell2021-08-271-13/+6
|\
| * vl: Clean up -smp error handlingMarkus Armbruster2021-08-261-7/+5
| * error: Use error_fatal to simplify obvious fatal errors (again)Markus Armbruster2021-08-261-6/+1
* | softmmu/physmem.c: Check return value from realpath()Peter Maydell2021-08-261-0/+3
* | softmmu/physmem.c: Remove unneeded NULL check in qemu_ram_alloc_from_fd()Peter Maydell2021-08-261-1/+1
* | arch_init.h: Move QEMU_ARCH_VIRTIO_* to qdev-monitor.cPeter Maydell2021-08-261-0/+9
* | meson.build: Define QEMU_ARCH in config-target.hPeter Maydell2021-08-261-41/+0
* | softmmu/arch_init.c: Trim down include listPeter Maydell2021-08-261-7/+0
* | monitor: Use accel_find("kvm") instead of kvm_available()Peter Maydell2021-08-261-9/+0
* | softmmu: Use accel_find("xen") instead of xen_available()Peter Maydell2021-08-262-12/+3
|/