aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2024-02-14hw/cxl: Standardize all references on CXL r3.1 and minor updatesJonathan Cameron8-43/+51
2024-02-14hw/cxl: Update mailbox status registers.Jonathan Cameron1-1/+5
2024-02-14hw/cxl: Update RAS Capability Definitions for version 3.Jonathan Cameron1-1/+1
2024-02-14hw/cxl: Update HDM Decoder capability to version 3Jonathan Cameron1-1/+9
2024-02-14hw/i386: Fix _STA return value for ACPI0017Jonathan Cameron1-1/+1
2024-02-14hw/mem/cxl_type3: Fix potential divide by zero reported by coverityJonathan Cameron1-2/+7
2024-02-14hw/cxl: Pass NULL for a NULL MemoryRegionOpsLi Zhijian1-1/+1
2024-02-14hw/cxl: Pass CXLComponentState to cache_mem_opsLi Zhijian1-1/+1
2024-02-14hw/cxl/device: read from register values in mdev_reg_read()Hyeonggon Yoo1-6/+11
2024-02-14hw/cxl/mbox: Remove dead codeDavidlohr Bueso1-28/+15
2024-02-14cxl/cdat: Fix header sum value in CDAT checksumIra Weiny1-2/+7
2024-02-14hw/pci-bridge/cxl_upstream: Drop g_malloc() failure handlingJonathan Cameron1-6/+0
2024-02-14hw/mem/cxl_type3: Drop handling of failure of g_malloc0() and g_malloc()Jonathan Cameron1-45/+7
2024-02-14cxl/cdat: Handle cdat table build errorsIra Weiny1-1/+1
2024-02-14smmu: Clear SMMUPciBus pointer cache when system resetZhenzhong Duan1-0/+2
2024-02-14virtio_iommu: Clear IOMMUPciBus pointer cache when system resetZhenzhong Duan1-2/+2
2024-02-14hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functionsBernhard Beschow1-10/+55
2024-02-14hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functionsBernhard Beschow1-0/+12
2024-02-14hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_IS...Bernhard Beschow1-0/+14
2024-02-14hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_...Bernhard Beschow1-0/+14
2024-02-14hw/block/fdc-isa: Implement relocation and enabling/disabling for TYPE_ISA_FDCBernhard Beschow1-0/+14
2024-02-14hw/char/parallel: Move portio_list from ParallelState to ISAParallelStateBernhard Beschow1-1/+1
2024-02-14hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBusBernhard Beschow2-4/+4
2024-02-14hw/block/fdc-isa: Move portio_list from FDCtrl to FDCtrlISABusBernhard Beschow2-3/+3
2024-02-14hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow2-2/+15
2024-02-14hw/i386/x86: Reverse if statementBernhard Beschow1-3/+3
2024-02-14amd_iommu: report x2APIC support to the operating systemBui Quang Minh5-46/+133
2024-02-14intel_iommu: allow Extended Interrupt Mode when using userspace APICBui Quang Minh1-5/+1
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh4-10/+71
2024-02-14apic: add support for x2APIC modeBui Quang Minh3-69/+233
2024-02-14i386/tcg: implement x2APIC registers MSR accessBui Quang Minh2-32/+94
2024-02-14hw/virtio: derive vhost-user-input from vhost-user-baseLeo Yan2-99/+18
2024-02-14hw/virtio: Move vhost-user-input into virtio folderLeo Yan3-2/+3
2024-02-14hw/virtio: Support set_config() callback in vhost-user-baseLeo Yan1-0/+17
2024-02-14hw/virtio: add vhost-user-snd and vhost-user-snd-pci devicesManos Pitsidianakis4-0/+150
2024-02-14hw/virtio: derive vhost-user-i2c from vhost-user-baseAlex Bennée2-258/+19
2024-02-14hw/virtio: derive vhost-user-gpio from vhost-user-baseAlex Bennée2-392/+20
2024-02-14hw/virtio: derive vhost-user-rng from vhost-user-baseAlex Bennée2-274/+29
2024-02-14hw/virtio: convert vhost-user-base to async shutdownAlex Bennée1-4/+12
2024-02-14virtio: split into vhost-user-base and vhost-user-deviceAlex Bennée4-333/+365
2024-02-13esp.c: add my copyright to the fileMark Cave-Ayland1-0/+1
2024-02-13esp.c: switch TypeInfo registration to use DEFINE_TYPES() macroMark Cave-Ayland1-22/+17
2024-02-13esp.c: keep track of the DRQ state during DMAMark Cave-Ayland1-4/+11
2024-02-13esp.c: rename irq_data IRQ to drq_irqMark Cave-Ayland1-4/+4
2024-02-13esp.c: implement DMA Transfer Pad command for DATA phasesMark Cave-Ayland1-28/+69
2024-02-13esp.c: replace n variable with len in esp_do_nodma()Mark Cave-Ayland1-20/+20
2024-02-13esp.c: consolidate DMA and PDMA logic in STATUS and MESSAGE IN phasesMark Cave-Ayland1-4/+3
2024-02-13esp.c: remove redundant n variable in PDMA COMMAND phaseMark Cave-Ayland1-5/+3
2024-02-13esp.c: consolidate DMA and PDMA logic in MESSAGE OUT phaseMark Cave-Ayland1-7/+5
2024-02-13esp.c: consolidate DMA and PDMA logic in DATA IN phaseMark Cave-Ayland1-34/+17