aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2022-01-18ppc/pnv: Remove PHB4 version propertyCédric Le Goater
2022-01-18ppc/pnv: Add a 'rp_model' class attribute for the PHB4 PECCédric Le Goater
2022-01-18ppc/pnv: Move root port allocation under pnv_pec_default_phb_realize()Cédric Le Goater
2022-01-18ppc/pnv: rename pnv_pec_stk_update_map()Daniel Henrique Barboza
2022-01-18ppc/pnv: remove PnvPhb4PecStack objectDaniel Henrique Barboza
2022-01-18ppc/pnv: make PECs create and realize PHB4sDaniel Henrique Barboza
2022-01-18ppc/pnv: remove PnvPhb4PecStack::stack_noDaniel Henrique Barboza
2022-01-18ppc/pnv: move default_phb_realize() to pec_realize()Daniel Henrique Barboza
2022-01-18ppc/pnv: remove stack pointer from PnvPHB4Daniel Henrique Barboza
2022-01-18ppc/pnv: reduce stack->stack_no usageDaniel Henrique Barboza
2022-01-18ppc/pnv: introduce PnvPHB4 'pec' propertyDaniel Henrique Barboza
2022-01-18ppc/pnv: move phb_regs_mr to PnvPHB4Daniel Henrique Barboza
2022-01-18ppc/pnv: move nest_regs_mr to PnvPHB4Daniel Henrique Barboza
2022-01-18ppc/pnv: change pnv_pec_stk_update_map() to use PnvPHB4Daniel Henrique Barboza
2022-01-18ppc/pnv: move nest_regs[] to PnvPHB4Daniel Henrique Barboza
2022-01-18ppc/pnv: move mmbar0/mmbar1 and friends to PnvPHB4Daniel Henrique Barboza
2022-01-18ppc/pnv: change pnv_phb4_update_regions() to use PnvPHB4Daniel Henrique Barboza
2022-01-18ppc/pnv: move intbar to PnvPHB4Daniel Henrique Barboza
2022-01-18ppc/pnv: move phbbar to PnvPHB4Daniel Henrique Barboza
2022-01-18ppc/pnv: move PCI registers to PnvPHB4Daniel Henrique Barboza
2022-01-18ppc/pnv: use PHB4 obj in pnv_pec_stk_pci_xscom_opsDaniel Henrique Barboza
2022-01-18hw/dma: Let dma_buf_read() / dma_buf_write() propagate MemTxResultPhilippe Mathieu-Daudé
2022-01-18hw/dma: Use dma_addr_t type definition when relevantPhilippe Mathieu-Daudé
2022-01-18hw/dma: Fix format string issues using dma_addr_tPhilippe Mathieu-Daudé
2022-01-18hw/scsi: Rename SCSIRequest::resid as 'residual'Philippe Mathieu-Daudé
2022-01-18hw/rdma/rdma_utils: Rename rdma_pci_dma_map 'len' argumentPhilippe Mathieu-Daudé
2022-01-18hw/scsi/megasas: Simplify using the ldst APIPhilippe Mathieu-Daudé
2022-01-18hw/timer/etraxfs_timer: Add vmstate for ETRAX timersPhilippe Mathieu-Daudé
2022-01-18hw/nvram: Restrict fw_cfg QOM interface to sysemu and toolsPhilippe Mathieu-Daudé
2022-01-18machine: Use host_memory_backend_is_mapped() in machine_consume_memdev()David Hildenbrand
2022-01-14Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2022-01-14Merge remote-tracking branch 'remotes/kraxel/tags/kraxel-20220114-pull-reques...Peter Maydell
2022-01-14block: drop BLK_PERM_GRAPH_MODVladimir Sementsov-Ogievskiy
2022-01-14Merge remote-tracking branch 'remotes/stefanha-gitlab/tags/block-pull-request...Peter Maydell
2022-01-13ps2: Initial horizontal scroll supportDmitry Petrov
2022-01-13edid: Added support for 4k@60 Hz monitorSatyeshwar Singh
2022-01-13edid: set default resolution to 1280x800 (WXGA)Daniel P. Berrangé
2022-01-13hw/mips/jazz: Inline vga_mmio_init() and remove itPhilippe Mathieu-Daudé
2022-01-13hw/display/vga-mmio: QOM'ify vga_mmio_init() as TYPE_VGA_MMIOPhilippe Mathieu-Daudé
2022-01-13hw/display/vga-mmio: Inline vga_mm_init()Philippe Mathieu-Daudé
2022-01-13hw/display: Rename VGA_ISA_MM -> VGA_MMIOPhilippe Mathieu-Daudé
2022-01-13uas: add missing returnGerd Hoffmann
2022-01-13hw/audio/intel-hda: fix stream resetVolker Rümelin
2022-01-13usb: allow max 8192 bytes for desczhenwei pi
2022-01-13hw/usb/dev-wacom: add missing HID descriptorDario Binacchi
2022-01-12virtio: unify dataplane and non-dataplane ->handle_output()Stefan Hajnoczi
2022-01-12virtio: use ->handle_output() instead of ->handle_aio_output()Stefan Hajnoczi
2022-01-12virtio-scsi: prepare virtio_scsi_handle_cmd for dataplaneStefan Hajnoczi
2022-01-12virtio-blk: drop unused virtio_blk_handle_vq() return valueStefan Hajnoczi
2022-01-12virtio: get rid of VirtIOHandleAIOOutputStefan Hajnoczi