]> git.ipfire.org Git - thirdparty/qemu.git/history - memory.c
tcg/mips: fix invalid op definition errors
[thirdparty/qemu.git] / memory.c
2013-08-05  Anthony LiguoriMerge remote-tracking branch 'filippov/tags/20130729...
2013-08-05  Anthony LiguoriMerge remote-tracking branch 'mcayland/qemu-openbios...
2013-08-05  Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-08-05  Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-08-05  Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-08-02  Michael S. Tsirkinmemory.c: drop kvm.h dependency
2013-07-29  Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-07-29  Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-cpu...
2013-07-29  Paolo Bonzinimemory: add tracepoints for MMIO reads/writes
2013-07-26  Anthony LiguoriMerge remote-tracking branch 'rth/tcg-next' into staging
2013-07-26  Anthony LiguoriMerge remote-tracking branch 'jliu/or32' into staging
2013-07-25  Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.7.3...
2013-07-25  Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2013-07-25  Paolo Bonzinimemory: check memory region endianness, not target's
2013-07-25  Paolo Bonzinimemory: pass MemoryRegion to access_with_adjusted_size
2013-07-25  Paolo Bonzinimemory: move functions around
2013-07-22  Alex Williamsonmemory: Fix zero-sized memory region print
2013-07-22  Anthony LiguoriMerge remote-tracking branch 'pmaydell/tags/pull-arm...
2013-07-22  Anthony LiguoriMerge remote-tracking branch 'bonzini/iommu-for-anthony...
2013-07-18  Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-07-18  Jan Kiszkamemory: Return -1 again on reads from unsigned regions
2013-07-18  Paolo Bonzinimemory: actually set the owner
2013-07-15  Richard HendersonMerge git://github.com/hw-claudio/qemu-aarch64-queue...
2013-07-10  Anthony LiguoriMerge remote-tracking branch 'afaerber/tags/qom-cpu...
2013-07-10  Anthony LiguoriMerge remote-tracking branch 'riku/linux-user-for-upstr...
2013-07-09  Andreas Färbercpu: Replace cpu_single_env with CPUState current_cpu
2013-07-08  Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-07-07  Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-07-07  Anthony LiguoriMerge remote-tracking branch 'bonzini/iommu-for-anthony...
2013-07-04  Paolo Bonzinimemory: add reference counting to FlatView
2013-07-04  Paolo Bonzinimemory: use a new FlatView pointer on every topology...
2013-07-04  Paolo Bonzinimemory: access FlatView from a local variable
2013-07-04  Paolo Bonzinimemory: add ref/unref calls
2013-07-04  Paolo Bonzinimemory: introduce memory_region_present
2013-07-04  Paolo Bonzinimemory: add ref/unref
2013-07-04  Paolo Bonzinimemory: add getter for owner
2013-07-04  Paolo Bonzinimemory: add owner argument to initialization functions
2013-07-04  Jan Kiszkaioport: Switch dispatching to memory core layer
2013-07-01  Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-06-28  Anthony LiguoriMerge remote-tracking branch 'mjt/trivial-patches'...
2013-06-28  Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2013-06-28  Andreas Färbercpu: Turn cpu_unassigned_access() into a CPUState hook
2013-06-20  Anthony LiguoriMerge remote-tracking branch 'bonzini/iommu-for-anthony...
2013-06-20  Peter Crosthwaitememory: render_memory_region: factor out fr constant...
2013-06-20  Peter Crosthwaitememory: as_update_topology_pass: Improve comments
2013-06-20  Peter Crosthwaitememory: Fix comment typo
2013-06-20  Alexey Kardashevskiymemory: give name to every AddressSpace
2013-06-20  David Gibsonmemory: Add iommu map/unmap notifiers
2013-06-20  Avi Kivitymemory: iommu support
2013-06-20  Paolo Bonzinimemory: make section size a 128-bit integer
2013-06-04  Anthony LiguoriMerge remote-tracking branch 'sstabellini/xen_fixes_201...
2013-06-04  Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-05-31  Anthony LiguoriMerge remote-tracking branch 'mdroth/qga-pull-2013...
2013-05-31  Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-05-31  Anthony LiguoriMerge remote-tracking branch 'bonzini/iommu-for-anthony...
2013-05-29  Paolo Bonzinimemory: propagate errors on I/O dispatch
2013-05-29  Paolo Bonzinimemory: correctly handle endian-swapped 64-bit accesses
2013-05-29  Paolo Bonzinimemory: split accesses even when the old MMIO callbacks...
2013-05-29  Paolo Bonzinimemory: add big endian support to access_with_adjusted_size
2013-05-29  Paolo Bonzinimemory: accept mismatching sizes in memory_region_acces...
2013-05-29  Paolo Bonzinimemory: export memory_region_access_valid to exec.c
2013-05-29  Paolo Bonzinimemory: assign MemoryRegionOps to all regions
2013-05-29  Paolo Bonzinimemory: move unassigned_mem_ops to memory.c
2013-05-29  Paolo Bonzinimemory: dispatch unassigned accesses based on .valid...
2013-05-29  Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2013-05-24  Anthony LiguoriMerge remote-tracking branch 'bonzini/iommu-for-anthony...
2013-05-24  Paolo Bonzinimemory: populate FlatView for new address spaces
2013-05-24  Avi Kivitymemory: fix address space initialization/destruction
2013-05-24  Paolo Bonzinimemory: make memory_global_sync_dirty_bitmap take an...
2013-05-24  Paolo Bonzinimemory: do not duplicate memory_region_destructor_none
2013-05-24  Jan Kiszkamemory: Rename readable flag to romd_mode
2013-05-24  Paolo Bonzinimemory: allow memory_region_find() to run on non-root...
2013-03-26  Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-03-23  Blue SwirlMerge branch 'for-upstream' of git://github.com/mwalle...
2013-03-22  Aurelien JarnoMerge branch 'ppc-for-upstream' of git://github.com...
2013-03-22  Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2013-03-22  Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2013-03-22  Hu Taomemory: fix a bug of detection of memory region collision
2013-02-16  Richard Hendersonmemory: Use non-bitops ctzl
2013-02-06  Anthony LiguoriMerge branch 'for-linux-user' of https://git.gitorious...
2013-02-02  Paolo Bonzinibitops: unify bitops_ffsl with the one in host-utils...
2013-01-10  Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-02  Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02  Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-02  Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-22  Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21  Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-20  Juan Quintelamemory: introduce memory_region_test_and_clear_dirty
2012-12-19  Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19  Paolo Bonzinisoftmmu: move include files to include/sysemu/
2012-12-19  Paolo Bonzinimisc: move include files to include/qemu/
2012-12-19  Paolo Bonziniexec: move include files to include/exec/
2012-11-14  Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.70' into staging
2012-11-14  Anthony LiguoriMerge remote-tracking branch 'spice/spice.v63' into...
2012-11-10  Jan Kiszkamemory: Don't dump disabled regions
2012-11-10  Jan Kiszkamemory: Reintroduce dirty flag to optimize changes...
2012-10-31  Paolo BonziniMerge remote-tracking branch 'origin/master' into threa...
2012-10-30  Blue SwirlMerge branch 'qspi.2' of git://developer.petalogix...
2012-10-29  Aurelien JarnoMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-10-29  Avi Kivitymemory: fix rendering of a region obscured by another
next