]> git.proxmox.com Git - mirror_qemu.git/history - target
target/arm: use raise_exception_ra for stack limit exception
[mirror_qemu.git] / target /
2021-06-03 Jamie Ilestarget/arm: use raise_exception_ra for stack limit...
2021-06-03 Jamie Ilestarget/arm: use raise_exception_ra for MTE check failure
2021-06-03 Jamie Ilestarget/arm: fold do_raise_exception into raise_exception
2021-06-03 Jamie Ilestarget/arm: fix missing exception class
2021-06-03 Richard Hendersontarget/arm: Mark LDS{MIN,MAX} as signed operations
2021-06-03 Peter Maydelltarget/arm: Allow board models to specify initial NS...
2021-06-03 Peter Maydelltarget/arm: Make FPSCR.LTPSIZE writable for MVE
2021-06-03 Peter Maydelltarget/arm: Implement M-profile VPR register
2021-06-03 Peter Maydelltarget/arm: Fix return values in fp_sysreg_checks()
2021-06-03 Peter Maydelltarget/arm: Add MVE check to VMOV_reg_sp and VMOV_reg_dp
2021-06-03 Peter Maydelltarget/arm: Move fpsp/fpdp isar check into callers...
2021-06-03 Peter Maydelltarget/arm: Update feature checks for insns which are...
2021-06-03 Peter Maydelltarget/arm: Add isar feature check functions for MVE
2021-06-03 Peter MaydellMerge remote-tracking branch 'remotes/dg-gitlab/tags...
2021-06-03 Luis Pirestarget/ppc: fix single-step exception regression
2021-06-03 Matheus Fersttarget/ppc: Move cmp/cmpi/cmpl/cmpli to decodetree
2021-06-03 Matheus Fersttarget/ppc: Move addpcis to decodetree
2021-06-03 Matheus Fersttarget/ppc: Implement vcfuged instruction
2021-06-03 Matheus Fersttarget/ppc: Implement cfuged instruction
2021-06-03 Matheus Fersttarget/ppc: Implement setbc/setbcr/stnbc/setnbcr instru...
2021-06-03 Richard Hendersontarget/ppc: Implement prefixed integer store instructions
2021-06-03 Richard Hendersontarget/ppc: Move D/DS/X-form integer stores to decodetree
2021-06-03 Richard Hendersontarget/ppc: Implement prefixed integer load instructions
2021-06-03 Richard Hendersontarget/ppc: Move D/DS/X-form integer loads to decodetree
2021-06-03 Richard Hendersontarget/ppc: Implement PNOP
2021-06-03 Richard Hendersontarget/ppc: Move ADDI, ADDIS to decodetree, implement...
2021-06-03 Richard Hendersontarget/ppc: Add infrastructure for prefixed insns
2021-06-03 Richard Hendersontarget/ppc: Move page crossing check to ppc_tr_translat...
2021-06-03 Richard Hendersontarget/ppc: Introduce macros to check isa extensions
2021-06-03 Fabiano Rosastarget/ppc: powerpc_excp: Consolidade TLB miss code
2021-06-03 Fabiano Rosastarget/ppc: powerpc_excp: Remove dump_syscall_vectored
2021-06-03 Fabiano Rosastarget/ppc: powerpc_excp: Move lpes code to where it...
2021-06-03 Bruno Larsen (bill... target/ppc: overhauled and moved logic of storing fpscr
2021-06-03 Bruno Larsen (bill... target/ppc: removed all mentions to PPC_DUMP_CPU
2021-06-03 Bruno Larsen (bill... target/ppc: removed GEN_OPCODE decision tree
2021-06-03 Bruno Larsen (bill... target/ppc: removed mentions to DO_PPC_STATISTICS
2021-06-03 Bruno Larsen (bill... target/ppc: remove ppc_cpu_dump_statistics
2021-06-03 Bruno Larsen (bill... target/ppc: updated meson.build to support disable-tcg
2021-06-03 Bruno Larsen (bill... target/ppc: created tcg-stub.c file
2021-06-03 Bruno Larsen (bill... target/ppc: added ifdefs around TCG-only code
2021-06-03 Bruno Larsen (bill... target/ppc: used ternary operator when registering MAS
2021-06-03 Bruno Larsen (bill... target/ppc: fold ppc_store_ptcr into it's only caller
2021-06-03 Bruno Larsen (bill... target/ppc: removed unnecessary inclusion of helper...
2021-06-03 Bruno Larsen (bill... target/ppc: reduce usage of fpscr_set_rounding_mode
2021-06-03 Bruno Larsen (bill... target/ppc: moved ppc_store_lpcr and ppc_store_msr...
2021-06-03 Bruno Larsen (bill... target/ppc: cleaned error_report from ppc_store_sdr1
2021-06-02 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2021-06-02 Peter MaydellMerge remote-tracking branch 'remotes/thuth-gitlab...
2021-06-02 Peter MaydellMerge remote-tracking branch 'remotes/jsnow-gitlab...
2021-06-02 Stefano Garzarelladocs: fix references to docs/devel/tracing.rst
2021-06-01 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost-gl/tags...
2021-06-01 Connor Kuehlsev: add missing firmware error conditions
2021-06-01 Connor Kuehlsev: use explicit indices for mapping firmware error...
2021-06-01 Brijesh Singhtarget/i386/sev: add support to query the attestation...
2021-05-31 Vitaly Kuznetsovi386: use global kvm_state in hyperv_enabled() check
2021-05-31 Vitaly Kuznetsovi386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl...
2021-05-31 Vitaly Kuznetsovi386: adjust the expected KVM_GET_SUPPORTED_HV_CPUID...
2021-05-31 Vitaly Kuznetsovi386: switch hyperv_expand_features() to using error_setg()
2021-05-31 Vitaly Kuznetsovi386: move eVMCS enablement to hyperv_init_vcpu()
2021-05-31 Vitaly Kuznetsovi386: split hyperv_handle_properties() into hyperv_expa...
2021-05-31 Vitaly Kuznetsovi386: introduce hv_cpuid_cache
2021-05-31 Vitaly Kuznetsovi386: drop FEAT_HYPERV feature leaves
2021-05-31 Vitaly Kuznetsovi386: introduce hv_cpuid_get_host()
2021-05-31 Vitaly Kuznetsovi386: introduce hyperv_feature_supported()
2021-05-31 Vitaly Kuznetsovi386: stop using env->features[] for filling Hyper...
2021-05-31 Vitaly Kuznetsovi386: always fill Hyper-V CPUID feature leaves from...
2021-05-31 Vitaly Kuznetsovi386: invert hyperv_spinlock_attempts setting logic...
2021-05-31 Vitaly Kuznetsovi386: keep hyperv_vendor string up-to-date
2021-05-31 Daniel P. Berrangéi386: use better matching family/model/stepping for...
2021-05-31 Daniel P. Berrangéi386: use better matching family/model/stepping for...
2021-05-31 Robert Hooi386/cpu_dump: support AVX512 ZMM regs dump
2021-05-31 Philippe Mathieu... target/i386/cpu: Constify X86CPUDefinition
2021-05-31 Philippe Mathieu... target/i386/cpu: Constify CPUCaches
2021-05-31 Eduardo Habkosti386: Document when features can be added to kvm_defaul...
2021-05-31 Vitaly Kuznetsovtarget/i386: Add CPU model versions supporting 'xsaves'
2021-05-30 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/usb...
2021-05-30 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2021-05-28 Peter MaydellMerge remote-tracking branch 'remotes/jasowang/tags...
2021-05-28 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-05-27 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2021-05-27 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2021-05-26 Richard Hendersonhw/core: Constify TCGCPUOps
2021-05-26 Richard Hendersontarget/mips: Fold jazz behaviour into mips_cpu_do_trans...
2021-05-26 Philippe Mathieu... cpu: Move CPUClass::get_paging_enabled to SysemuCPUOps
2021-05-26 Philippe Mathieu... cpu: Move CPUClass::get_memory_mapping to SysemuCPUOps
2021-05-26 Philippe Mathieu... cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps
2021-05-26 Philippe Mathieu... cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOps
2021-05-26 Philippe Mathieu... cpu: Move CPUClass::write_elf* to SysemuCPUOps
2021-05-26 Philippe Mathieu... cpu: Move CPUClass::get_crash_info to SysemuCPUOps
2021-05-26 Philippe Mathieu... cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOps
2021-05-26 Philippe Mathieu... cpu: Move CPUClass::vmsd to SysemuCPUOps
2021-05-26 Philippe Mathieu... cpu: Introduce SysemuCPUOps structure
2021-05-26 Philippe Mathieu... cpu: Move AVR target vmsd field from CPUClass to Device...
2021-05-26 Philippe Mathieu... cpu: Rename CPUClass vmsd -> legacy_vmsd
2021-05-26 Philippe Mathieu... cpu: Assert DeviceClass::vmsd is NULL on user emulation
2021-05-26 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-05-26 Mark Cave-Aylandtarget/m68k: implement m68k "any instruction" trace...
2021-05-26 Mark Cave-Aylandtarget/m68k: introduce gen_singlestep_exception() function
2021-05-26 Mark Cave-Aylandtarget/m68k: call gen_raise_exception() directly if...
2021-05-26 Mark Cave-Aylandtarget/m68k: introduce is_singlestepping() function
next