aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé2-3/+3
2023-10-07sysemu/kvm: Restrict hvf_get_supported_cpuid() to x86 targetsPhilippe Mathieu-Daudé1-3/+0
2023-10-06sysemu/tpm: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-10-06util/guest-random: Clean up global variable shadowingPhilippe Mathieu-Daudé1-4/+4
2023-10-06semihosting: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-10-06qom/object_interfaces: Clean up global variable shadowingPhilippe Mathieu-Daudé1-8/+8
2023-10-06plugins/loader: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-10-06os-posix: Clean up global variable shadowingPhilippe Mathieu-Daudé1-2/+2
2023-10-06net/net: Clean up global variable shadowingPhilippe Mathieu-Daudé1-3/+3
2023-10-06hw/audio/soundhw: Clean up global variable shadowingPhilippe Mathieu-Daudé1-1/+1
2023-10-06q800: add alias for MacOS toolbox ROM at 0x40000000Mark Cave-Ayland1-0/+1
2023-10-06q800: add ESCC alias at 0xc000Mark Cave-Ayland1-0/+1
2023-10-06mac_via: work around underflow in TimeDBRA timing loop in SETUPTIMEKMark Cave-Ayland1-0/+3
2023-10-06swim: update IWM/ISM register block decodingMark Cave-Ayland1-3/+5
2023-10-06swim: split into separate IWM and ISM register blocksMark Cave-Ayland1-10/+5
2023-10-06q800: add easc bool machine class property to switch between ASC and EASCMark Cave-Ayland1-0/+1
2023-10-06q800: add Apple Sound Chip (ASC) audio to machineMark Cave-Ayland2-1/+5
2023-10-06asc: generate silence if FIFO empty but engine still runningMark Cave-Ayland1-0/+2
2023-10-06audio: add Apple Sound Chip (ASC) emulationMark Cave-Ayland1-0/+84
2023-10-06q800: allow accesses to RAM area even if less memory is availableMark Cave-Ayland1-0/+1
2023-10-06q800: add IOSB subsystemMark Cave-Ayland2-0/+27
2023-10-06q800: add machine id registerMark Cave-Ayland1-0/+1
2023-10-06q800: add djMEMC memory controllerMark Cave-Ayland2-0/+32
2023-10-05nbd/server: Prepare for per-request filtering of BLOCK_STATUSEric Blake1-0/+1
2023-10-05nbd/server: Refactor list of negotiated meta contextsEric Blake1-0/+1
2023-10-05nbd/client: Initial support for extended headersEric Blake1-1/+2
2023-10-05Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu into stagingStefan Hajnoczi14-25/+221
2023-10-05Merge tag 'pull-tcg-20231004' of https://gitlab.com/rth7680/qemu into stagingStefan Hajnoczi10-252/+281
2023-10-04vhost-user: add shared_object msgAlbert Esteve2-0/+4
2023-10-04hw/display: introduce virtio-dmabufAlbert Esteve1-0/+100
2023-10-04util/uuid: add a hash functionAlbert Esteve1-0/+2
2023-10-04hw/i386/pc: improve physical address space bound check for 32-bit x86 systemsAni Sinha1-0/+6
2023-10-04hw/cxl: Support 4 HDM decoders at all levels of topologyJonathan Cameron1-1/+9
2023-10-04hw/cxl: Fix and use same calculation for HDM decoder block size everywhereJonathan Cameron1-0/+2
2023-10-04hw/cxl: Add utility functions decoder interleave ways and target count.Jonathan Cameron1-0/+2
2023-10-04hw/cxl: Push cxl_decoder_count_enc() and cxl_decode_ig() into .cJonathan Cameron1-16/+2
2023-10-04hw/i386: Remove now redundant TYPE_ACPI_GED_X86Bernhard Beschow1-2/+0
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused #include "hw/boards.h"Bernhard Beschow1-1/+0
2023-10-04hw/acpi/acpi_dev_interface: Remove now unused madt_cpu virtual methodBernhard Beschow1-2/+0
2023-10-04hw/acpi/cpu: Have build_cpus_aml() take a build_madt_cpu_fn callbackBernhard Beschow1-1/+5
2023-10-04tcg: Split out tcg init functions to tcg/startup.hRichard Henderson2-3/+58
2023-10-04tcg: Remove argument to tcg_prologue_initRichard Henderson1-1/+1
2023-10-04accel/tcg: Restrict dump_exec_info() declarationPhilippe Mathieu-Daudé1-5/+0
2023-10-04exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'Philippe Mathieu-Daudé2-30/+32
2023-10-04exec: Make EXCP_FOO definitions target agnosticPhilippe Mathieu-Daudé2-7/+7
2023-10-04accel/tcg: Remove env_tlb()Anton Johansson1-11/+0
2023-10-04accel/tcg: Modify tlb_*() to use CPUStateAnton Johansson1-4/+4
2023-10-04tcg: Remove TCGContext.tlb_fast_offsetRichard Henderson1-1/+0
2023-10-04accel/tcg: Remove env_neg()Richard Henderson1-12/+1
2023-10-04accel/tcg: Remove cpu_set_cpustate_pointersRichard Henderson1-10/+0