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