aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-14hw/block/fdc-isa: Implement relocation and enabling/disabling for TYPE_ISA_FDCBernhard Beschow2-0/+17
2024-02-14exec/ioport: Add portio_list_set_enabled()Bernhard Beschow3-0/+11
2024-02-14exec/ioport: Add portio_list_set_address()Bernhard Beschow3-2/+24
2024-02-14exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortioBernhard Beschow2-8/+6
2024-02-14hw/char/parallel: Move portio_list from ParallelState to ISAParallelStateBernhard Beschow3-3/+3
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-14target/i386/cpu: Fix typo in commentBernhard Beschow1-1/+1
2024-02-14hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow3-2/+16
2024-02-14hw/i386/x86: Reverse if statementBernhard Beschow1-3/+3
2024-02-14test: bios-tables-test: add IVRS changed binaryBui Quang Minh2-1/+0
2024-02-14amd_iommu: report x2APIC support to the operating systemBui Quang Minh5-46/+133
2024-02-14test: bios-tables-test: prepare IVRS change in ACPI tableBui Quang Minh1-0/+1
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 Minh10-19/+96
2024-02-14apic: add support for x2APIC modeBui Quang Minh7-74/+258
2024-02-14i386/tcg: implement x2APIC registers MSR accessBui Quang Minh5-32/+127
2024-02-14hw/virtio: derive vhost-user-input from vhost-user-baseLeo Yan3-102/+21
2024-02-14hw/virtio: Move vhost-user-input into virtio folderLeo Yan4-3/+4
2024-02-14docs/system: Add vhost-user-input documentationLeo Yan4-1/+50
2024-02-14hw/virtio: Support set_config() callback in vhost-user-baseLeo Yan1-0/+17
2024-02-14docs/system: add a basic enumeration of vhost-user devicesAlex Bennée2-1/+71
2024-02-14hw/virtio: add vhost-user-snd and vhost-user-snd-pci devicesManos Pitsidianakis6-0/+181
2024-02-14hw/virtio: derive vhost-user-i2c from vhost-user-baseAlex Bennée3-268/+23
2024-02-14hw/virtio: derive vhost-user-gpio from vhost-user-baseAlex Bennée3-415/+22
2024-02-14hw/virtio: derive vhost-user-rng from vhost-user-baseAlex Bennée3-285/+31
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ée6-342/+383
2024-02-14qapi/char: Deprecate backend type "memory"Markus Armbruster2-3/+13
2024-02-14qapi/char: Make backend types properly conditionalMarkus Armbruster1-8/+12
2024-02-14tests/unit/test-char: Fix qemu_socket(), make_udp_socket() checkMarkus Armbruster1-2/+2
2024-02-14chardev/parallel: Don't close stdin on inappropriate deviceMarkus Armbruster4-6/+41
2024-02-13Merge tag 'qemu-sparc-20240213' of https://github.com/mcayland/qemu into stagingPeter Maydell3-658/+722
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-Ayland2-4/+12
2024-02-13esp.c: rename irq_data IRQ to drq_irqMark Cave-Ayland2-5/+5
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
2024-02-13esp.c: consolidate DMA and PDMA logic in DATA OUT phaseMark Cave-Ayland1-23/+12
2024-02-13esp.c: only transfer non-DMA MESSAGE OUT phase data for specific commandsMark Cave-Ayland1-6/+15
2024-02-13esp.c: only transfer non-DMA COMMAND phase data for specific commandsMark Cave-Ayland1-6/+15
2024-02-13esp.c: improve ESP_RSEQ logic consolidationMark Cave-Ayland1-6/+8
2024-02-13esp.c: handle non-DMA FIFO writes used to terminate DMA commandsMark Cave-Ayland1-0/+10
2024-02-13esp.c: remove restriction on FIFO read access when DMA memory routines definedMark Cave-Ayland1-8/+1
2024-02-13esp.c: handle TC underflow for DMA SCSI requestsMark Cave-Ayland1-1/+24