summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-07-20vhost: Add svq avail_handler callbackEugenio Pérez
2022-07-20vhost: add vhost_svq_pollEugenio Pérez
2022-07-20vhost: Expose vhost_svq_addEugenio Pérez
2022-07-20vhost: add vhost_svq_push_elemEugenio Pérez
2022-07-20vhost: Track number of descs in SVQDescStateEugenio Pérez
2022-07-20vhost: Add SVQDescStateEugenio Pérez
2022-07-20vhost: Decouple vhost_svq_add from VirtQueueElementEugenio Pérez
2022-07-20vhost: Check for queue full at vhost_svq_addEugenio Pérez
2022-07-20vhost: Move vhost_svq_kick call to vhost_svq_addEugenio Pérez
2022-07-20vhost: Reorder vhost_svq_kickEugenio Pérez
2022-07-20vdpa: Avoid compiler to squash reads to used idxEugenio Pérez
2022-07-20virtio-net: Expose ctrl virtqueue logicEugenio Pérez
2022-07-20virtio-net: Expose MAC_TABLE_ENTRIESEugenio Pérez
2022-07-20vhost: move descriptor translation to vhost_svq_vring_write_descsEugenio Pérez
2022-07-19Merge tag 'pull-la-20220719' of https://gitlab.com/rth7680/qemu into stagingPeter Maydell
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 linux kernel booting supportXiaojuan Yang
2022-07-19hw/loongarch: Add uefi bios loading supportXiaojuan Yang
2022-07-19hw/loongarch: Add fw_cfg table supportXiaojuan Yang
2022-07-19Merge tag 'kraxel-20220719-pull-request' of https://gitlab.com/kraxel/qemu in...Peter Maydell
2022-07-19hw/intc/loongarch_pch_pic: Fix bugs for update_irq functionXiaojuan Yang
2022-07-19usb/hcd-xhci: check slotid in xhci_wakeup_endpoint()Mauro Matteo Cascella
2022-07-19microvm: turn off io reservations for pcie root portsGerd Hoffmann
2022-07-19Merge tag 'qemu-sparc-20220718' of https://github.com/mcayland/qemu into stagingPeter Maydell
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-18pckbd: introduce new vmstate_kbd_mmio VMStateDescription for the I8042_MMIO d...Mark Cave-Ayland
2022-07-18lasips2: update VMStateDescription for LASIPS2 deviceMark 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: switch register memory region to DEVICE_BIG_ENDIANMark Cave-Ayland
2022-07-18lasips2: standardise on lp name for LASIPS2Port variablesMark 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: introduce lasips2_mouse_port_class_init() and lasips2_mouse_port_rea...Mark Cave-Ayland
2022-07-18lasips2: introduce lasips2_kbd_port_class_init() and lasips2_kbd_port_realize()Mark 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