aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
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-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-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
2024-02-13esp.c: remove s_without_satn_pdma_cb() PDMA callbackMark Cave-Ayland
2024-02-13Merge tag 'hppa64-pull-request' of https://github.com/hdeller/qemu-hppa into ...Peter Maydell
2024-02-13Merge tag 'pull-qapi-2024-02-12' of https://repo.or.cz/qemu/armbru into stagingPeter Maydell
2024-02-12Merge tag 'pull-maintainer-updates-090224-1' of https://gitlab.com/stsquad/qe...Peter Maydell
2024-02-12qapi: Improve documentation of file descriptor socket addressesMarkus Armbruster
2024-02-11lasi: Add reset I/O ports for LASI audio and FDCHelge Deller
2024-02-11hw/pci-host/astro: Implement Hard Fail and Soft Fail modeHelge Deller
2024-02-09Revert "hw/elf_ops: Ignore loadable segments with zero size"Alex Bennée
2024-02-09Merge tag 'pull-riscv-to-apply-20240209' of https://github.com/alistair23/qem...Peter Maydell
2024-02-09smbios: function to set default processor familyHeinrich Schuchardt
2024-02-08Merge tag 'for-upstream' of https://repo.or.cz/qemu/kevin into stagingPeter Maydell
2024-02-07scsi: Don't ignore most usb-storage propertiesKevin Wolf
2024-02-07virtio-blk: declare VirtIOBlock::rq with a typeStefan Hajnoczi
2024-02-06oslib-posix: initialize backend memory objects in parallelMark Kanda
2024-02-03Merge tag 'pull-tcg-20240202-2' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
2024-02-03include/hw/core: Add mmu_index to CPUClassRichard Henderson
2024-02-02Merge tag 'pull-target-arm-20240202' of https://git.linaro.org/people/pmaydel...Peter Maydell
2024-02-02hw/pci: remove pci_nic_init_nofail()David Woodhouse
2024-02-02hw/net/lasi_i82596: use qemu_create_nic_device()David Woodhouse
2024-02-02hw/net/etraxfs-eth: use qemu_configure_nic_device()David Woodhouse
2024-02-02hw/net/lan9118: use qemu_configure_nic_device()David Woodhouse
2024-02-02hw/net/smc91c111: use qemu_configure_nic_device()David Woodhouse
2024-02-02hw/xen: use qemu_create_nic_bus_devices() to instantiate Xen NICsDavid Woodhouse
2024-02-02hw/i386/pc: use qemu_get_nic_info() and pci_init_nic_devices()David Woodhouse
2024-02-02hw/pci: add pci_init_nic_devices(), pci_init_nic_in_slot()David Woodhouse