aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-04target/ppc: Create helper_scvRichard Henderson
2021-05-04target/ppc: Put dbcr0 single-step bits into hflagsRichard Henderson
2021-05-04target/ppc: Reduce env->hflags to uint32_tRichard Henderson
2021-05-04target/ppc: Disconnect hflags from MSRRichard Henderson
2021-05-04target/ppc: Extract post_load_update_msrRichard Henderson
2021-05-04hw/ppc/spapr_rtas: Update hflags after setting msrRichard Henderson
2021-05-04hw/ppc/pnv_core: Update hflags after setting msrRichard Henderson
2021-05-04target/ppc: Fix comment for MSR_FE{0,1}Richard Henderson
2021-05-04target/ppc: Retain hflags_nmsr only for migrationRichard Henderson
2021-05-04target/ppc: Do not call hreg_compute_mem_idx after ppc_store_msrRichard Henderson
2021-05-04target/ppc: Properly sync cpu state with new msr in cpu_load_oldRichard Henderson
2021-05-04target/ppc: Move 601 hflags adjustment to hreg_compute_hflagsRichard Henderson
2021-05-04target/ppc: Move helper_regs.h functions out-of-lineRichard Henderson
2021-05-04hw/ppc/mac_newworld: Restrict RAM to 2 GiBPhilippe Mathieu-Daudé
2021-05-03Merge remote-tracking branch 'remotes/philmd/tags/mips-20210502' into stagingPeter Maydell
2021-05-03hw/rx/rx-gdbsim: Do not accept invalid memory sizePhilippe Mathieu-Daudé
2021-05-03docs: More precisely describe memory-backend-*::id's userRobert Hoo
2021-05-03scripts: fix generation update-binfmts templatesSilvano Cirujano Cuesta
2021-05-03docs/system: Document the removal of "compat" property for POWER CPUsGreg Kurz
2021-05-02mc146818rtc: put it into the 'misc' categoryGan Qixin
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-05-02Do not include hw/boards.h if it's not really necessaryThomas Huth
2021-05-02Do not include sysemu/sysemu.h if it's not really necessaryThomas Huth
2021-05-02hw: Do not include qemu/log.h if it is not necessaryThomas Huth
2021-05-02hw: Do not include hw/irq.h if it is not necessaryThomas Huth
2021-05-02hw: Do not include hw/sysbus.h if it is not necessaryThomas Huth
2021-05-02hw: Remove superfluous includes of hw/hw.hThomas Huth
2021-05-02ui: Fix memory leak in qemu_xkeymap_mapping_table()Philippe Mathieu-Daudé
2021-05-02hw/usb: Constify VMStateDescriptionPhilippe Mathieu-Daudé
2021-05-02hw/display/qxl: Constify VMStateDescriptionPhilippe Mathieu-Daudé
2021-05-02hw/arm: Constify VMStateDescriptionPhilippe Mathieu-Daudé
2021-05-02vmstate: Constify some VMStateDescriptionsKeqian Zhu
2021-05-02Fix typo in CFI build documentationSerge Guelton
2021-05-02hw/pcmcia: Do not register PCMCIA type if not requiredPhilippe Mathieu-Daudé
2021-05-02hw/ide: Add Kconfig dependency MICRODRIVE -> PCMCIAPhilippe Mathieu-Daudé
2021-05-02hw/arm/pxa2xx: Declare PCMCIA bus with KconfigPhilippe Mathieu-Daudé
2021-05-02accel: kvm: clarify that extra exit data is hexadecimalDavid Edmondson
2021-05-02Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-hex-20210502' into...Peter Maydell
2021-05-02gitlab-ci: Add KVM mips64el cross-build jobsPhilippe Mathieu-Daudé
2021-05-02hw/mips: Restrict non-virtualized machines to TCGPhilippe Mathieu-Daudé
2021-05-02target/mips: Move TCG source files under tcg/ sub directoryPhilippe Mathieu-Daudé
2021-05-02target/mips: Move CP0 helpers to sysemu/cp0.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Move exception management code to exception.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Move TLB management helpers to tcg/sysemu/tlb_helper.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Move helper_cache() to tcg/sysemu/special_helper.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Move Special opcodes to tcg/sysemu/special_helper.cPhilippe Mathieu-Daudé
2021-05-02target/mips: Restrict CPUMIPSTLBContext::map_address() handlers scopePhilippe Mathieu-Daudé
2021-05-02target/mips: Move tlb_helper.c to tcg/sysemu/Philippe Mathieu-Daudé
2021-05-02target/mips: Restrict mmu_init() to TCGPhilippe Mathieu-Daudé