aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-20softmmu/runstate.c: add RunStateTransition support form COLO to PRELAUNCHZhang Chen1-0/+1
2022-07-20vdpa: Add x-svq to NetdevVhostVDPAOptionsEugenio Pérez2-4/+77
2022-07-20vdpa: Add device migration blockerEugenio Pérez2-0/+16
2022-07-20vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairsEugenio Pérez1-10/+20
2022-07-20vdpa: Buffer CVQ support on shadow virtqueueEugenio Pérez1-8/+205
2022-07-20vdpa: manual forward CVQ buffersEugenio Pérez3-1/+63
2022-07-20vhost-net-vdpa: add stubs for when no virtio-net device is presentEugenio Pérez2-1/+23
2022-07-20vdpa: Export vhost_vdpa_dma_map and unmap callsEugenio Pérez2-4/+7
2022-07-20vhost: Add svq avail_handler callbackEugenio Pérez3-4/+44
2022-07-20vhost: add vhost_svq_pollEugenio Pérez2-0/+28
2022-07-20vhost: Expose vhost_svq_addEugenio Pérez2-3/+6
2022-07-20vhost: add vhost_svq_push_elemEugenio Pérez2-0/+19
2022-07-20vhost: Track number of descs in SVQDescStateEugenio Pérez2-2/+8
2022-07-20vhost: Add SVQDescStateEugenio Pérez2-10/+14
2022-07-20vhost: Decouple vhost_svq_add from VirtQueueElementEugenio Pérez1-11/+22
2022-07-20vhost: Check for queue full at vhost_svq_addEugenio Pérez1-26/+33
2022-07-20vhost: Move vhost_svq_kick call to vhost_svq_addEugenio Pérez1-1/+1
2022-07-20vhost: Reorder vhost_svq_kickEugenio Pérez1-14/+14
2022-07-20vdpa: Avoid compiler to squash reads to used idxEugenio Pérez1-1/+2
2022-07-20virtio-net: Expose ctrl virtqueue logicEugenio Pérez2-35/+53
2022-07-20virtio-net: Expose MAC_TABLE_ENTRIESEugenio Pérez2-1/+3
2022-07-20vhost: move descriptor translation to vhost_svq_vring_write_descsEugenio Pérez1-11/+27
2022-07-19Merge tag 'kraxel-20220719-pull-request' of https://gitlab.com/kraxel/qemu in...Peter Maydell7-4/+72
2022-07-19gtk: Add show_tabs=on|off command line option.Felix xq Queißner3-2/+15
2022-07-19usb: document pcap (aka usb traffic capture)Gerd Hoffmann1-0/+12
2022-07-19usb: document guest-reset and guest-reset-allGerd Hoffmann1-0/+29
2022-07-19usb/hcd-xhci: check slotid in xhci_wakeup_endpoint()Mauro Matteo Cascella1-1/+2
2022-07-19microvm: turn off io reservations for pcie root portsGerd Hoffmann1-0/+11
2022-07-19dbus-display: fix test race when initializing p2p connectionMarc-André Lureau1-1/+3
2022-07-19Merge tag 'pull-request-2022-07-19' of https://gitlab.com/thuth/qemu into sta...Peter Maydell16-234/+84
2022-07-19Merge tag 'qemu-sparc-20220718' of https://github.com/mcayland/qemu into stagingPeter Maydell11-221/+466
2022-07-18pckbd: remove legacy i8042_mm_init() functionMark Cave-Ayland3-21/+10
2022-07-18ps2: remove unused legacy ps2_mouse_init() functionMark Cave-Ayland3-15/+0
2022-07-18pckbd: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2-9/+20
2022-07-18ps2: remove unused legacy ps2_kbd_init() functionMark Cave-Ayland3-15/+0
2022-07-18pckbd: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2-9/+23
2022-07-18pckbd: introduce new vmstate_kbd_mmio VMStateDescription for the I8042_MMIO d...Mark Cave-Ayland1-3/+11
2022-07-18lasips2: update VMStateDescription for LASIPS2 deviceMark Cave-Ayland1-6/+19
2022-07-18lasips2: don't use legacy ps2_mouse_init() functionMark Cave-Ayland2-1/+11
2022-07-18lasips2: don't use legacy ps2_kbd_init() functionMark Cave-Ayland2-1/+11
2022-07-18lasips2: switch register memory region to DEVICE_BIG_ENDIANMark Cave-Ayland1-1/+1
2022-07-18lasips2: standardise on lp name for LASIPS2Port variablesMark Cave-Ayland1-26/+26
2022-07-18lasips2: rename LASIPS2Port parent pointer to lasips2Mark Cave-Ayland2-4/+4
2022-07-18lasips2: switch to using port-based IRQsMark Cave-Ayland2-46/+20
2022-07-18lasips2: add named input gpio to handle incoming port IRQsMark Cave-Ayland2-0/+16
2022-07-18lasips2: add named input gpio to port for downstream PS2 device IRQMark Cave-Ayland2-2/+32
2022-07-18lasips2: introduce LASIPS2PortDeviceClass for the LASIPS2_PORT deviceMark Cave-Ayland2-1/+7
2022-07-18lasips2: introduce port IRQ and new lasips2_port_init() functionMark Cave-Ayland2-0/+9
2022-07-18lasips2: rename LASIPS2Port irq field to birqMark Cave-Ayland2-13/+13
2022-07-18lasips2: introduce lasips2_mouse_port_class_init() and lasips2_mouse_port_rea...Mark Cave-Ayland1-1/+15