summaryrefslogtreecommitdiff
path: root/exec.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-29memory: add return value to address_space_rw/read/writePaolo Bonzini1-19/+15
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini1-9/+12
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini1-7/+1
2013-05-29memory: correctly handle endian-swapped 64-bit accessesPaolo Bonzini1-3/+9
2013-05-29memory: add address_space_access_validPaolo Bonzini1-0/+21
2013-05-29exec: implement .valid.accepts for subpagesPaolo Bonzini1-0/+20
2013-05-29exec: introduce memory_access_sizePaolo Bonzini1-10/+17
2013-05-29exec: introduce memory_access_is_directPaolo Bonzini1-17/+22
2013-05-29exec: expect mr->ops to be initialized for ROMPaolo Bonzini1-9/+0
2013-05-29memory: move unassigned_mem_ops to memory.cPaolo Bonzini1-12/+0
2013-05-29memory: add address_space_translatePaolo Bonzini1-94/+98
2013-05-29memory: dispatch unassigned accesses based on .valid.acceptsPaolo Bonzini1-24/+12
2013-05-29exec: do not use error_mem_readPaolo Bonzini1-14/+2
2013-05-29exec: make io_mem_unassigned privatePaolo Bonzini1-2/+2
2013-05-29exec: drop useless #ifPaolo Bonzini1-2/+0
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini1-16/+2
2013-05-24memory: clean up phys_page_findPaolo Bonzini1-6/+2
2013-05-24memory: limit sections in the radix tree to the actual address space sizeAvi Kivity1-1/+12
2013-05-24memory: assert that PhysPageEntry's ptr does not overflowPaolo Bonzini1-0/+6
2013-05-24exec: eliminate stq_phys_notdirtyPaolo Bonzini1-27/+0
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini1-8/+0
2013-05-24exec: remove obsolete commentPaolo Bonzini1-6/+0
2013-05-14osdep: introduce qemu_anon_ram_free to free qemu_anon_ram_alloc-ed memoryPaolo Bonzini1-6/+2
2013-05-14osdep, kvm: rename low-level RAM allocation functionsPaolo Bonzini1-3/+3
2013-05-01cpu: Add qemu_for_each_cpu()Michael S. Tsirkin1-0/+10
2013-04-08hw: move headers to include/Paolo Bonzini1-1/+1
2013-03-26exec: assert that RAMBlock size is non-zeroStefan Hajnoczi1-0/+2
2013-03-14Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori1-14/+16
2013-03-12exec: make -mem-path filenames deterministicPeter Feiner1-1/+12
2013-03-12cpu: Pass CPUState to cpu_interrupt()Andreas Färber1-1/+1
2013-03-12exec: Pass CPUState to cpu_reset_interrupt()Andreas Färber1-7/+0
2013-03-12cpu: Move halted and interrupt_request fields to CPUStateAndreas Färber1-7/+9
2013-03-12cpu: Register VMStateDescription through CPUStateAndreas Färber1-2/+9
2013-03-12cpu: Fix qemu_get_cpu() to return NULL if CPU not foundIgor Mammedov1-1/+1
2013-03-03Handle CPU interrupts by inline checking of a flagPeter Maydell1-1/+1
2013-02-16cputlb: Pass CPUState to cpu_unlink_tb()Andreas Färber1-1/+1
2013-02-16cpu: Move exit_request field to CPUStateAndreas Färber1-1/+3
2013-01-19Replace non-portable asprintf by g_strdup_printfStefan Weil1-5/+3
2013-01-15exec: Return CPUState from qemu_get_cpu()Andreas Färber1-3/+3
2013-01-15cpu: Move cpu_index field to CPUStateAndreas Färber1-6/+7
2013-01-15cpu: Move numa_node field to CPUStateAndreas Färber1-3/+1
2013-01-12stubs: fully replace qemu-tool.c and qemu-user.cPaolo Bonzini1-1/+1
2013-01-06Revert "virtio-pci: replace byte swap hack"Blue Swirl1-0/+18
2013-01-06virtio-pci: replace byte swap hackBlue Swirl1-18/+0
2012-12-20protect the ramlist with a separate mutexUmesh Deshpande1-2/+27
2012-12-20add a version number to ram_listUmesh Deshpande1-0/+4
2012-12-20exec: sort the memory from biggest to smallestPaolo Bonzini1-2/+12
2012-12-20exec: change RAM list to a TAILQPaolo Bonzini1-17/+17
2012-12-20exec: change ramlist from MRU order to a 1-item cachePaolo Bonzini1-21/+28
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-3/+3