aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-19target/ppc: Introduce gen_icount_io_startRichard Henderson
2021-05-19target/ppc: Remove unnecessary gen_io_end callsRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXITRichard Henderson
2021-05-19target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}Richard Henderson
2021-05-19target/ppc: Simplify gen_debug_exceptionRichard Henderson
2021-05-19target/ppc: Remove special case for POWERPC_EXCP_TRAPRichard Henderson
2021-05-19target/ppc: Remove special case for POWERPC_SYSCALLRichard Henderson
2021-05-19target/ppc: Move DISAS_NORETURN setting into gen_exception*Richard Henderson
2021-05-19target/ppc: Split out decode_legacyRichard Henderson
2021-05-19target/ppc: Add cia field to DisasContextRichard Henderson
2021-05-19target/ppc: moved ppc_cpu_dump_state to cpu_init.cBruno Larsen (billionai)
2021-05-19target/ppc: moved ppc_store_sdr1 to cpu.cBruno Larsen (billionai)
2021-05-19target/ppc: updated vscr manipulation in machine.cBruno Larsen (billionai)
2021-05-19target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)
2021-05-19target/ppc: isolated cpu init from translation logicBruno Larsen (billionai)
2021-05-19target/ppc: turned SPR R/W callbacks not staticBruno Larsen (billionai)
2021-05-19hw/ppc: moved has_spr to cpu.hLucas Mateus Castro (alqotel)
2021-05-19target/ppc: moved ppc_store_lpcr to misc_helper.cLucas Mateus Castro (alqotel)
2021-05-19target/ppc: moved function out of mmu-hash64Lucas Mateus Castro (alqotel)
2021-05-19hw/ppc: moved hcalls that depend on softmmuLucas Mateus Castro (alqotel)
2021-05-19target/ppc: move SPR R/W callbacks to translate.cBruno Larsen (billionai)
2021-05-19target/ppc: renamed SPR registration functionsBruno Larsen (billionai)
2021-05-19target/ppc: Fold gen_*_xer into their callersBruno Larsen (billionai)
2021-05-19hw/ppc/spapr.c: Make sure the host supports the selected MMU modeFabiano Rosas
2021-05-19hw/ppc/spapr.c: Extract MMU mode error reporting into a functionFabiano Rosas
2021-05-18Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-6.1-pull-re...Peter Maydell
2021-05-18Merge remote-tracking branch 'remotes/nvme/tags/nvme-next-pull-request' into ...Peter Maydell
2021-05-18Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210516' into...Peter Maydell
2021-05-18linux-user/elfload: add s390x core dumping supportIlya Leoshkevich
2021-05-18linux-user/elfload: fix filling psinfo->pr_psargsIlya Leoshkevich
2021-05-18linux-user: Tidy TARGET_NR_rt_sigactionRichard Henderson
2021-05-18linux-user/alpha: Share code for TARGET_NR_sigactionRichard Henderson
2021-05-18linux-user/alpha: Define TARGET_ARCH_HAS_KA_RESTORERRichard Henderson
2021-05-18linux-user: Honor TARGET_ARCH_HAS_SA_RESTORER in do_syscallRichard Henderson
2021-05-18linux-user: Pass ka_restorer to do_sigactionRichard Henderson
2021-05-18linux-user/alpha: Rename the sigaction restorer fieldRichard Henderson
2021-05-18linux-user/alpha: Fix rt sigframe returnRichard Henderson
2021-05-18linux-user: use GDateTime for formatting timestamp for core fileDaniel P. Berrangé
2021-05-18linux-user: Fix erroneous conversion in copy_file_rangeGiuseppe Musacchio
2021-05-18linux-user: Add copy_file_range to strace.listGiuseppe Musacchio
2021-05-18linux-user/s390x: Handle vector regs in signal stackRichard Henderson
2021-05-17Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-fp-20210516' into ...Peter Maydell
2021-05-17Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.1-pul...Peter Maydell
2021-05-17Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2021-05-14' in...Peter Maydell
2021-05-17hw/nvme: move nvme emulation out of hw/blockKlaus Jensen
2021-05-17hw/block/nvme: move zoned constraints checksKlaus Jensen
2021-05-17hw/block/nvme: remove irrelevant zone resource checksKlaus Jensen
2021-05-17hw/block/nvme: remove num_namespaces memberKlaus Jensen
2021-05-17hw/block/nvme: streamline namespace array indexingKlaus Jensen
2021-05-17hw/block/nvme: add metadata offset helperKlaus Jensen