aboutsummaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)Author
2013-05-29memory: add address_space_access_validPaolo Bonzini
2013-05-29exec: implement .valid.accepts for subpagesPaolo Bonzini
2013-05-29exec: introduce memory_access_sizePaolo Bonzini
2013-05-29exec: introduce memory_access_is_directPaolo Bonzini
2013-05-29exec: expect mr->ops to be initialized for ROMPaolo Bonzini
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini
2013-05-29memory: add address_space_translatePaolo Bonzini
2013-05-29memory: dispatch unassigned accesses based on .valid.acceptsPaolo Bonzini
2013-05-29exec: do not use error_mem_readPaolo Bonzini
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini
2013-05-29exec: drop useless #ifPaolo Bonzini
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini
2013-05-24memory: clean up phys_page_findPaolo Bonzini
2013-05-24memory: limit sections in the radix tree to the actual address space sizeAvi Kivity
2013-05-24memory: assert that PhysPageEntry's ptr does not overflowPaolo Bonzini
2013-05-24exec: eliminate stq_phys_notdirtyPaolo Bonzini
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini
2013-05-24exec: remove obsolete commentPaolo Bonzini
2013-05-14osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini
2013-05-01cpu: Add qemu_for_each_cpu()Michael S. Tsirkin
2013-04-08hw: move headers to include/Paolo Bonzini
2013-03-26exec: assert that RAMBlock size is non-zeroStefan Hajnoczi
2013-03-14Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2013-03-12exec: make -mem-path filenames deterministicPeter Feiner
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber
2013-03-12cpu: Register VMStateDescription through CPUStateAndreas Färber
2013-03-12cpu: Fix qemu_get_cpu() to return NULL if CPU not foundIgor Mammedov
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell
2013-02-16cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber
2013-01-19Replace non-portable asprintf by g_strdup_printfStefan Weil
2013-01-15exec: Return CPUState from qemu_get_cpu()Andreas Färber
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber
2013-01-15cpu: Move numa_node field to CPUStateAndreas Färber
2013-01-12stubs: fully replace qemu-tool.c and qemu-user.cPaolo Bonzini
2013-01-06Revert "virtio-pci: replace byte swap hack"Blue Swirl
2013-01-06virtio-pci: replace byte swap hackBlue Swirl
2012-12-20protect the ramlist with a separate mutexUmesh Deshpande
2012-12-20add a version number to ram_listUmesh Deshpande
2012-12-20exec: sort the memory from biggest to smallestPaolo Bonzini
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini
2012-12-20exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-19misc: move include files to include/qemu/Paolo Bonzini
2012-12-19exec: move include files to include/exec/Paolo Bonzini
2012-12-19janitor: do not rely on indirect inclusions of or from qemu-char.hPaolo Bonzini
2012-12-16exec: move TB handling to translate-all.cBlue Swirl