aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-29memory: add return value to address_space_rw/read/writePaolo Bonzini
2013-05-29memory: propagate errors on I/O dispatchPaolo Bonzini
2013-05-29exec: just use io_mem_read/io_mem_write for 8-byte I/O accessesPaolo Bonzini
2013-05-29memory: correctly handle endian-swapped 64-bit accessesPaolo Bonzini
2013-05-29memory: split accesses even when the old MMIO callbacks are usedPaolo Bonzini
2013-05-29memory: add big endian support to access_with_adjusted_sizePaolo Bonzini
2013-05-29memory: accept mismatching sizes in memory_region_access_validPaolo Bonzini
2013-05-29memory: add address_space_access_validPaolo Bonzini
2013-05-29exec: implement .valid.accepts for subpagesPaolo Bonzini
2013-05-29memory: export memory_region_access_valid to exec.cPaolo 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: assign MemoryRegionOps to all regionsPaolo 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-29cputlb: simplify tlb_set_pagePaolo Bonzini
2013-05-29exec: drop useless #ifPaolo Bonzini
2013-05-29exec: eliminate io_mem_ramPaolo Bonzini
2013-05-26Remove Sun4c, Sun4d and a few CPUsBlue Swirl
2013-05-26Remove OSS support for OpenBSDBrad Smith
2013-05-26target-arm: Remove gen_{ld,st}* definitionsPeter Maydell
2013-05-26target-arm: Remove gen_{ld,st}* from thumb2 decoderPeter Maydell
2013-05-26target-arm: Remove gen_{ld,st}* from Thumb insnsPeter Maydell
2013-05-26target-arm: Remove gen_{ld,st}* from basic ARM insnsPeter Maydell
2013-05-26target-arm: Remove use of gen_{ld,st}* from ldrex/strexPeter Maydell
2013-05-26target-arm: Remove uses of gen_{ld,st}* from Neon codePeter Maydell
2013-05-26target-arm: Remove uses of gen_{ld,st}* from iWMMXt codePeter Maydell
2013-05-26target-arm: Remove gen_ld64() and gen_st64()Peter Maydell
2013-05-26target-arm: Don't use TCGv when we mean TCGv_i32Peter Maydell
2013-05-24Merge remote-tracking branch 'bonzini/iommu-for-anthony' into stagingAnthony Liguori
2013-05-24Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori
2013-05-24Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori
2013-05-24memory: clean up phys_page_findPaolo Bonzini
2013-05-24memory: populate FlatView for new address spacesPaolo Bonzini
2013-05-24memory: limit sections in the radix tree to the actual address space sizeAvi Kivity
2013-05-24s390x: reduce TARGET_PHYS_ADDR_SPACE_BITS to 62Paolo Bonzini
2013-05-24memory: fix address space initialization/destructionAvi Kivity
2013-05-24memory: make memory_global_sync_dirty_bitmap take an AddressSpacePaolo Bonzini
2013-05-24memory: do not duplicate memory_region_destructor_nonePaolo Bonzini
2013-05-24memory: Rename readable flag to romd_modeJan Kiszka
2013-05-24memory: Replace open-coded memory_region_is_romdJan Kiszka
2013-05-24memory: allow memory_region_find() to run on non-root memory regionsPaolo Bonzini
2013-05-24memory: assert that PhysPageEntry's ptr does not overflowPaolo Bonzini
2013-05-24exec: eliminate stq_phys_notdirtyPaolo Bonzini
2013-05-24exec: make qemu_get_ram_ptr privatePaolo Bonzini
2013-05-24exec: eliminate qemu_put_ram_ptrPaolo Bonzini