aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2024-02-15hw/ide/ahci: Pass AHCI context to ahci_ide_create_devs()Philippe Mathieu-Daudé
2024-02-15hw/ide/ahci: Inline ahci_get_num_ports()Philippe Mathieu-Daudé
2024-02-15hw/ide/ahci: Expose AHCIPCIState structurePhilippe Mathieu-Daudé
2024-02-15hw/intc/grlib_irqmp: implements multicore irqClément Chigot
2024-02-15hw/sparc/grlib: split out the headers for each peripheralsClément Chigot
2024-02-15hw/dma: Pass parent object to i8257_dma_init()Philippe Mathieu-Daudé
2024-02-15hw/rx/rx62n: Only call qdev_get_gpio_in() when necessaryPhilippe Mathieu-Daudé
2024-02-15hw/rx/rx62n: Reduce inclusion of 'qemu/units.h'Philippe Mathieu-Daudé
2024-02-15hw/misc/mips_itu: Remove MIPSITUState::saar fieldPhilippe Mathieu-Daudé
2024-02-15hw/misc/mips_itu: Remove MIPSITUState::cpu0 fieldPhilippe Mathieu-Daudé
2024-02-15hw/misc/mips: Reduce itc_reconfigure() scopePhilippe Mathieu-Daudé
2024-02-15hw/misc/mps2-scc: Make changes needed for AN536 FPGA imagePeter Maydell
2024-02-15hw/arm/smmuv3: add support for stage 1 access faultLuc Michel
2024-02-15hw/arm/virt: Wire up non-secure EL2 virtual timer IRQPeter Maydell
2024-02-14Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell
2024-02-14Merge tag 'pull-char-2024-02-12-v2' of https://repo.or.cz/qemu/armbru into st...Peter Maydell
2024-02-14Merge tag 'pull-tcg-20240213' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-02-14virtio-gpu.c: add resource_destroy class methodManos Pitsidianakis
2024-02-14hw/cxl: Standardize all references on CXL r3.1 and minor updatesJonathan Cameron
2024-02-14hw/cxl: Update mailbox status registers.Jonathan Cameron
2024-02-14hw/cxl: Update RAS Capability Definitions for version 3.Jonathan Cameron
2024-02-14hw/cxl: Update link register definitions.Jonathan Cameron
2024-02-14hw/cxl: Update HDM Decoder capability to version 3Jonathan Cameron
2024-02-14hw/cxl/device: read from register values in mdev_reg_read()Hyeonggon Yoo
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-14exec/ioport: Add portio_list_set_enabled()Bernhard Beschow
2024-02-14exec/ioport: Add portio_list_set_address()Bernhard Beschow
2024-02-14exec/ioport: Resolve redundant .base attribute in struct MemoryRegionPortioBernhard Beschow
2024-02-14hw/char/parallel: Move portio_list from ParallelState to ISAParallelStateBernhard Beschow
2024-02-14hw/i386/x86: Fix PIC interrupt handling if APIC is globally disabledBernhard Beschow
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: 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-14virtio: split into vhost-user-base and vhost-user-deviceAlex Bennée
2024-02-14chardev/parallel: Don't close stdin on inappropriate deviceMarkus Armbruster
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: remove unneeded ti_cmd fieldMark Cave-Ayland
2024-02-13esp.c: rename data_in_ready to to data_readyMark Cave-Ayland
2024-02-13esp.c: remove unused PDMA callback implementationMark Cave-Ayland
2024-02-13esp.c: move CMD_ICCS command logic to esp_do_dma()Mark Cave-Ayland
2024-02-13esp.c: move CMD_SELATNS end of command logic to esp_do_dma() and do_dma_pdma_...Mark Cave-Ayland
2024-02-13esp.c: move CMD_SELATN end of message phase detection to esp_do_dma() and do_...Mark Cave-Ayland