]> git.proxmox.com Git - qemu.git/history - exec.c
rtl8139: remove unused marco
[qemu.git] / exec.c
2012-03-14 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu.v5'...
2012-03-14 Andreas FärberRename CPUState -> CPUArchState
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: get rid of cpu_register_io_memory()
2012-03-08 Avi Kivitymemory: dispatch directly via MemoryRegion
2012-03-08 Avi Kivityexec: fix code tlb entry misused as iotlb in get_page_a...
2012-03-08 Avi Kivitymemory: store section indices in iotlb instead of io...
2012-03-08 Avi Kivitymemory: make phys_page_find() return an unadjusted...
2012-03-05 Blue SwirlMerge branch 's390-for-upstream' of git://repo.or.cz...
2012-03-05 Avi Kivitymemory: fix I/O port aliases
2012-03-03 Blue SwirlMerge branch 'upstream' of git://qemu.weilnetz.de/qemu
2012-03-03 Blue SwirlMerge branch 'arm-devs.for-upstream' of git://git.linar...
2012-03-03 Blue SwirlMerge branch 'xtensa' of git://jcmvbkbc.spb.ru/dumb...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/urgent...
2012-03-01 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/core...
2012-02-29 Avi Kivitymemory: allow phys_map tree paths to terminate early
2012-02-29 Avi Kivitymemory: unify PhysPageEntry::node and ::leaf
2012-02-29 Avi Kivitymemory: change phys_page_set() to set multiple pages
2012-02-29 Avi Kivitymemory: switch phys_page_set() to a recursive implement...
2012-02-29 Avi Kivitymemory: replace phys_page_find_alloc() with phys_page_set()
2012-02-29 Avi Kivitymemory: simplify multipage/subpage registration
2012-02-29 Avi Kivitymemory: give phys_page_find() its own tree search loop
2012-02-29 Avi Kivitymemory: make phys_page_find() return a MemoryRegionSection
2012-02-29 Avi Kivitymemory: move tlb flush to MemoryListener commit callback
2012-02-29 Avi Kivitymemory: unify the two branches of cpu_register_physical...
2012-02-29 Avi Kivitymemory: fix RAM subpages in newly initialized pages
2012-02-29 Avi Kivitymemory: compress phys_map node pointers to 16 bits
2012-02-29 Avi Kivitymemory: store MemoryRegionSection pointers in phys_map
2012-02-29 Avi Kivitymemory: unify phys_map last level with intermediate...
2012-02-29 Avi Kivitymemory: remove first level of l1_phys_map
2012-02-29 Avi Kivitymemory: change memory registration to rebuild the memor...
2012-02-29 Avi Kivitymemory: support stateless memory listeners
2012-02-29 Avi Kivitymemory: split memory listener for the two address spaces
2012-02-29 Avi Kivitymemory: allow MemoryListeners to observe a specific...
2012-02-29 Avi Kivitymemory: use a MemoryListener for core memory map update...
2012-02-29 Avi Kivitymemory: don't pass ->readable attribute to cpu_register...
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2012-02-20 Max Filippovexec: let cpu_watchpoint_insert accept larger watchpoints
2012-02-20 Max Filippovexec: fix check_watchpoint exiting cpu_loop
2012-02-20 Max Filippovexec: add missing breaks to the watch_mem_write
2012-02-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream'...
2012-02-01 Peter Maydellexec.c: Clarify comment about tlb_flush() flush_global...
2012-01-23 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2012-01-23 Anthony LiguoriMerge remote-tracking branch 'afaerber/prep-up' into...
2012-01-21 Benjamin Herrenschmidtvirtio-pci: Fix endianness of virtio config
2012-01-19 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v47' into...
2012-01-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.37' into staging
2012-01-13 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2012-01-13 Aurelien Jarnotcg-arm: fix a typo in comments
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 KivityDrop IO_MEM_ROMD
2012-01-04 Avi KivityRemove IO_MEM_SUBPAGE
2012-01-04 Avi KivityDirect dispatch through MemoryRegion
2012-01-04 Avi KivityConvert io_mem_watch to be a MemoryRegion
2012-01-04 Avi KivityConvert IO_MEM_SUBPAGE_RAM to be a MemoryRegion
2012-01-04 Avi KivityConvert the subpage wrapper to be a MemoryRegion
2012-01-04 Avi KivitySwitch cpu_register_physical_memory_log() to use Memory...
2012-01-04 Avi KivityConvert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryR...
2012-01-04 Avi KivityUninline get_page_addr_code()
2012-01-04 Avi KivityAvoid range comparisons on io index types
2012-01-04 Avi KivityFix wrong region_offset when overlaying a page with...
2012-01-04 Avi Kivitymemory: move mmio access to functions
2012-01-04 Avi Kivityexec: make phys_page_find() return a temporary
2012-01-04 Avi Kivitymemory: move endianness compensation to memory core
2012-01-04 Avi Kivitymemory: obsolete cpu_physical_memory_[gs]et_dirty_track...
2012-01-04 Avi KivityStore MemoryRegion in RAMBlock
2012-01-04 Avi Kivityvmstate, memory: decouple vmstate from memory API
2012-01-03 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/page_desc...
2012-01-03 Avi KivityRemove cpu_get_physical_page_desc()
2012-01-03 Avi Kivitymemory: remove CPUPhysMemoryClient
2011-12-20 Avi Kivitymemory: add API for observing updates to the physical...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/exec...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/xen'...
2011-12-19 Avi Kivitymemory: move obsolete exec.c functions to a private...
2011-12-19 Avi Kivitymemory, xen: pass MemoryRegion to xen_ram_alloc()
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/memory/mutators...
2011-12-19 Anthony LiguoriMerge remote-tracking branch 'kwolf/for-anthony' into...
2011-12-15 Alex Rozenmanphys_page_find_alloc: Use correct initial region_offset.
2011-12-15 Andreas Färberexec.c: Fix subpage memory access to RAM MemoryRegion
2011-12-14 Dr. David Alan Gilberttcg/arm: remove fixed map code buffer restriction
2011-12-14 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-12-12 Anthony LiguoriMerge remote-tracking branch 'qmp/queue/qmp' into staging
2011-12-11 malcMerge branch 'master' of git://git.qemu.org/qemu
2011-12-10 Stefan Weilw32: Disable buffering for log file
2011-11-02 Blue SwirlMerge branch 'tci' of git://qemu.weilnetz.de/qemu
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-11-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.29' into staging
2011-11-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2011-11-01 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v46' into...
2011-11-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-11-01 Paolo BonziniMake cpu_single_env thread-local
next