summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson2021-11-111-0/+15
|\
| * rcu: Introduce force_rcu notifierGreg Kurz2021-11-101-0/+15
* | monitor: Fix find_device_state() for IDs containing slashesMarkus Armbruster2021-11-101-0/+12
* | hw/m68k: Fix typo in SPDX tagPhilippe Mathieu-Daudé2021-11-094-4/+4
* | libdecnumber: Introduce decNumberIntegralToInt128Luis Pires2021-11-092-1/+3
* | host-utils: Introduce mulu128Luis Pires2021-11-091-0/+36
* | libdecnumber: introduce decNumberFrom[U]Int128Luis Pires2021-11-091-0/+2
|/
* 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
|\ \ \ \ | |_|_|/ |/| | |