summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | linux-headers: update to 5.16-rc1Paolo Bonzini2021-12-107-8/+205
| * | virtio-gpu: do not byteswap paddingPaolo Bonzini2021-12-101-1/+0Star
| |/
* | Merge tag 'pull-block-2021-12-15' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson2021-12-151-1/+0Star
|\ \
| * | blockdev: Drop unused drive_get_next()Markus Armbruster2021-12-151-1/+0Star
| |/
* | Merge tag 'pull-target-arm-20211215' of https://git.linaro.org/people/pmaydel...Richard Henderson2021-12-152-2/+0Star
|\ \
| * | include/hw/i386: Don't include qemu-common.h in .h filesPeter Maydell2021-12-152-2/+0Star
| |/
* | Merge tag 'migration-20211214-pull-request' of https://gitlab.com/juan.quinte...Richard Henderson2021-12-151-0/+1
|\ \
| * | Fixed a QEMU hang when guest poweroff in COLO modeRao, Lei2021-12-151-0/+1
| |/
* / qtest/libqos: add a function to initialize secondary PCI busesLaurent Vivier2021-12-151-0/+8
|/
* accel/tcg: introduce CF_NOIRQAlex Bennée2021-11-292-4/+18
* Merge tag 'pull-block-2021-11-16' of https://gitlab.com/hreitz/qemu into stagingRichard Henderson2021-11-161-0/+3
|\
| * transactions: Invoke clean() after everything elseHanna Reitz2021-11-161-0/+3
* | Merge tag 'pull-target-arm-20211115-1' of https://git.linaro.org/people/pmayd...Richard Henderson2021-11-161-2/+12
|\ \
| * | hw/intc/arm_gicv3: Support multiple redistributor regionsPeter Maydell2021-11-151-1/+11
| * | hw/intc/arm_gicv3: Move checking of redist-region-count to arm_gicv3_common_r...Peter Maydell2021-11-151-1/+1
| |/
* | Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2021-11-154-2/+6
|\ \ | |/ |/|
| * pcie: expire pending deleteGerd Hoffmann2021-11-151-0/+1
| * pci: implement power stateGerd Hoffmann2021-11-151-0/+2
| * hw/acpi/ich9: Add compat prop to keep HPC bit set for 6.1 machine typeJulia Suvorova2021-11-151-0/+1
| * vhost: Rename last_index to vq_index_endEugenio Pérez2021-11-111-2/+2
* | 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