aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-06-23softmmu: Introduce qemu_target_page_mask() helperPhilippe Mathieu-Daudé1-0/+1
2023-06-23hw/cxl/events: Add injection of Memory Module EventsJonathan Cameron1-0/+19
2023-06-22hw/cxl/events: Add injection of DRAM eventsJonathan Cameron1-0/+23
2023-06-22hw/cxl/events: Add injection of General Media EventsIra Weiny1-0/+20
2023-06-22hw/cxl/events: Add event interrupt supportIra Weiny2-1/+28
2023-06-22hw/cxl/events: Wire up get/clear event mailbox commandsIra Weiny2-0/+80
2023-06-22hw/cxl: Move CXLRetCode definition to cxl_device.hJonathan Cameron1-0/+28
2023-06-22hw/cxl/events: Add event status registerIra Weiny2-3/+48
2023-06-22hw/cxl: Add clear poison mailbox command support.Jonathan Cameron1-0/+1
2023-06-22hw/cxl: QMP based poison injection supportJonathan Cameron2-0/+21
2023-06-22bswap: Add the ability to store to an unaligned 24 bit fieldIra Weiny1-0/+25
2023-06-22q800: move macfb device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move mac-nubus-bridge device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move SWIM device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move ESP device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move escc_orgate device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move ESCC device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move dp8393x device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.hMark Cave-Ayland1-0/+60
2023-06-22q800: move VIA2 device to Q800MachineStateMark Cave-Ayland1-0/+1
2023-06-22q800: move VIA1 device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: reimplement mac-io region aliasing using IO memory regionMark Cave-Ayland1-0/+1
2023-06-22q800: introduce mac-io container memory regionMark Cave-Ayland1-0/+1
2023-06-22q800: move GLUE device to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move GLUE device into separate q800-glue.c fileMark Cave-Ayland1-0/+50
2023-06-22q800: move ROM memory region to Q800MachineStateMark Cave-Ayland1-0/+2
2023-06-22q800: move CPU object into Q800MachineStateMark Cave-Ayland1-0/+3
2023-06-22q800: introduce Q800MachineStateMark Cave-Ayland1-0/+40
2023-06-21Revert "cputlb: Restrict SavedIOTLB to system emulation"Peter Maydell1-4/+2
2023-06-20cputlb: Restrict SavedIOTLB to system emulationPhilippe Mathieu-Daudé1-2/+4
2023-06-20exec/cpu-defs: Check for SOFTMMU instead of !USER_ONLYPhilippe Mathieu-Daudé1-6/+6
2023-06-20hw/core/cpu: Check for USER_ONLY definition instead of SOFTMMU onePhilippe Mathieu-Daudé2-53/+53
2023-06-19hw/misc/bcm2835_property: Handle CORE_CLK_ID firmware propertySergey Kambalin1-0/+5
2023-06-19hw/misc/bcm2835_property: Replace magic frequency values by definitionsSergey Kambalin1-0/+5
2023-06-19hw/arm/raspi: Import Linux raspi definitions as 'raspberrypi-fw-defs.h'Sergey Kambalin1-0/+163
2023-06-19imx_serial: set wake bit when we receive a data byteMartin Kaiser1-0/+1
2023-06-15hw/arm: introduce xenpvh machineVikram Garhwal2-0/+11
2023-06-15include/hw/xen/xen_common: return error from xen_create_ioreq_serverStefano Stabellini1-3/+5
2023-06-15xen-hvm: reorganize xen-hvm and move common function to xen-hvm-commonStefano Stabellini3-0/+113
2023-06-14Merge tag 'pull-riscv-to-apply-20230614' of https://github.com/alistair23/qem...Richard Henderson4-2/+9
2023-06-13exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare2-0/+4
2023-06-13exec/ram_addr: Return number of dirty pages in cpu_physical_memory_set_dirty_...Joao Martins1-6/+22
2023-06-13hw/char/parallel-isa: Export struct ISAParallelStateBernhard Beschow2-2/+30
2023-06-13hw/char/parallel: Export struct ParallelStateBernhard Beschow1-0/+21
2023-06-13util/log: Add vector registers to logIvan Klokov2-0/+3
2023-06-13disas: Change type of disassemble_info.target_info to pointerWeiwei Li1-1/+1
2023-06-13hw/riscv/opentitan: Correct OpenTitanState parent type/sizePhilippe Mathieu-Daudé1-1/+2
2023-06-13hw/riscv/opentitan: Explicit machine type definitionPhilippe Mathieu-Daudé1-1/+2
2023-06-13hw/riscv/opentitan: Add TYPE_OPENTITAN_MACHINE definitionPhilippe Mathieu-Daudé1-0/+2
2023-06-10Merge tag 'pull-ppc-20230610' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson2-1/+17