summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | tests: refresh to latest libvirt-ci moduleDaniel P. Berrangé2022-07-2919-18/+40
|/ / /
* | | Merge tag 'pull-ppc-20220728' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2022-07-294-13/+109
|\ \ \
| * | | target/ppc: Implement new wait variantsNicholas Piggin2022-07-282-8/+91
| * | | hw/ppc/ppc440_uc: Initialize length passed to cpu_physical_memory_map()Peter Maydell2022-07-281-1/+4
| * | | hw/ppc: check if spapr_drc_index() returns NULL in spapr_nvdimm.cDaniel Henrique Barboza2022-07-281-4/+14
| | |/ | |/|
* | | Merge tag 'pull-riscv-to-apply-20220728' of github.com:alistair23/qemu into s...Richard Henderson2022-07-282-7/+2Star
|\ \ \ | |/ / |/| |
| * | hw/intc: sifive_plic: Fix multi-socket plic configuraitonAtish Patra2022-07-281-2/+2
| * | RISC-V: Allow both Zmmul and MPalmer Dabbelt2022-07-271-5/+0Star
| |/
* | Merge tag 'pull-block-2022-07-27' of https://gitlab.com/vsementsov/qemu into ...Richard Henderson2022-07-283-3/+49
|\ \ | |/ |/|
| * iotests/131: Add parallels regression testHanna Reitz2022-07-262-1/+47
| * block/parallels: Fix buffer-based write callHanna Reitz2022-07-261-2/+2
* | Update version for v7.1.0-rc0 releaseRichard Henderson2022-07-271-1/+1
* | Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson2022-07-2616-107/+258
|\ \ | |/ |/|
| * hw/virtio/virtio-iommu: Enforce power-of-two notify for both MAP and UNMAPJean-Philippe Brucker2022-07-261-19/+28
| * i386/pc: restrict AMD only enforcing of 1Tb hole to new machine typeJoao Martins2022-07-264-2/+7
| * i386/pc: relocate 4g start to 1T where applicableJoao Martins2022-07-261-0/+54
| * i386/pc: bounds check phys-bits against max used GPAJoao Martins2022-07-261-0/+27
| * i386/pc: factor out device_memory base/size to helperJoao Martins2022-07-261-15/+31
| * i386/pc: handle unitialized mr in pc_get_cxl_range_end()Joao Martins2022-07-261-10/+8Star
| * i386/pc: factor out cxl range start to helperJoao Martins2022-07-261-7/+17
| * i386/pc: factor out cxl range end to helperJoao Martins2022-07-261-10/+21
| * i386/pc: factor out above-4g end to an helperJoao Martins2022-07-261-15/+14Star
| * i386/pc: pass pci_hole64_size to pc_memory_init()Joao Martins2022-07-264-4/+19
| * i386/pc: create pci-host qdev prior to pc_memory_init()Joao Martins2022-07-264-9/+12
| * hw/i386: add 4g boundary start to X86MachineStateJoao Martins2022-07-265-7/+12
| * hw/cxl: Fix size of constant in interleave granularity function.Jonathan Cameron2022-07-261-1/+1
| * hw/i386/pc: Always place CXL Memory Regions after device_memoryJonathan Cameron2022-07-261-4/+2Star
| * hw/machine: Clear out left over CXL related pointer from move of state handli...Jonathan Cameron2022-07-261-1/+0Star
| * acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()Robert Hoo2022-07-263-27/+29
* | Merge tag 'pull-target-arm-20220726' of https://git.linaro.org/people/pmaydel...Richard Henderson2022-07-265-20/+17Star
|\ \ | |/ |/|
| * hw/display/bcm2835_fb: Fix framebuffer allocation addressAlan Jian2022-07-261-2/+1Star
| * configure: Avoid '==' bashismPeter Maydell2022-07-261-1/+1
| * configure: Drop dead code attempting to use -msmall-data on alpha hostsPeter Maydell2022-07-261-7/+0Star
| * configure: Don't use bash-specific string-replacement syntaxPeter Maydell2022-07-261-3/+4
| * configure: Add braces to clarify intent of $emu[[:space:]]Peter Maydell2022-07-261-1/+1
| * configure: Add missing POSIX-required spacePeter Maydell2022-07-261-1/+1
| * target/arm: Add MO_128 entry to pred_esz_masks[]Peter Maydell2022-07-262-3/+4
| * scripts/coverity-scan/COMPONENTS.md: Update slirp component infoPeter Maydell2022-07-261-2/+2
| * scripts/coverity-scan/COMPONENTS.md: Add loongarch componentPeter Maydell2022-07-261-0/+3
* | Merge tag 'linux-user-for-7.1-pull-request' of https://gitlab.com/laurent_viv...Peter Maydell2022-07-263-20/+5Star
|\ \ | |/ |/|
| * linux-user: Use target abi_int type for pipefd[1] in pipe()Helge Deller2022-07-251-1/+1
| * linux-user: Unconditionally use pipe2() syscallHelge Deller2022-07-252-19/+1Star
| * linux-user/hppa: Fix segfaults on page zeroHelge Deller2022-07-251-0/+3
* | Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2022-07-262-13/+15
|\ \
| * | vdpa: Fix memory listener deletions of iova treeEugenio Pérez2022-07-261-1/+1
| * | vhost: Get vring base from vq, not svqEugenio Pérez2022-07-261-12/+12
| * | e1000e: Fix possible interrupt loss when using MSIAke Koomsin2022-07-261-0/+2
| |/
* | Merge tag 'for-upstream2' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-07-2514-12/+63
|\ \ | |/ |/|
| * hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld2022-07-228-8/+35
| * hw/rx: pass random seed to fdtJason A. Donenfeld2022-07-221-0/+4