aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-18target/i386: support operand merging in binary scalar helpersPaolo Bonzini
2022-10-18target/i386: extend helpers to support VEX.V 3- and 4- operand encodingsPaolo Bonzini
2022-10-18target/i386: Prepare ops_sse_header.h for 256 bit AVXPaul Brook
2022-10-18target/i386: move scalar 0F 38 and 0F 3A instruction to new decoderPaolo Bonzini
2022-10-18target/i386: validate SSE prefixes directly in the decoding tablePaolo Bonzini
2022-10-18target/i386: validate VEX prefixes via the instructions' exception classesPaolo Bonzini
2022-10-18target/i386: add AVX_EN hflagPaul Brook
2022-10-18target/i386: add CPUID feature checks to new decoderPaolo Bonzini
2022-10-18target/i386: add CPUID[EAX=7,ECX=0].ECX to DisasContextPaolo Bonzini
2022-10-18target/i386: add ALU load/writeback corePaolo Bonzini
2022-10-18target/i386: add core of new i386 decoderPaolo Bonzini
2022-10-18target/i386: make rex_w available even in 32-bit modePaolo Bonzini
2022-10-18target/i386: make ldo/sto operations consistent with ldqPaolo Bonzini
2022-10-18target/i386: Define XMMReg and access macros, align ZMM registersRichard Henderson
2022-10-18target/i386: Use probe_access_full for final stage2 translationRichard Henderson
2022-10-18target/i386: Use atomic operations for pte updatesRichard Henderson
2022-10-18target/i386: Combine 5 sets of variables in mmu_translateRichard Henderson
2022-10-18target/i386: Use MMU_NESTED_IDX for vmload/vmsaveRichard Henderson
2022-10-18target/i386: Add MMU_PHYS_IDX and MMU_NESTED_IDXRichard Henderson
2022-10-18target/i386: Reorg GET_HPHYSRichard Henderson
2022-10-18target/i386: Introduce structures for mmu_translateRichard Henderson
2022-10-18target/i386: Direct call get_hphys from mmu_translateRichard Henderson
2022-10-18target/i386: Use MMUAccessType across excp_helper.cRichard Henderson
2022-10-18target/i386: Save and restore pc_save before tcg_remove_ops_afterRichard Henderson
2022-10-18target/i386: Use device_cold_reset() to reset the APICPeter Maydell
2022-10-18configure: Avoid using strings binaryMichal Privoznik
2022-10-18hyperv: fix SynIC SINT assertion failure on guest resetMaciej S. Szmigiero
2022-10-18hw/scsi/vmw_pvscsi.c: Use device_cold_reset() to reset SCSI devicesPeter Maydell
2022-10-18scsi: Use device_cold_reset() and bus_cold_reset()Peter Maydell
2022-10-18configure: don't enable firmware for targets that are not builtPaolo Bonzini
2022-10-17MAINTAINERS: Replace my amsat.org email addressPhilippe Mathieu-Daudé
2022-10-17hw/riscv: set machine->fdt in spike_board_init()Daniel Henrique Barboza
2022-10-17hw/riscv: set machine->fdt in sifive_u_machine_init()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in spapr machineDaniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in pnv_reset()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in pegasos2_machine_reset()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in xilinx_load_device_tree()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in sam460ex_load_device_tree()Daniel Henrique Barboza
2022-10-17hw/ppc: set machine->fdt in bamboo_load_device_tree()Daniel Henrique Barboza
2022-10-17hw/nios2: set machine->fdt in nios2_load_dtb()Daniel Henrique Barboza
2022-10-17qmp/hmp, device_tree.c: introduce dumpdtbDaniel Henrique Barboza
2022-10-17hw/ppc/spapr_pci.c: Use device_cold_reset() rather than device_legacy_reset()Peter Maydell
2022-10-17target/ppc: Fix xvcmp* clearing FI bitVíctor Colombo
2022-10-17hw/ppc/e500: Remove if statement which is now always trueBernhard Beschow
2022-10-17hw/ppc/mpc8544ds: Add platform busBernhard Beschow
2022-10-17hw/ppc/mpc8544ds: Rename wrongly named methodBernhard Beschow
2022-10-17hw/ppc/e500: Reduce usage of sysbus APIBernhard Beschow
2022-10-17docs/system/ppc/ppce500: Add heading for networking chapterBernhard Beschow
2022-10-17hw/gpio/meson: Introduce dedicated config switch for hw/gpio/mpc8xxxBernhard Beschow
2022-10-17hw/ppc/meson: Allow e500 boards to be enabled separatelyBernhard Beschow