aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-08-28target/arm: Convert integer multiply-add (indexed) to gvec for aa64 advsimdRichard Henderson
2020-08-28target/arm: Convert integer multiply (indexed) to gvec for aa64 advsimdRichard Henderson
2020-08-28target/arm: Generalize inl_qrdmlah_* helper functionsRichard Henderson
2020-08-28target/arm: Tidy SVE tszimm shift formatsRichard Henderson
2020-08-28target/arm: Split out gen_gvec_ool_zzRichard Henderson
2020-08-28target/arm: Split out gen_gvec_ool_zzzRichard Henderson
2020-08-28target/arm: Split out gen_gvec_ool_zzpRichard Henderson
2020-08-28target/arm: Merge helper_sve_clr_* and helper_sve_movz_*Richard Henderson
2020-08-28target/arm: Split out gen_gvec_ool_zzzpRichard Henderson
2020-08-28target/arm: Use tcg_gen_gvec_bitsel for trans_SEL_ppppRichard Henderson
2020-08-28target/arm: Clean up 4-operand predicate expansionRichard Henderson
2020-08-28target/arm: Merge do_vector2_p into do_mov_pRichard Henderson
2020-08-28target/arm: Rearrange {sve,fp}_check_access assertRichard Henderson
2020-08-28target/arm: Split out gen_gvec_fn_zzz, do_zzz_fnRichard Henderson
2020-08-28target/arm: Split out gen_gvec_fn_zzRichard Henderson
2020-08-28qemu/int128: Add int128_lshiftRichard Henderson
2020-08-28armsse: Define ARMSSEClass correctlyEduardo Habkost
2020-08-28hw/misc/unimp: Display the offset with width of the region sizePhilippe Mathieu-Daudé
2020-08-28hw/misc/unimp: Display the value with width of the access sizePhilippe Mathieu-Daudé
2020-08-28hw/misc/unimp: Display value after offsetPhilippe Mathieu-Daudé
2020-08-28hw/qdev-clock: Avoid calling qdev_connect_clock_in after DeviceRealizePhilippe Mathieu-Daudé
2020-08-28hw/qdev-clock: Uninline qdev_connect_clock_in()Philippe Mathieu-Daudé
2020-08-28hw/arm/xilinx_zynq: Call qdev_connect_clock_in() before DeviceRealizePhilippe Mathieu-Daudé
2020-08-28hw/arm/xilinx_zynq: Uninline cadence_uart_create()Philippe Mathieu-Daudé
2020-08-28hw/net/allwinner-sun8i-emac: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé
2020-08-28hw/sd/allwinner-sdhost: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé
2020-08-28target/arm: Fill in the WnR syndrome bit in mte_check_failRichard Henderson
2020-08-28target/arm: Pass the entire mte descriptor to mte_check_failRichard Henderson
2020-08-28target/arm: Clarify HCR_EL2 ARMCPRegInfo typePhilippe Mathieu-Daudé
2020-08-28hw/arm/musicpal: Use AddressSpace for DMA transfersPhilippe Mathieu-Daudé
2020-08-28hw/clock: Only propagate clock changes if the clock is changedPhilippe Mathieu-Daudé
2020-08-28hw/clock: Let clock_set() return boolean valuePhilippe Mathieu-Daudé
2020-08-28hw/clock: Remove unused clock_init*() functionsPhilippe Mathieu-Daudé
2020-08-28hw/arm/sbsa-ref: fix typo breaking PCIe IRQsGraeme Gregory
2020-08-27Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2020-08-27Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20200827' into stagingPeter Maydell
2020-08-27tests/bios-tables-test: add smbios cpu speed testYing Fang
2020-08-27hw/smbios: add options for type 4 max-speed and current-speedYing Fang
2020-08-27vhost-user-blk-pci: default num_queues to -smp NStefan Hajnoczi
2020-08-27virtio-blk-pci: default num_queues to -smp NStefan Hajnoczi
2020-08-27virtio-scsi-pci: default num_queues to -smp NStefan Hajnoczi
2020-08-27virtio-scsi: introduce a constant for fixed virtqueuesStefan Hajnoczi
2020-08-27virtio-pci: add virtio_pci_optimal_num_queues() helperStefan Hajnoczi
2020-08-27Introduce a new flag for i440fx to disable PCI hotplug on the root busAni Sinha
2020-08-27acpi: update expected DSDT files with _UID changesMichael S. Tsirkin
2020-08-27disassemble-aml: -o actually worksMichael S. Tsirkin
2020-08-27arm/acpi: fix an out of spec _UID for PCI rootMichael S. Tsirkin
2020-08-27i386/acpi: fix inconsistent QEMU/OVMF device pathsMichael S. Tsirkin
2020-08-27acpi: allow DSDT changesMichael S. Tsirkin
2020-08-27hw/vfio/ap: Plug memleak in vfio_ap_get_group()Pan Nengyuan