2023-11-07 |
Philippe Mathieu... | hw/cpu: Call object_class_is_abstract() once in cpu_cla... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/alpha: Tidy up alpha_cpu_class_by_name() |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target: Move ArchCPUClass definition to 'cpu.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/nios2: Create IRQs *after* accelerator vCPU... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/s390x/cpu: Restrict CPUS390XState declaration... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/s390x/cpu: Restrict cpu_get_tb_cpu_state() defin... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | hw/s390x/sclp: Have sclp_service_call[_protected](... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | hw/s390x/css: Have css_do_sic() take S390CPU instead... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/ppc: Move powerpc_input_t definition to 'cpu.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/ppc: Move powerpc_mmu_t definition to 'cpu.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/ppc: Move powerpc_excp_t definition to 'cpu.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/ppc: Move PowerPCCPUClass definition to 'cpu.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/ppc: Move ppc_cpu_class_by_name() declaration... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/ppc: Define powerpc_pm_insn_t in 'internal.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/ppc: Prohibit target specific KVM prototypes... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/ppc: Restrict KVM objects to system emulation |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | hw/ppc/e500: Restrict ppce500_init_mpic_kvm() to KVM |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | sysemu/kvm: Restrict kvmppc_get_radix_page_info() to... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/mips: Fix TX79 LQ/SQ opcodes |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/mips: Fix MSA BZ/BNZ opcodes displacement |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Dongli Zhang | target/i386/monitor: synchronize cpu state for lapic... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/i386/kvm: Correct comment in kvm_cpu_realize() |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/i386/hvf: Rename 'X86CPU *x86_cpu' variable... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/i386/hvf: Rename 'CPUState *cpu' variable as... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/i386/hvf: Use CPUState typedef |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/i386/hvf: Use env_archcpu() in simulate_[rdmsr... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/i386/hvf: Use x86_cpu in simulate_[rdmsr|wrmsr]() |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/xtensa: Use env_archcpu() in update_c[compare... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/s390x: Use env_archcpu() in handle_diag_308() |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/riscv: Use env_archcpu() in [check_]nanbox() |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/ppc: Use env_archcpu() in helper_book3s_msgsndp() |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/riscv: Move TYPE_RISCV_CPU_BASE definition to... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/openrisc: Declare QOM definitions in 'cpu-qom.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/nios2: Declare QOM definitions in 'cpu-qom.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/loongarch: Declare QOM definitions in 'cpu-qom.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/hexagon: Declare QOM definitions in 'cpu-qom.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target: Declare FOO_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/riscv: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/ppc: Remove CPU_RESOLVING_TYPE from 'cpu-qom.h' |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target/arm: Move internal declarations from 'cpu-qom... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target: Mention 'cpu-qom.h' is target agnostic |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | target: Unify QOM style |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | accel/tcg: Factor tcg_cpu_reset_hold() out |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | accel: Introduce cpu_exec_reset_hold() |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | tests/unit/test-seccomp: Remove mentions of softmmu... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Philippe Mathieu... | tests/vm/ubuntu.aarch64: Correct comment about TCG... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Marc-André... | vl: constify default_list |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Akihiko Odaki | vl: Free machine list |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Stefan Hajnoczi | Merge tag 'pull-pa-20231106' of https://gitlab.com... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Stefan Hajnoczi | Merge tag 'pull-riscv-to-apply-20231107' of https:... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Stefan Hajnoczi | Merge tag 'pull-tcg-20231106' of https://gitlab.com... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Helge Deller | hw/hppa: Allow C3700 with 64-bit and B160L with 32... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Helge Deller | hw/hppa: Turn on 64-bit CPU for C3700 machine |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Helge Deller | hw/pci-host/astro: Trigger CPU irq on CPU HPA in high... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Helge Deller | hw/pci-host/astro: Map Astro chip into 64-bit I/O memor... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Improve interrupt logging |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Update IIAOQ, IIASQ for pa2.0 |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Create raise_exception_with_ior |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Add unwind_breg to CPUHPPAState |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Helge Deller | target/hppa: Clear upper bits in mtctl for pa1.x |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Avoid async_safe_run_on_cpu on uniprocesso... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Helge Deller | target/hppa: Add pa2.0 cpu local tlb flushes |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement pa2.0 data prefetch instructions |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | linux-user/hppa: Drop EXCP_DUMP from handled exceptions |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | hw/hppa: Translate phys addresses for the cpu |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | include/hw/elf: Remove truncating signed casts |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Return zero for r0 from load_gpr |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Precompute zero into DisasContext |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Helge Deller | target/hppa: Fix interruption based on default PSW |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement PERMH |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement MIXH, MIXW |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement HSHLADD, HSHRADD |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement HSHL, HSHR |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement HAVG |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement HSUB |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement HADD |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Replace tcg_gen_*_tl with tcg_gen_*_i64 |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Use tcg_temp_new_i64 not tcg_temp_new |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Adjust vmstate_env for pa2.0 tlb |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Remove remaining TARGET_REGISTER_BITS... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Remove most of the TARGET_REGISTER_BITS... |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Remove TARGET_REGISTER_BITS |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | hw/hppa: Use uint32_t instead of target_ureg |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement IDTLBT, IITLBT |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement STDBY |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement CLRBTS, POPBTS, PUSHBTS, PUSHNOM |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement SHRPD |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement EXTRD |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement DEPD, DEPDI |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Implement LDD, LDCD, LDDA, STD, STDA |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Decode ADDB double-word |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Decode CMPIB double-word |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Decode d for cmpb instructions |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Decode d for bb instructions |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Decode d for sub instructions |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Decode d for add instructions |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Decode d for cmpclr instructions |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Decode d for unit instructions |
commit | commitdiff | tree | snapshot |
2023-11-07 |
Richard Henderson | target/hppa: Decode d for logical instructions |
commit | commitdiff | tree | snapshot |
next |