aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-07cpu: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé2-3/+3
2023-10-07travis-ci: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé1-2/+2
2023-10-07softmmu/trace-events: Fix a typoPhilippe Mathieu-Daudé1-1/+1
2023-10-07target/i386: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé3-5/+5
2023-10-07util/log: re-allow switching away from stderr log fileFiona Ebner1-0/+2
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé5-3/+5
2023-10-07target/i386/hvf: Remove unused includes in 'hvf-i386.h'Philippe Mathieu-Daudé1-6/+0
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi71-444/+2019
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi225-5323/+5101
2023-10-04libvhost-user: handle shared_object msgAlbert Esteve2-1/+174
2023-10-04vhost-user: add shared_object msgAlbert Esteve4-12/+216
2023-10-04hw/display: introduce virtio-dmabufAlbert Esteve6-0/+384
2023-10-04util/uuid: add a hash functionAlbert Esteve3-0/+43
2023-10-04virtio: remove unused next argument from virtqueue_split_read_next_desc()Ilya Maximets1-10/+8
2023-10-04virtio: remove unnecessary thread fence while reading next descriptorIlya Maximets1-2/+0
2023-10-04virtio: use shadow_avail_idx while checking number of headsIlya Maximets1-3/+15
2023-10-04libvhost-user.c: add assertion to vu_message_read_defaultVladimir Sementsov-Ogievskiy1-0/+1
2023-10-04pcie_sriov: unregister_vfs(): fix error pathVladimir Sementsov-Ogievskiy1-6/+3
2023-10-04hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha6-12/+65
2023-10-04amd_iommu: Fix APIC address checkAkihiko Odaki2-9/+2
2023-10-04vdpa net: follow VirtIO initialization properly at cvq isolation probingEugenio Pérez1-4/+10
2023-10-04vdpa net: stop probing if cannot set featuresEugenio Pérez1-0/+1
2023-10-04vdpa net: fix error message setting virtio statusEugenio Pérez1-1/+1
2023-10-04hw/pci-bridge/cxl-upstream: Add serial number extended capability supportJonathan Cameron1-2/+13
2023-10-04hw/cxl: Support 4 HDM decoders at all levels of topologyJonathan Cameron4-56/+124
2023-10-04hw/cxl: Fix and use same calculation for HDM decoder block size everywhereJonathan Cameron4-18/+31
2023-10-04hw/cxl: Add utility functions decoder interleave ways and target count.Jonathan Cameron2-6/+56
2023-10-04hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .cJonathan Cameron2-16/+20
2023-10-04vdpa net: zero vhost_vdpa iova_tree pointer at cleanupEugenio Pérez1-0/+2
2023-10-04vdpa: fix gcc cvq_isolated uninitialized variable warningStefan Hajnoczi1-1/+1
2023-10-04hw/acpi/core: Trace enable and status registers of GPE separatelyBernhard Beschow2-5/+11
2023-10-04hw/acpi: Trace GPE access in all device models, not just PIIX4Bernhard Beschow3-7/+9
2023-10-04hw/i386/acpi-build: Determine SMI command port just onceBernhard Beschow1-3/+3
2023-10-04hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow4-31/+1
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"Bernhard Beschow5-2/+5
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow5-20/+0
2023-10-04hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow3-9/+9
2023-10-04hw/i386/acpi-build: Use pc_madt_cpu_entry() directlyBernhard Beschow4-9/+5
2023-10-04tcg/loongarch64: Fix buid errorgaosong1-33/+35
2023-10-04tests/avocado: Re-enable MIPS Malta tests (GitLab issue #1884 fixed)Philippe Mathieu-Daudé4-24/+0
2023-10-04build: Remove --enable-gprofRichard Henderson9-52/+1
2023-10-04linux-user/hppa: Fix struct target_sigcontext layoutRichard Henderson1-1/+1
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson9-9/+65
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson5-5/+6
2023-10-04accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé7-12/+18
2023-10-04accel/tcg: Make icount.o a target agnostic unitPhilippe Mathieu-Daudé4-7/+2
2023-10-04accel/tcg: Make monitor.c a target-agnostic unitPhilippe Mathieu-Daudé6-6/+23
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé10-12/+12
2023-10-04exec: Rename target specific page-vary.c -> page-vary-target.cPhilippe Mathieu-Daudé3-2/+2
2023-10-04exec: Rename cpu.c -> cpu-target.cPhilippe Mathieu-Daudé4-4/+4