]> git.ipfire.org Git - thirdparty/qemu.git/history - softmmu_template.h
net: fix usbnet_receive() packet drops
[thirdparty/qemu.git] / softmmu_template.h
2012-10-09  Blue SwirlRemove unused CONFIG_TCG_PASS_AREG0 and dead code
2012-04-16  Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2012-04-16  Anthony LiguoriMerge remote-tracking branch 'sstabellini/for_anthony...
2012-04-15  Blue SwirlMerge branch 'w64' of git://qemu.weilnetz.de/qemu
2012-04-15  Stefan Weilw64: Fix data types in softmmu*.h
2012-04-14  Blue SwirlUse uintptr_t for various op related functions
2012-04-10  Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-03-19  Anthony LiguoriMerge remote-tracking branch 'sstabellini/saverestore...
2012-03-19  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2012-03-18  Blue Swirlsoftmmu templates: optionally pass CPUState to memory...
2012-03-18  Blue Swirli386: Remove REGPARM
2012-03-16  Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.6.3...
2012-03-13  Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-3-12...
2012-03-13  Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2012-03-13  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-03-08  Avi Kivitymemory: dispatch directly via MemoryRegion
2012-03-08  Avi Kivitymemory: store section indices in iotlb instead of io...
2012-02-23  Kevin WolfMerge qemu-iotests into for-anthony
2012-01-10  Aurelien JarnoMerge branch 's390-next' of git://repo.or.cz/qemu/agraf
2012-01-07  Aurelien JarnoMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2012-01-06  Anthony LiguoriMerge remote-tracking branch 'amit/master' into staging
2012-01-06  Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-01-06  Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.33' into staging
2012-01-04  Anthony LiguoriMerge remote-tracking branch 'pmaydell/arm-devs.for...
2012-01-04  Avi KivityRemove IO_MEM_SHIFT
2012-01-04  Avi KivityConvert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryR...
2012-01-04  Avi KivityAvoid range comparisons on io index types
2012-01-04  Avi Kivitymemory: move mmio access to functions
2011-10-01  Blue Swirlsoftmmu_header: pass CPUState to tlb_fill
2011-10-01  Blue SwirlDocument softmmu templates
2010-04-04  Paul BrookSplit TLB addend and target_phys_addr_t
2010-03-29  Blue SwirlCompile qemu-timer only once
2010-01-28  Edgar E. Iglesiassoftmmu: Dont clobber retaddr in slow_ldx().
2009-10-01  Anthony LiguoriRevert "Get rid of _t suffix"
2009-10-01  malcGet rid of _t suffix
2009-08-24  Anthony LiguoriUnbreak large mem support by removing kqemu
2009-07-16  Blue SwirlUpdate to a hopefully more future proof FSF address
2009-04-19  blueswir1kqemu: merge CONFIG_KQEMU and USE_KQEMU
2009-01-04  aurel32Update FSF address in GPL/LGPL boilerplate
2008-11-18  aliguoriSet mem_io_vaddr on io_read (Jan Kiszka)
2008-06-29  pbrookAdd instruction counter.
2008-06-09  pbrookClean up MMIO TLB handling.
2008-01-31  bellarduse simpler REGPARM convention - make CPUTLBEntry size...
2007-11-17  balrogDon't compare '\0' against pointers.
2007-11-17  balrogCheck permissions for the last byte first in unaligned...
2007-10-14  j_mayerReplace is_user variable with mmu_idx in softmmu core,
2007-09-17  thsfind -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again...
2007-09-16  thsfind -type f | xargs sed -i 's/[\t ]$//g' # on most...
2006-02-08  bellardadded last_io_time field
2005-12-05  bellardMIPS unaligned accesses exceptions (Daniel Jacobowitz)
2005-11-28  bellardPAGE_EXEC support in TLBs
2005-11-26  bellarduse TARGET_PAGE_SIZE (Paul Brook)
2005-07-24  bellardallow more than 32 bit of physical memory
2005-01-03  bellard64 bit target support
2004-10-03  bellardremoved access_type hack
2004-06-03  bellardsupport for opaque data on memory I/Os
2004-04-25  bellardprecise self modifying code support
2004-02-06  bellardadded generic physical memory dirty bit support
2004-01-18  bellardcast to return type
2003-11-09  bellardsoft mmu fix (aka debian random seg fault fix)
2003-10-27  bellardfull softmmu support
2003-08-20  bellardpop ss, mov ss, x and sti disable irqs for the next...
2003-08-10  bellardremoved warnings
2003-08-08  bellardSoftware MMU support (used for memory mapped devices...