aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-23virtio-mem: Simplify bitmap handling and virtio_mem_set_block_state()David Hildenbrand
2023-06-23pci: ROM preallocation for incoming migrationVladimir Sementsov-Ogievskiy
2023-06-23vhost: release virtqueue objects in error pathPrasad Pandit
2023-06-23vhost: release memory_listener object in error pathPrasad Pandit
2023-06-23hw/virtio: Build various target-agnostic objects just oncePhilippe Mathieu-Daudé
2023-06-23hw/virtio: Remove unnecessary 'virtio-access.h' headerPhilippe Mathieu-Daudé
2023-06-23hw/virtio/virtio-iommu: Use target-agnostic qemu_target_page_mask()Philippe Mathieu-Daudé
2023-06-23hw/virtio/vhost-vsock: Include missing 'virtio/virtio-bus.h' headerPhilippe Mathieu-Daudé
2023-06-23hw/virtio/virtio-mem: Use qemu_ram_get_fd() helperPhilippe Mathieu-Daudé
2023-06-23hw/virtio: Introduce VHOST_VSOCK_COMMON symbol in KconfigPhilippe Mathieu-Daudé
2023-06-23hw/scsi: Rename target-specific source set as 'specific_virtio_scsi_ss'Philippe Mathieu-Daudé
2023-06-23hw/scsi: Rearrange meson.buildPhilippe Mathieu-Daudé
2023-06-23hw/scsi: Introduce VHOST_SCSI_COMMON symbol in KconfigPhilippe Mathieu-Daudé
2023-06-23softmmu: Introduce qemu_target_page_mask() helperPhilippe Mathieu-Daudé
2023-06-23cryptodev-vhost-user: add asymmetric crypto supportGowrishankar Muthukrishnan
2023-06-23hw/cxl/events: Add injection of Memory Module EventsJonathan Cameron
2023-06-22hw/cxl/events: Add injection of DRAM eventsJonathan Cameron
2023-06-22hw/cxl/events: Add injection of General Media EventsIra Weiny
2023-06-22hw/cxl/events: Add event interrupt supportIra Weiny
2023-06-22hw/cxl/events: Wire up get/clear event mailbox commandsIra Weiny
2023-06-22hw/cxl: Move CXLRetCode definition to cxl_device.hJonathan Cameron
2023-06-22hw/cxl/events: Add event status registerIra Weiny
2023-06-22hw/cxl: Add clear poison mailbox command support.Jonathan Cameron
2023-06-22hw/cxl: Add poison injection via the mailbox.Jonathan Cameron
2023-06-22hw/cxl: QMP based poison injection supportJonathan Cameron
2023-06-22bswap: Add the ability to store to an unaligned 24 bit fieldIra Weiny
2023-06-22Merge tag 'q800-for-8.1-pull-request' of https://github.com/vivier/qemu-m68k ...Richard Henderson
2023-06-22mac_via: fix rtc command decoding for the PRAM seconds registersMark Cave-Ayland
2023-06-22mac_via: fix rtc command decoding from PRAM addresses 0x0 to 0xfMark Cave-Ayland
2023-06-22q800: move macfb device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: don't access Nubus bus directly from the mac-nubus-bridge deviceMark Cave-Ayland
2023-06-22q800: move mac-nubus-bridge device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move SWIM device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move ESP device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move escc_orgate device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move ESCC device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move dp8393x device to Q800MachineStateMark Cave-Ayland
2023-06-22hw/net/dp8393x.c: move TYPE_DP8393X and dp8393xState into dp8393x.hMark Cave-Ayland
2023-06-22q800: move VIA2 device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move VIA1 device to Q800MachineStateMark Cave-Ayland
2023-06-22q800: reimplement mac-io region aliasing using IO memory regionMark Cave-Ayland
2023-06-22q800: introduce mac-io container memory regionMark Cave-Ayland
2023-06-22q800: move GLUE device to Q800MachineStateMark Cave-Ayland
2023-06-22q800-glue.c: switch TypeInfo registration to use DEFINE_TYPES() macroMark Cave-Ayland
2023-06-22q800: move GLUE device into separate q800-glue.c fileMark Cave-Ayland
2023-06-22q800: move ROM memory region to Q800MachineStateMark Cave-Ayland
2023-06-22q800: move CPU object into Q800MachineStateMark Cave-Ayland
2023-06-22q800: rename q800_init() to q800_machine_init()Mark Cave-Ayland
2023-06-22q800: introduce Q800MachineStateMark Cave-Ayland
2023-06-22q800: add missing space after parent object in GLUEStateMark Cave-Ayland