aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2024-02-14hw/mem/cxl_type3: Drop handling of failure of g_malloc0() and g_malloc()Jonathan Cameron
2024-02-14cxl/cdat: Handle cdat table build errorsIra Weiny
2024-02-14smmu: Clear SMMUPciBus pointer cache when system resetZhenzhong Duan
2024-02-14virtio_iommu: Clear IOMMUPciBus pointer cache when system resetZhenzhong Duan
2024-02-14hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functionsBernhard Beschow
2024-02-14hw/ppc/pegasos2: Let pegasos2 machine configure SuperI/O functionsBernhard Beschow
2024-02-14hw/char/parallel-isa: Implement relocation and enabling/disabling for TYPE_IS...Bernhard Beschow
2024-02-14hw/char/serial-isa: Implement relocation and enabling/disabling for TYPE_ISA_...Bernhard Beschow
2024-02-14hw/block/fdc-isa: Implement relocation and enabling/disabling for TYPE_ISA_FDCBernhard Beschow
2024-02-14hw/char/parallel: Move portio_list from ParallelState to ISAParallelStateBernhard Beschow
2024-02-14hw/block/fdc-sysbus: Move iomem from FDCtrl to FDCtrlSysBusBernhard Beschow
2024-02-14hw/block/fdc-isa: Move portio_list from FDCtrl to FDCtrlISABusBernhard Beschow
2024-02-14hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow
2024-02-14hw/i386/x86: Reverse if statementBernhard Beschow
2024-02-14amd_iommu: report x2APIC support to the operating systemBui Quang Minh
2024-02-14intel_iommu: allow Extended Interrupt Mode when using userspace APICBui Quang Minh
2024-02-14apic, i386/tcg: add x2apic transitionsBui Quang Minh
2024-02-14apic: add support for x2APIC modeBui Quang Minh
2024-02-14i386/tcg: implement x2APIC registers MSR accessBui Quang Minh
2024-02-14hw/virtio: derive vhost-user-input from vhost-user-baseLeo Yan
2024-02-14hw/virtio: Move vhost-user-input into virtio folderLeo Yan
2024-02-14hw/virtio: Support set_config() callback in vhost-user-baseLeo Yan
2024-02-14hw/virtio: add vhost-user-snd and vhost-user-snd-pci devicesManos Pitsidianakis
2024-02-14hw/virtio: derive vhost-user-i2c from vhost-user-baseAlex Bennée
2024-02-14hw/virtio: derive vhost-user-gpio from vhost-user-baseAlex Bennée
2024-02-14hw/virtio: derive vhost-user-rng from vhost-user-baseAlex Bennée
2024-02-14hw/virtio: convert vhost-user-base to async shutdownAlex Bennée
2024-02-14virtio: split into vhost-user-base and vhost-user-deviceAlex Bennée
2024-02-13esp.c: add my copyright to the fileMark Cave-Ayland
2024-02-13esp.c: switch TypeInfo registration to use DEFINE_TYPES() macroMark Cave-Ayland
2024-02-13esp.c: keep track of the DRQ state during DMAMark Cave-Ayland
2024-02-13esp.c: rename irq_data IRQ to drq_irqMark Cave-Ayland
2024-02-13esp.c: implement DMA Transfer Pad command for DATA phasesMark Cave-Ayland
2024-02-13esp.c: replace n variable with len in esp_do_nodma()Mark Cave-Ayland
2024-02-13esp.c: consolidate DMA and PDMA logic in STATUS and MESSAGE IN phasesMark Cave-Ayland
2024-02-13esp.c: remove redundant n variable in PDMA COMMAND phaseMark Cave-Ayland
2024-02-13esp.c: consolidate DMA and PDMA logic in MESSAGE OUT phaseMark Cave-Ayland
2024-02-13esp.c: consolidate DMA and PDMA logic in DATA IN phaseMark Cave-Ayland
2024-02-13esp.c: consolidate DMA and PDMA logic in DATA OUT phaseMark Cave-Ayland
2024-02-13esp.c: only transfer non-DMA MESSAGE OUT phase data for specific commandsMark Cave-Ayland
2024-02-13esp.c: only transfer non-DMA COMMAND phase data for specific commandsMark Cave-Ayland
2024-02-13esp.c: improve ESP_RSEQ logic consolidationMark Cave-Ayland
2024-02-13esp.c: handle non-DMA FIFO writes used to terminate DMA commandsMark Cave-Ayland
2024-02-13esp.c: remove restriction on FIFO read access when DMA memory routines definedMark Cave-Ayland
2024-02-13esp.c: handle TC underflow for DMA SCSI requestsMark Cave-Ayland
2024-02-13esp.c: don't clear the SCSI phase when reading ESP_RINTRMark Cave-Ayland
2024-02-13esp.c: ensure that STAT_INT is cleared when reading ESP_RINTRMark Cave-Ayland
2024-02-13esp.c: consolidate end of command sequence after ICCS commandMark Cave-Ayland
2024-02-13esp.c: move write_response() non-DMA logic to esp_do_nodma()Mark Cave-Ayland
2024-02-13esp.c: replace get_cmd() with esp_do_nodma()Mark Cave-Ayland