summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* pci: Let pci_dma_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-312-2/+3
* dma: Have dma_buf_read() / dma_buf_write() take a void pointerPhilippe Mathieu-Daudé2021-12-301-11/+11
* dma: Let dma_memory_map() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-305-13/+22
* dma: Let dma_memory_read/write() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-3028-140/+225
* dma: Let dma_memory_rw() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-302-5/+8
* dma: Let dma_memory_set() take MemTxAttrs argumentPhilippe Mathieu-Daudé2021-12-301-1/+2
* hw/scsi/megasas: Use uint32_t for reply queue head/tail valuesPhilippe Mathieu-Daudé2021-12-302-6/+6
* failover: Silence warning messages during qtestLaurent Vivier2021-12-221-1/+6
* ui: move qemu_spice_fill_device_address to ui/util.cMarc-André Lureau2021-12-211-1/+6
* ui: simplify gl unblock & flushMarc-André Lureau2021-12-213-13/+5Star
* virtio-gpu: use VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOPMarc-André Lureau2021-12-211-1/+1
* hw/display: report an error if virgl initialization failedMarc-André Lureau2021-12-211-0/+1
* hw/riscv: Use load address rather than entry point for fw_dynamic next_addrJessica Clarke2021-12-201-3/+10
* hw/i386/vmmouse: Require 'i8042' property to be setPhilippe Mathieu-Daudé2021-12-181-0/+4
* hw/scsi/megasas: Fails command if SGL buffer overflowsPhilippe Mathieu-Daudé2021-12-181-0/+1
* Merge tag 'trivial-branch-for-7.0-pull-request' of https://gitlab.com/laurent...Richard Henderson2021-12-172-2/+2
|\
| * hw/virtio/vhost: Fix typo in comment.Leonardo Garcia2021-12-171-1/+1
| * hw/avr: Realize AVRCPU qdev object using qdev_realize()Philippe Mathieu-Daudé2021-12-171-1/+1
* | Merge tag 'pull-ppc-20211217' of https://github.com/legoater/qemu into stagingRichard Henderson2021-12-1715-343/+445
|\ \
| * | ppc/pnv: Use QOM hierarchy to scan PEC PHB4 devicesCédric Le Goater2021-12-171-7/+13
| * | ppc/pnv: Move realize of PEC stacks under the PEC modelCédric Le Goater2021-12-172-37/+34Star
| * | ppc/pnv: Remove "system-memory" property from PHB4 PECCédric Le Goater2021-12-172-7/+1Star
| * | ppc/pnv: Compute the PHB index from the PHB4 PEC modelCédric Le Goater2021-12-172-3/+17
| * | ppc/pnv: Introduce a num_stack class attributeCédric Le Goater2021-12-172-8/+11
| * | ppc/pnv: Introduce a "chip" property under the PHB4 modelCédric Le Goater2021-12-172-0/+9
| * | ppc/pnv: Introduce version and device_id class atributes for PHB4 devicesCédric Le Goater2021-12-172-2/+4
| * | ppc/pnv: Introduce a num_pecs class attribute for PHB4 PEC devicesCédric Le Goater2021-12-171-11/+8Star
| * | ppc/pnv: Use QOM hierarchy to scan PHB3 devicesCédric Le Goater2021-12-171-18/+54
| * | ppc/pnv: Move mapping of the PHB3 CQ regions under pnv_pbcq_realize()Cédric Le Goater2021-12-172-12/+11Star
| * | ppc/pnv: Drop the "num-phbs" propertyCédric Le Goater2021-12-171-1/+0Star
| * | ppc/pnv: Use the chip class to check the index of PHB3 devicesCédric Le Goater2021-12-171-1/+1
| * | ppc/pnv: Introduce a "chip" property under PHB3Cédric Le Goater2021-12-172-0/+3
| * | target/ppc: introduce PMUEventType and PMU overflow timersDaniel Henrique Barboza2021-12-171-0/+1
| * | ppc/ppc405: Add update of bi_procfreq fieldCédric Le Goater2021-12-171-4/+5
| * | ppc/ppc405: Fix bi_pci_enetaddr2 field in U-Boot board informationCédric Le Goater2021-12-171-1/+1
| * | ppc/ppc405: Change default PLL values at resetCédric Le Goater2021-12-171-3/+3
| * | ppc/ppc405: Fix boot from kernelCédric Le Goater2021-12-171-43/+102
| * | ppc/ppc405: Introduce ppc405_set_default_bootinfo()Cédric Le Goater2021-12-173-29/+42
| * | ppc/ppc405: Rework FW loadCédric Le Goater2021-12-171-25/+20Star
| * | ppc/ppc405: Remove flash supportCédric Le Goater2021-12-171-13/+1Star
| * | ppc/ppc405: Add some address space definitionsCédric Le Goater2021-12-172-9/+14
| * | ppc/ppc405: Change ppc405ep_init() return valueCédric Le Goater2021-12-173-4/+8
| * | ppc/ppc405: Drop flag parameter in ppc405_set_bootinfo()Cédric Le Goater2021-12-173-8/+5Star
| * | ppc/ppc405: Convert printfs to trace-eventsCédric Le Goater2021-12-172-105/+74Star
| * | ppc: Add trace-events for DCR accessesCédric Le Goater2021-12-172-0/+5
| * | ppc: Mark the 'taihu' machine as deprecatedThomas Huth2021-12-171-0/+1
| * | ppc/ppc405: Change kernel load addressCédric Le Goater2021-12-171-1/+1
| * | ppc/pnv.c: fix "system-id" FDT when -uuid is setDaniel Henrique Barboza2021-12-171-1/+1
| * | ppc/pnv.c: add a friendly warning when accel=kvm is usedDaniel Henrique Barboza2021-12-171-0/+5
| * | pci-host: Allow extended config space access for PowerNV PHB4 modelChristophe Lombard2021-12-171-0/+1