aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-08audio: extract audio_define_defaultPaolo Bonzini2-7/+13
2023-10-08audio: disable default backends if -audio/-audiodev is usedPaolo Bonzini4-8/+12
2023-10-08audio: error hints need a trailing \nPaolo Bonzini1-1/+1
2023-10-08cutils: squelch compiler warnings with custom pathsPaolo Bonzini1-0/+9
2023-10-08configure: change $softmmu to $systemPaolo Bonzini1-5/+5
2023-10-08system: Rename softmmu/ directory as system/Philippe Mathieu-Daudé43-39/+41
2023-10-07meson: Rename target_softmmu_arch -> target_system_archPhilippe Mathieu-Daudé22-24/+24
2023-10-07meson: Rename softmmu_mods -> system_modsPhilippe Mathieu-Daudé1-5/+5
2023-10-07target/i386: Rename i386_softmmu_kvm_ss -> i386_kvm_ssPhilippe Mathieu-Daudé1-5/+5
2023-10-07semihosting: Rename softmmu_FOO_user() -> uaccess_FOO_user()Philippe Mathieu-Daudé10-27/+31
2023-10-07gdbstub: Rename 'softmmu' -> 'system'Philippe Mathieu-Daudé4-9/+9
2023-10-07accel: Rename accel_softmmu* -> accel_system*Philippe Mathieu-Daudé5-13/+13
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé26-42/+43
2023-10-07fuzz: Correct invalid mentions of 'softmmu' by 'system'Philippe Mathieu-Daudé3-4/+4
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