aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-05-12net: slirp: allow CFI with libslirp >= 4.7Paolo Bonzini1-14/+17
2022-05-12net: slirp: add support for CFI-friendly timer APIPaolo Bonzini1-1/+40
2022-05-12net: slirp: switch to slirp_newPaolo Bonzini2-7/+22
2022-05-12net: slirp: introduce a wrapper struct for QemuTimerPaolo Bonzini1-5/+14
2022-05-12slirp: bump submodule past 4.7 releasePaolo Bonzini1-0/+0
2022-05-12machine: move more memory validation to Machine objectPaolo Bonzini2-16/+22
2022-05-12machine: make memory-backend a link propertyPaolo Bonzini5-69/+74
2022-05-12machine: add mem compound propertyPaolo Bonzini3-83/+138
2022-05-12machine: add boot compound propertyPaolo Bonzini3-58/+57
2022-05-12machine: use QAPI struct for boot configurationPaolo Bonzini18-82/+127
2022-05-12tests/qtest/libqos: Add generic pci host bridge in arm-virt machineEric Auger4-4/+301
2022-05-12tests/qtest/libqos: Skip hotplug tests if pci root bus is not hotpluggableEric Auger6-0/+32
2022-05-12tests/qtest/libqos/pci: Introduce pio_limitEric Auger4-31/+54
2022-05-12hw/xen/xen_pt: Resolve igd_passthrough_isa_bridge_create() indirectionBernhard Beschow3-13/+6
2022-05-12hw/xen/xen_pt: Confine igd-passthrough-isa-bridge to XENBernhard Beschow5-120/+120
2022-05-12meson: Make mremap() detecting works correctlyJuan Quintela1-2/+3
2022-05-12checkpatch: fix g_malloc checkPaolo Bonzini1-2/+2
2022-05-12target/i386: do not consult nonexistent host leavesPaolo Bonzini1-5/+36
2022-05-12pc-bios/optionrom: compile with -Wno-array-boundsPaolo Bonzini1-0/+1
2022-05-12pc-bios/optionrom: detect -fno-piePaolo Bonzini2-2/+2
2022-05-11Merge tag 'pull-misc-2022-05-11' of git://repo.or.cz/qemu/armbru into stagingRichard Henderson172-406/+424
2022-05-11Clean up decorations and whitespace around header guardsMarkus Armbruster22-26/+24
2022-05-11Normalize header guard symbol definitionMarkus Armbruster20-20/+20
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster72-209/+232
2022-05-11Clean up header guards that don't match their file nameMarkus Armbruster58-151/+148
2022-05-09Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson18-143/+505
2022-05-09Merge tag 'pull-target-arm-20220509' of https://git.linaro.org/people/pmaydel...Richard Henderson25-562/+1068
2022-05-09hw/acpi/aml-build: Use existing CPU topology to build PPTT tableGavin Shan1-63/+48
2022-05-09hw/arm/virt: Fix CPU's default NUMA node IDGavin Shan1-1/+3
2022-05-09qtest/numa-test: Correct CPU and NUMA association in aarch64_numa_cpu()Gavin Shan1-6/+12
2022-05-09hw/arm/virt: Consider SMP configuration in CPU topologyGavin Shan1-1/+14
2022-05-09qtest/numa-test: Specify CPU topology in aarch64_numa_cpu()Gavin Shan1-1/+2
2022-05-09qapi/machine.json: Add cluster-idGavin Shan3-2/+24
2022-05-09hw/arm: add versioning to sbsa-ref machine DTLeif Lindholm1-0/+14
2022-05-09target/arm: Define neoverse-n1Richard Henderson4-0/+69
2022-05-09target/arm: Define cortex-a76Richard Henderson4-0/+69
2022-05-09target/arm: Enable FEAT_DGH for -cpu maxRichard Henderson3-0/+3
2022-05-09target/arm: Enable FEAT_CSV3 for -cpu maxRichard Henderson3-0/+3
2022-05-09target/arm: Enable FEAT_CSV2_2 for -cpu maxRichard Henderson5-2/+86
2022-05-09target/arm: Enable FEAT_CSV2 for -cpu maxRichard Henderson3-0/+3
2022-05-09target/arm: Enable FEAT_IESB for -cpu maxRichard Henderson2-0/+2
2022-05-09target/arm: Enable FEAT_RAS for -cpu maxRichard Henderson3-0/+3
2022-05-09target/arm: Implement ESB instructionRichard Henderson6-15/+103
2022-05-09target/arm: Implement virtual SError exceptionsRichard Henderson5-2/+91
2022-05-09target/arm: Enable SCR and HCR bits for RASRichard Henderson1-0/+9
2022-05-09target/arm: Add minimal RAS registersRichard Henderson2-0/+89
2022-05-09target/arm: Enable FEAT_Debugv8p4 for -cpu maxRichard Henderson3-3/+4
2022-05-09target/arm: Enable FEAT_Debugv8p2 for -cpu maxRichard Henderson4-0/+5
2022-05-09target/arm: Use field names for manipulating EL2 and EL3 modesRichard Henderson1-9/+13
2022-05-09target/arm: Annotate arm_max_initfn with FEAT identifiersRichard Henderson2-74/+74