]> git.proxmox.com Git - mirror_qemu.git/history - target-sparc/helper.c
pci: introduce multifunction property.
[mirror_qemu.git] / target-sparc / helper.c
2010-06-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-06-03 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-06-02 Igor V. Kovalenkosparc64: fix tag access register on mmu traps
2010-05-24 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-05-24 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-05-22 Igor V. Kovalenkosparc64: fix mmu context at trap levels above zero
2010-05-22 Igor V. Kovalenkosparc64: fix dump_mmu to look for global bit in tte...
2010-05-22 Igor V. Kovalenkosparc64: fix pstate privilege bits
2010-05-22 Igor V. Kovalenkosparc64: generate data access exception on RW violation
2010-05-22 Blue SwirlFix %lld or %llx printf format use
2010-05-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-05-14 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-05-12 Stefan Weiltarget-sparc: Fix wrong printf argument
2010-05-09 Blue Swirlsparc: Fix lazy flag calculation on interrupts, refactor
2010-05-07 Blue Swirlsparc64: fix build with older gccs
2010-05-06 Igor V. Kovalenkosparc64: handle asi referencing nucleus and secondary...
2010-05-06 Igor V. Kovalenkosparc64: implement global translation table entries v1
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-17 Anthony LiguoriMerge remote branch 'mst/pci' into staging
2010-03-17 Paul BrookLarge page TLB flush
2010-03-12 Paul BrookRemove cpu_get_phys_page_debug from userspace emulation
2010-01-31 Artyom Tarasenkosparc32 don't mark page dirty when failing
2010-01-17 Blue SwirlSparc: improve CPU register dump
2010-01-13 Blue SwirlSparc32: remove unused variable, spotted by clang
2010-01-08 Igor V. Kovalenkosparc64: add PIL to cpu state dump
2009-12-05 Blue SwirlSparc64: handle MMU global bit and nucleus context
2009-12-04 Blue SwirlSparc64: fix compilation with DEBUG_MMU
2009-11-07 Blue Swirluser: move CPU reset call to main.c for x86/PPC/Sparc
2009-11-07 Blue Swirlsparc32 (mostly): remove unneeded calls to device reset
2009-10-01 Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01 malcGet rid of _t suffix
2009-08-18 Blue SwirlSparc32/64: Fix user emulator breakage
2009-08-04 Igor KovalenkoSparc64: replace tsptr with helper routine
2009-07-27 Igor Kovalenkosparc64 really implement itlb/dtlb automatic replacemen...
2009-07-27 Igor Kovalenkosparc64 name mmu registers and general cleanup
2009-07-20 Blue SwirlFix most warnings (errors with -Werror) when debugging...
2009-07-16 Blue SwirlUpdate to a hopefully more future proof FSF address
2009-07-12 Igor Kovalenkosparc64: trap handling corrections
2009-07-12 Igor Kovalenkosparc64: unify mmu tag matching code
2009-07-12 Igor Kovalenkosparc64: mmu bypass mode correction
2009-05-13 Paul BrookInclude assert.h from qemu-common.h
2009-05-10 Blue SwirlUse dynamical computation for condition codes
2009-05-02 Blue SwirlClarify: dmmuregs[1] is not a typo
2009-04-28 Igor Kovalenkosparc64 fix context value for ITLB fault
2009-04-27 Igor Kovalenkosparc64 fix TLB match code
2009-04-24 aliguoriqemu: introduce qemu_init_vcpu (Marcelo Tosatti)
2009-03-16 blueswir1Delete some unused macros detected with -Wp,-Wunused...
2009-02-21 blueswir1Turn MMUs and caches off on reset
2009-02-05 aliguoritargets: remove error handling from qemu_malloc() calle...
2009-01-26 aliguoriLog reset events (Jan Kiszka)
2009-01-14 aurel32Get rid of user_mode_only
2009-01-12 blueswir1Fix TLB access (Jakub Jermar)
2009-01-04 aurel32Update FSF address in GPL/LGPL boilerplate
2008-12-23 blueswir1Better SuperSPARC emulation (Robert Reif)
2008-12-22 malcUse the ARRAY_SIZE() macro where appropriate.
2008-10-07 blueswir1Add static (spotted by sparse)
2008-10-03 blueswir1Rearrange tick functions
2008-09-26 blueswir1Add a generic Niagara machine
2008-09-26 blueswir1Move also DEBUG_PCALL (see r5085)
2008-09-09 blueswir1Implement ldxfsr/stxfsr, fix ld(x)fsr masks, convert...
2008-08-29 blueswir1Fix Sparc64 boot on i386 host:
2008-08-21 blueswir1Use initial CPU definition structure for some CPU field...
2008-07-25 blueswir1Make MAXTL dynamic, bounds check tl when indexing
2008-07-22 blueswir1Add T1 and T2 CPUs, add a Sun4v machine
2008-07-21 blueswir1Use MMU globals for some MMU traps
2008-07-21 blueswir1Fix reset vector
2008-07-20 blueswir1Print default and available CPU features separately
2008-07-20 blueswir1Make UA200x features selectable, add MMU types
2008-07-19 blueswir1Update TLB miss addresses
2008-07-17 blueswir1Fix saving and loading of trap state
2008-07-16 blueswir1Fix MMU miss traps
2008-06-26 blueswir1Fix bogus format, reading uninitialised memory (origina...
2008-06-24 blueswir1Fix Sparc mmu bug seen with NetBSD, based on patch...
2008-06-07 blueswir1Allow NWINDOWS selection (CPU feature with model specif...
2008-05-31 blueswir1Add more SuperSparcs
2008-05-29 blueswir1MicroSparc I didn't have fsmuld op
2008-05-27 blueswir1Move non-op functions from op_helper.c to helper.c...
2008-05-12 blueswir1Wrap long lines
2008-05-10 blueswir1Fix compiler warnings
2008-05-09 blueswir1CPU feature selection support
2008-04-11 aurel32Remove osdep.c/qemu-img code duplication
2008-03-29 blueswir1 Move CPU stuff unrelated to translation to helper.c
2008-03-02 blueswir1 Convert tick operations to TCG
2008-02-11 blueswir1 Sparc32 MMU register fixes (Robert Reif)
2007-12-25 blueswir1 Enforce context table alignment
2007-11-29 blueswir1 Increase prom size for boot mode
2007-11-28 blueswir1Use slavio base as boot prom address, rearrange sun4m...
2007-11-17 pbrookBreak up vl.h.
2007-11-07 blueswir1 CPU specific boot mode (Robert Reif)
2007-10-14 j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-09-24 blueswir1 CPU boot mode
2007-09-20 blueswir1 Detabify
2007-09-16 thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2007-05-19 blueswir1Use full 36-bit physical address space on SS10
2006-06-25 bellardC99 64 bit printf
2006-06-14 bellardMMU no fault fix
2005-12-05 bellardPAGE_EXEC support (Blue Swirl)
2005-11-11 bellardsparc merge (Blue Swirl)
2005-10-30 bellardavoid using physical accesses in user emulation
2005-07-23 bellardsparc64 fixes (Blue Swirl)
next