summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
| * hw/mips: boston: pass random seed to fdtJason A. Donenfeld2022-07-221-0/+5
| * hw/nios2: virt: pass random seed to fdtJason A. Donenfeld2022-07-221-0/+5
| * oss-fuzz: ensure base_copy is a generic-fuzzerAlexander Bulekov2022-07-221-1/+1
| * oss-fuzz: remove binaries from qemu-bundle treePaolo Bonzini2022-07-221-1/+3
| * accel/kvm: Avoid Coverity warning in query_stats()Peter Maydell2022-07-221-1/+1
| * docs: Add caveats for Windows as the build platformBin Meng2022-07-221-1/+9
|/
* Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell2022-07-214-2/+15
|\
| * util: Fix broken build on HaikuThomas Huth2022-07-192-4/+4
| * kvm: add support for boolean statisticsPaolo Bonzini2022-07-182-1/+10
| * monitor: add support for boolean statisticsPaolo Bonzini2022-07-182-1/+5
* | Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...Peter Maydell2022-07-2044-301/+2400
|\ \
| * | Revert "gitlab: disable accelerated zlib for s390x"Dr. David Alan Gilbert2022-07-202-16/+2Star
| * | migration: Avoid false-positive on non-supported scenarios for zero-copy-sendLeonardo Bras2022-07-201-1/+14
| * | multifd: Document the locking of MultiFD{Send/Recv}ParamsJuan Quintela2022-07-201-25/+41
| * | migration/multifd: Report to user when zerocopy not workingLeonardo Bras2022-07-203-0/+9
| * | Add dirty-sync-missed-zero-copy migration statLeonardo Bras2022-07-203-1/+13
| * | QIOChannelSocket: Fix zero-copy flush returning code 1 when nothing sentLeonardo Bras2022-07-201-1/+7
| * | migration: remove unreachable code after reading dataDaniel P. Berrangé2022-07-201-3/+1Star
| * | tests: Add postcopy preempt testsPeter Xu2022-07-201-2/+57
| * | tests: Add postcopy tls recovery migration testPeter Xu2022-07-201-9/+30
| * | tests: Add postcopy tls migration testPeter Xu2022-07-201-10/+51
| * | tests: Move MigrateCommon upperPeter Xu2022-07-201-72/+72
| * | migration: Respect postcopy request order in preemption modePeter Xu2022-07-201-13/+52
| * | migration: Enable TLS for preempt channelPeter Xu2022-07-202-8/+50
| * | migration: Export tls-[creds|hostname|authz] params to cmdline tooPeter Xu2022-07-201-3/+3
| * | migration: Add helpers to detect TLS capabilityPeter Xu2022-07-205-10/+17
| * | migration: Add property x-postcopy-preempt-break-hugePeter Xu2022-07-203-0/+16
| * | migration: Create the postcopy preempt channel asynchronouslyPeter Xu2022-07-204-12/+68