summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* docs: remove non-reference uses of single backticksJohn Snow2021-11-081-3/+3
* Merge remote-tracking branch 'remotes/kraxel/tags/egl-20211105-pull-request' ...Richard Henderson2021-11-052-2/+7
|\
| * virtio-gpu: splitting one extended mode guest fb into n-scanoutsDongwon Kim2021-11-052-2/+7
* | plugins: try and make plugin_insn_append more ergonomicAlex Bennée2021-11-042-4/+15
|/
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingRichard Henderson2021-11-035-10/+8Star
|\
| * watchdog: remove select_watchdog_actionPaolo Bonzini2021-11-021-1/+0Star
| * watchdog: add information from -watchdog help to -device helpPaolo Bonzini2021-11-021-0/+1
| * target/i386: move linuxboot_dma_enabled to X86MachineStatePaolo Bonzini2021-11-022-5/+3Star
| * util: Make some iova_tree parameters constEugenio Pérez2021-11-021-4/+4
* | Merge remote-tracking branch 'remotes/rth/tags/pull-arm-20211102-2' into stagingRichard Henderson2021-11-032-0/+67
|\ \
| * | hw/arm: Add Nuvoton SD module to boardShengtan Mao2021-11-021-0/+2
| * | hw/sd: add nuvoton MMCShengtan Mao2021-11-021-0/+65
* | | Merge remote-tracking branch 'remotes/berrange/tags/hmp-x-qmp-620-pull-reques...Richard Henderson2021-11-038-9/+27
|\ \ \
| * | | qapi: introduce x-query-opcount QMP commandDaniel P. Berrangé2021-11-022-2/+2
| * | | qapi: introduce x-query-jit QMP commandDaniel P. Berrangé2021-11-022-3/+3
| * | | qapi: introduce x-query-ramblock QMP commandDaniel P. Berrangé2021-11-021-1/+1
| * | | qapi: introduce x-query-rdma QMP commandDaniel P. Berrangé2021-11-021-1/+1
| * | | monitor: introduce HumanReadableText and HMP supportDaniel P. Berrangé2021-11-023-0/+19
| * | | monitor: make hmp_handle_error return a booleanDaniel P. Berrangé2021-11-021-1/+1
| * | | monitor: remove 'info ioapic' HMP commandDaniel P. Berrangé2021-11-021-1/+0Star
| |/ /
* | | Merge remote-tracking branch 'remotes/kraxel/tags/misc-20211102-pull-request'...Richard Henderson2021-11-033-1/+6
|\ \ \
| * | | usb-storage: tag usb_msd_csw as packed structGerd Hoffmann2021-11-021-1/+1
| * | | ui/gtk: skip any extra draw of same guest scanout blob resDongwon Kim2021-11-021-0/+1
| * | | microvm: add device tree support.Gerd Hoffmann2021-11-021-0/+4
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/kwolf/tags/for-upstream' into stagingRichard Henderson2021-11-031-2/+4
|\ \ \
| * | | linux-aio: add `dev_max_batch` parameter to laio_io_unplug()Stefano Garzarella2021-11-021-1/+2
| * | | linux-aio: add `dev_max_batch` parameter to laio_co_submit()Stefano Garzarella2021-11-021-1/+2
| |/ /
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingRichard Henderson2021-11-033-22/+15Star
|\ \ \
| * | | pci: Export pci_for_each_device_under_bus*()Peter Xu2021-11-021-0/+5
| * | | pci: Define pci_bus_dev_fn/pci_bus_fn/pci_bus_ret_fnPeter Xu2021-11-021-10/+9Star
| * | | hw/i386/pc: Move IOMMU singleton into PCMachineStateJean-Philippe Brucker2021-11-011-0/+1
| * | | hw/i386/pc: Remove x86_iommu_get_type()Jean-Philippe Brucker2021-11-011-12/+0Star
* | | | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211102' into stagingRichard Henderson2021-11-023-20/+111
|\ \ \ \ | |_|_|/ |/| | |
| * | | tcg: Add helper_unaligned_{ld,st} for user-only sigbusRichard Henderson2021-11-021-0/+5
| * | | linux-user: Add cpu_loop_exit_sigbusRichard Henderson2021-11-021-0/+14
| * | | hw/core: Add TCGCPUOps.record_sigbusRichard Henderson2021-11-021-0/+23
| * | | accel/tcg: Restrict TCGCPUOps::tlb_fill() to sysemuRichard Henderson2021-11-021-12/+10Star
| * | | linux-user: Add cpu_loop_exit_sigsegvRichard Henderson2021-11-021-0/+15
| * | | hw/core: Add TCGCPUOps.record_sigsegvRichard Henderson2021-11-021-0/+26
| * | | linux-user/signal: Drop HOST_SIGNAL_PLACEHOLDERRichard Henderson2021-11-021-12/+0Star
| * | | accel/tcg: Split out handle_sigsegv_accerr_writeRichard Henderson2021-10-301-0/+12
| * | | accel/tcg: Split out adjust_signal_pcRichard Henderson2021-10-301-0/+10
* | | | Merge remote-tracking branch 'remotes/juanquintela/tags/migration-20211031-pu...Richard Henderson2021-11-026-8/+67
|\ \ \ \ | |_|_|/ |/| | |
| * | | memory: introduce total_dirty_pages to stat dirty pagesHyman Huang(黄勇)2021-11-011-0/+9
| * | | virtio-mem: Drop precopy notifierDavid Hildenbrand2021-11-011-3/+0Star
| * | | memory: Introduce replay_discarded callback for RamDiscardManagerDavid Hildenbrand2021-11-011-0/+21
| * | | migration: Add migrate_add_blocker_internal()Peter Xu2021-11-011-0/+16
| * | | memory: make global_dirty_tracking a bitmaskHyman Huang(黄勇)2021-11-012-5/+19
| * | | KVM: introduce dirty_pages and kvm_dirty_ring_enabledHyman Huang(黄勇)2021-11-012-0/+2
| | |/ | |/|
* | | machine: remove the done notifier for dynamic sysbus device type checkDamien Hedde2021-11-011-1/+0Star