summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * target/i386: support operand merging in binary scalar helpersPaolo Bonzini2022-10-181-0/+16
| * target/i386: extend helpers to support VEX.V 3- and 4- operand encodingsPaolo Bonzini2022-10-183-238/+265
| * target/i386: Prepare ops_sse_header.h for 256 bit AVXPaul Brook2022-10-181-40/+76
| * target/i386: move scalar 0F 38 and 0F 3A instruction to new decoderPaolo Bonzini2022-10-183-289/+321
| * target/i386: validate SSE prefixes directly in the decoding tablePaolo Bonzini2022-10-182-0/+38
| * target/i386: validate VEX prefixes via the instructions' exception classesPaolo Bonzini2022-10-184-12/+239
| * target/i386: add AVX_EN hflagPaul Brook2022-10-183-0/+16
| * target/i386: add CPUID feature checks to new decoderPaolo Bonzini2022-10-182-0/+75
| * target/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContextPaolo Bonzini2022-10-181-0/+2
| * target/i386: add ALU load/writeback corePaolo Bonzini2022-10-184-1/+212
| * target/i386: add core of new i386 decoderPaolo Bonzini2022-10-184-8/+1020
| * target/i386: make rex_w available even in 32-bit modePaolo Bonzini2022-10-181-5/+5
| * target/i386: make ldo/sto operations consistent with ldqPaolo Bonzini2022-10-181-21/+22
| * target/i386: Define XMMReg and access macros, align ZMM registersRichard Henderson2022-10-181-14/+44
| * target/i386: Use probe_access_full for final stage2 translationRichard Henderson2022-10-181-14/+28
| * target/i386: Use atomic operations for pte updatesRichard Henderson2022-10-181-74/+168
| * target/i386: Combine 5 sets of variables in mmu_translateRichard Henderson2022-10-181-87/+91
| * target/i386: Use MMU_NESTED_IDX for vmload/vmsaveRichard Henderson2022-10-183-138/+126Star
| * target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDXRichard Henderson2022-10-184-30/+60
| * target/i386: Reorg GET_HPHYSRichard Henderson2022-10-181-28/+95
| * target/i386: Introduce structures for mmu_translateRichard Henderson2022-10-181-154/+174
| * target/i386: Direct call get_hphys from mmu_translateRichard Henderson2022-10-181-8/+4Star
| * target/i386: Use MMUAccessType across excp_helper.cRichard Henderson2022-10-181-13/+15
| * target/i386: Save and restore pc_save before tcg_remove_ops_afterRichard Henderson2022-10-181-0/+8
| * target/i386: Use device_cold_reset() to reset the APICPeter Maydell2022-10-181-1/+1
| * configure: Avoid using strings binaryMichal Privoznik2022-10-181-17/+18
| * hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero2022-10-187-13/+40
| * hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devicesPeter Maydell2022-10-181-1/+1
| * scsi: Use device_cold_reset() and bus_cold_reset()Peter Maydell2022-10-187-14/+14
| * configure: don't enable firmware for targets that are not builtPaolo Bonzini2022-10-181-4/+16
| * virtio-scsi: Send "REPORTED LUNS CHANGED" sense data upon disk hotplug eventsVenu Busireddy2022-10-133-0/+21
* | Merge tag 'pull-ppc-20221017' of https://gitlab.com/danielhb/qemu into stagingStefan Hajnoczi2022-10-1837-370/+589
|\ \
| * | hw/riscv: set machine->fdt in spike_board_init()Daniel Henrique Barboza2022-10-171-0/+6
| * | hw/riscv: set machine->fdt in sifive_u_machine_init()Daniel Henrique Barboza2022-10-171-0/+3
| * | hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza2022-10-172-0/+11
| * | hw/ppc: set machine->fdt in pnv_reset()Daniel Henrique Barboza2022-10-171-1/+7
| * | hw/ppc: set machine->fdt in pegasos2_machine_reset()Daniel Henrique Barboza2022-10-171-0/+4
| * | hw/ppc: set machine->fdt in xilinx_load_device_tree()Daniel Henrique Barboza2022-10-171-11/+14
| * | hw/ppc: set machine->fdt in sam460ex_load_device_tree()Daniel Henrique Barboza2022-10-171-10/+11
| * | hw/ppc: set machine->fdt in bamboo_load_device_tree()Daniel Henrique Barboza2022-10-171-11/+14
| * | hw/nios2: set machine->fdt in nios2_load_dtb()Daniel Henrique Barboza2022-10-172-2/+8
| * | qmp/hmp, device_tree.c: introduce dumpdtbDaniel Henrique Barboza2022-10-175-0/+72
| * | hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()Peter Maydell2022-10-171-1/+1
| * | target/ppc: Fix xvcmp* clearing FI bitVĂ­ctor Colombo2022-10-171-1/+0Star
| * | hw/ppc/e500: Remove if statement which is now always trueBernhard Beschow2022-10-174-19/+14Star
| * | hw/ppc/mpc8544ds: Add platform busBernhard Beschow2022-10-171-0/+6
| * | hw/ppc/mpc8544ds: Rename wrongly named methodBernhard Beschow2022-10-171-2/+2
| * | hw/ppc/e500: Reduce usage of sysbus APIBernhard Beschow2022-10-171-1/+1
| * | docs/system/ppc/ppce500: Add heading for networking chapterBernhard Beschow2022-10-171-0/+3
| * | hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxxBernhard Beschow2022-10-173-1/+5