aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-20Merge tag 'pull-migration-20220720c' of https://gitlab.com/dagrh/qemu into st...Peter Maydell7-1/+81
2022-07-20Merge tag 'net-pull-request' of https://github.com/jasowang/qemu into stagingPeter Maydell2-0/+15
2022-07-20softmmu/dirtylimit: Implement dirty page rate limitHyman Huang(黄勇)1-0/+3
2022-07-20softmmu/dirtylimit: Implement virtual CPU throttleHyman Huang(黄勇)2-0/+21
2022-07-20accel/kvm/kvm-all: Introduce kvm_dirty_ring_size functionHyman Huang(黄勇)1-0/+2
2022-07-20softmmu/dirtylimit: Implement vCPU dirtyrate calculation periodicallyHyman Huang(黄勇)2-1/+26
2022-07-20migration/dirtyrate: Refactor dirty page rate calculationHyman Huang(黄勇)1-0/+28
2022-07-20cpus: Introduce cpu_list_generation_idHyman Huang(黄勇)1-0/+1
2022-07-20vdpa: Add device migration blockerEugenio Pérez1-0/+1
2022-07-20vdpa: manual forward CVQ buffersEugenio Pérez1-0/+3
2022-07-20vdpa: Export vhost_vdpa_dma_map and unmap callsEugenio Pérez1-0/+4
2022-07-20virtio-net: Expose ctrl virtqueue logicEugenio Pérez1-0/+4
2022-07-20virtio-net: Expose MAC_TABLE_ENTRIESEugenio Pérez1-0/+3
2022-07-19hw/loongarch: Add fdt supportXiaojuan Yang1-0/+4
2022-07-19hw/loongarch: Add acpi ged supportXiaojuan Yang2-0/+17
2022-07-19hw/loongarch: Add smbios supportXiaojuan Yang1-0/+1
2022-07-19hw/loongarch: Add uefi bios loading supportXiaojuan Yang1-0/+4
2022-07-19hw/loongarch: Add fw_cfg table supportXiaojuan Yang1-0/+3
2022-07-18pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland1-2/+0
2022-07-18ps2: remove unused legacy ps2_mouse_init() functionMark Cave-Ayland1-1/+0
2022-07-18pckbd: don't use legacy ps2_mouse_init() functionMark Cave-Ayland1-1/+1
2022-07-18ps2: remove unused legacy ps2_kbd_init() functionMark Cave-Ayland1-1/+0
2022-07-18pckbd: don't use legacy ps2_kbd_init() functionMark Cave-Ayland1-1/+2
2022-07-18lasips2: don't use legacy ps2_mouse_init() functionMark Cave-Ayland1-0/+2
2022-07-18lasips2: don't use legacy ps2_kbd_init() functionMark Cave-Ayland1-0/+2
2022-07-18lasips2: rename LASIPS2Port parent pointer to lasips2Mark Cave-Ayland1-1/+1
2022-07-18lasips2: switch to using port-based IRQsMark Cave-Ayland1-5/+2
2022-07-18lasips2: add named input gpio to handle incoming port IRQsMark Cave-Ayland1-0/+1
2022-07-18lasips2: add named input gpio to port for downstream PS2 device IRQMark Cave-Ayland1-0/+2
2022-07-18lasips2: introduce LASIPS2PortDeviceClass for the LASIPS2_PORT deviceMark Cave-Ayland1-1/+5
2022-07-18lasips2: introduce port IRQ and new lasips2_port_init() functionMark Cave-Ayland1-0/+1
2022-07-18lasips2: rename LASIPS2Port irq field to birqMark Cave-Ayland1-1/+1
2022-07-18lasips2: move mouse port initialisation to new lasips2_mouse_port_init() func...Mark Cave-Ayland1-1/+1
2022-07-18lasips2: move keyboard port initialisation to new lasips2_kbd_port_init() fun...Mark Cave-Ayland1-1/+1
2022-07-18lasips2: introduce new LASIPS2_MOUSE_PORT QOM typeMark Cave-Ayland1-0/+7
2022-07-18lasips2: introduce new LASIPS2_KBD_PORT QOM typeMark Cave-Ayland1-0/+7
2022-07-18lasips2: QOMify LASIPS2PortMark Cave-Ayland1-4/+10
2022-07-18lasips2: change LASIPS2State dev pointer from void to PS2StateMark Cave-Ayland1-1/+2
2022-07-18lasips2: remove legacy lasips2_initfn() functionMark Cave-Ayland1-2/+0
2022-07-18lasips2: remove the qdev base property and the lasips2_properties arrayMark Cave-Ayland1-2/+1
2022-07-18pl050: don't use legacy ps2_mouse_init() functionMark Cave-Ayland1-0/+2
2022-07-18pl050: don't use legacy ps2_kbd_init() functionMark Cave-Ayland1-0/+2
2022-07-18pl050: introduce PL050DeviceClass for the PL050 deviceMark Cave-Ayland1-1/+7
2022-07-18pl050: introduce new PL050_MOUSE_DEVICE QOM typeMark Cave-Ayland1-0/+7
2022-07-18pl050: introduce new PL050_KBD_DEVICE QOM typeMark Cave-Ayland1-0/+7
2022-07-18pl050: change PL050State dev pointer from void to PS2StateMark Cave-Ayland1-1/+1
2022-07-18pl050: move PL050State from pl050.c to new pl050.h header fileMark Cave-Ayland1-0/+35
2022-07-18Align Raspberry Pi DMA interrupts with Linux DTSAndrey Makarov1-0/+2
2022-07-15Merge tag 'nvme-next-pull-request' of git://git.infradead.org/qemu-nvme into ...Peter Maydell1-22/+24
2022-07-15Merge tag 'pull-aspeed-20220714' of https://github.com/legoater/qemu into sta...Peter Maydell4-2/+32