summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-08-04include/qemu/host-utils.h: Simplify the compiler check in mulu128()Thomas Huth
2022-08-02main loop: add missing documentation links to GS/IO macrosEmanuele Giuseppe Esposito
2022-08-01misc: fix commonly doubled up wordsDaniel P. Berrangé
2022-07-29hw/loongarch: Change macro name 'LS7A_XXX' to 'VIRT_XXX'Xiaojuan Yang
2022-07-29qapi: Add exit-failure PanicActionIlya Leoshkevich
2022-07-26i386/pc: restrict AMD only enforcing of 1Tb hole to new machine typeJoao Martins
2022-07-26i386/pc: pass pci_hole64_size to pc_memory_init()Joao Martins
2022-07-26i386/pc: create pci-host qdev prior to pc_memory_init()Joao Martins
2022-07-26hw/i386: add 4g boundary start to X86MachineStateJoao Martins
2022-07-26hw/cxl: Fix size of constant in interleave granularity function.Jonathan Cameron
2022-07-26hw/machine: Clear out left over CXL related pointer from move of state handli...Jonathan Cameron
2022-07-26acpi/nvdimm: Define trace events for NVDIMM and substitute nvdimm_debug()Robert Hoo
2022-07-22hw/i386: pass RNG seed via setup_data entryJason A. Donenfeld
2022-07-20Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...Peter Maydell
2022-07-20Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell
2022-07-20softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)
2022-07-20accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)
2022-07-20softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)
2022-07-20migration/dirtyrate: Refactor dirty page rate calculationHyman Huang(黄勇)
2022-07-20cpus: Introduce cpu_list_generation_idHyman Huang(黄勇)
2022-07-20vdpa: Add device migration blockerEugenio Pérez
2022-07-20vdpa: manual forward CVQ buffersEugenio Pérez
2022-07-20vdpa: Export vhost_vdpa_dma_map and unmap callsEugenio Pérez
2022-07-20virtio-net: Expose ctrl virtqueue logicEugenio Pérez
2022-07-20virtio-net: Expose MAC_TABLE_ENTRIESEugenio Pérez
2022-07-19hw/loongarch: Add fdt supportXiaojuan Yang
2022-07-19hw/loongarch: Add acpi ged supportXiaojuan Yang
2022-07-19hw/loongarch: Add smbios supportXiaojuan Yang
2022-07-19hw/loongarch: Add uefi bios loading supportXiaojuan Yang
2022-07-19hw/loongarch: Add fw_cfg table supportXiaojuan Yang
2022-07-18pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland
2022-07-18ps2: remove unused legacy ps2_mouse_init() functionMark Cave-Ayland
2022-07-18pckbd: don't use legacy ps2_mouse_init() functionMark Cave-Ayland
2022-07-18ps2: remove unused legacy ps2_kbd_init() functionMark Cave-Ayland
2022-07-18pckbd: don't use legacy ps2_kbd_init() functionMark Cave-Ayland
2022-07-18lasips2: don't use legacy ps2_mouse_init() functionMark Cave-Ayland
2022-07-18lasips2: don't use legacy ps2_kbd_init() functionMark Cave-Ayland
2022-07-18lasips2: rename LASIPS2Port parent pointer to lasips2Mark Cave-Ayland
2022-07-18lasips2: switch to using port-based IRQsMark Cave-Ayland
2022-07-18lasips2: add named input gpio to handle incoming port IRQsMark Cave-Ayland
2022-07-18lasips2: add named input gpio to port for downstream PS2 device IRQMark Cave-Ayland
2022-07-18lasips2: introduce LASIPS2PortDeviceClass for the LASIPS2_PORT deviceMark Cave-Ayland
2022-07-18lasips2: introduce port IRQ and new lasips2_port_init() functionMark Cave-Ayland
2022-07-18lasips2: rename LASIPS2Port irq field to birqMark Cave-Ayland
2022-07-18lasips2: move mouse port initialisation to new lasips2_mouse_port_init() func...Mark Cave-Ayland
2022-07-18lasips2: move keyboard port initialisation to new lasips2_kbd_port_init() fun...Mark Cave-Ayland
2022-07-18lasips2: introduce new LASIPS2_MOUSE_PORT QOM typeMark Cave-Ayland
2022-07-18lasips2: introduce new LASIPS2_KBD_PORT QOM typeMark Cave-Ayland
2022-07-18lasips2: QOMify LASIPS2PortMark Cave-Ayland