aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-08dino: add memory-as property containing a link to the memory address spaceMark Cave-Ayland1-0/+12
2022-05-08dino: move PCI windows initialisation to dino_pcihost_init()Mark Cave-Ayland1-11/+11
2022-05-08dino: move PCI bus initialisation to dino_pcihost_init()Mark Cave-Ayland1-7/+9
2022-05-08dino: move registers from dino_init() to DINO_PCI_BRIDGE init functionMark Cave-Ayland1-15/+29
2022-05-08dino: checkpatch fixesMark Cave-Ayland1-2/+4
2022-05-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson26-805/+776
2022-05-07pc: remove -soundhw pcspkPaolo Bonzini3-36/+4
2022-05-07configure, meson: move vhost options to MesonPaolo Bonzini4-89/+51
2022-05-07meson: use have_vhost_* variables to pick sourcesPaolo Bonzini8-25/+39
2022-05-07meson: create have_vhost_* variablesPaolo Bonzini3-13/+22
2022-05-07build: move vhost-user-fs configuration to KconfigPaolo Bonzini3-13/+5
2022-05-07build: move vhost-scsi configuration to KconfigPaolo Bonzini5-19/+5
2022-05-07build: move vhost-vsock configuration to KconfigPaolo Bonzini4-19/+10
2022-05-07configure: simplify vhost-net-{user, vdpa} configurationPaolo Bonzini1-13/+4
2022-05-07meson, virtio: place all virtio-pci devices under virtio_pci_ssPaolo Bonzini1-4/+5
2022-05-07configure: omit options with default values from meson command linePaolo Bonzini3-14/+19
2022-05-07meson: pass more options directly as -DPaolo Bonzini4-29/+22
2022-05-07configure: switch directory options to automatic parsingPaolo Bonzini4-60/+34
2022-05-07meson: always combine directories with prefixPaolo Bonzini1-10/+10
2022-05-07meson, configure: move --interp-prefix to mesonPaolo Bonzini4-10/+7
2022-05-07meson, configure: move --with-pkgversion, CONFIG_STAMP to mesonPaolo Bonzini7-25/+40
2022-05-07meson, configure: move bdrv whitelists to mesonPaolo Bonzini4-25/+28
2022-05-07meson, configure: move --tls-priority to mesonPaolo Bonzini4-6/+7
2022-05-07configure: switch string options to automatic parsingPaolo Bonzini3-27/+11
2022-05-07configure: move Windows flags detection to mesonPaolo Bonzini2-20/+8
2022-05-07configure, meson: move iasl detection to mesonPaolo Bonzini2-8/+10
2022-05-07meson, configure: move Xen detection to mesonPaolo Bonzini3-341/+296
2022-05-07meson-buildoptions: add support for string optionsPaolo Bonzini3-13/+60
2022-05-07qga-vss: always build qga-vss.tlb when qga-vss.dll is builtKonstantin Kostiuk1-2/+2
2022-05-07configure: Add cross prefix for widl toolKonstantin Kostiuk1-0/+3
2022-05-07WHPX: support for xcr0Sunil Muthuswamy2-0/+90
2022-05-06Merge tag '20220506-xtensa-1' of https://github.com/OSLL/qemu-xtensa into sta...Richard Henderson16-259/+8604
2022-05-06target/xtensa: implement cache test option opcodesMax Filippov1-0/+38
2022-05-06tests/tcg/xtensa: fix vectors and checks in timer testMax Filippov1-7/+41
2022-05-06tests/tcg/xtensa: enable mmu tests for MMUv3Max Filippov1-79/+103
2022-05-06tests/tcg/xtensa: enable autorefill phys_mem tests for MMUv3Max Filippov1-1/+9
2022-05-06tests/tcg/xtensa: remove dependency on the loop optionMax Filippov1-10/+10
2022-05-06tests/tcg/xtensa: fix watchpoint testMax Filippov1-40/+46
2022-05-06tests/tcg/xtensa: restore vecbase SR after testMax Filippov1-0/+2
2022-05-06tests/tcg/xtensa: fix build for cores without windowed registersMax Filippov1-0/+2
2022-05-06hw/xtensa: fix reset value of MIROUT register of MX PICMax Filippov1-1/+1
2022-05-06target/xtensa: add clock input to xtensa CPUMax Filippov3-3/+24
2022-05-06target/xtensa: import core lx106Simon Safar5-0/+8273
2022-05-06target/xtensa: use tcg_constant_* for remaining opcodesMax Filippov1-52/+25
2022-05-06target/xtensa: use tcg_constant_* for FPU conversion opcodesMax Filippov1-12/+6
2022-05-06target/xtensa: use tcg_constant_* for numbered special registersMax Filippov1-12/+4
2022-05-06target/xtensa: use tcg_constant_* for TLB opcodesMax Filippov1-8/+4
2022-05-06target/xtensa: use tcg_constant_* for exceptionsMax Filippov1-13/+5
2022-05-06target/xtensa: use tcg_contatnt_* for numeric literalsMax Filippov1-19/+9
2022-05-06target/xtensa: fix missing tcg_temp_free in gen_window_checkMax Filippov1-2/+2