summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-05target-arm: Ignore attempts to set invalid modes in CPSRPeter Maydell
2012-01-05target-arm: Don't use cpu_single_env in bank_number()Peter Maydell
2012-01-05xen: Fix after recent change in dirty bitmap tracking.Anthony PERARD
2012-01-04Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: man page for proxy helperM. Mohan Kumar
2012-01-04hw/9pfs: Documentation changes related to proxy fsM. Mohan Kumar
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Create other filesystem objectsM. Mohan Kumar
2012-01-04hw/9pfs: Open and create filesM. Mohan Kumar
2012-01-04hw/9pfs: File system helper process for qemu 9p proxy FSM. Mohan Kumar
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar
2012-01-04hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V
2012-01-04add L2x0/PL310 cache controller deviceRob Herring
2012-01-04arm: add dummy gic security registersRob Herring
2012-01-04arm: Set frequencies for arm_timerMark Langsdorf
2012-01-04arm: add missing scu registersRob Herring
2012-01-04hw/omap_gpmc: Fix region map/unmap when configuring prefetch enginePeter Maydell
2012-01-04hw/omap1.c: Drop unused includesPeter Maydell
2012-01-04hw/omap1.c: Separate dpll_ctl from omap_mpu_stateJuha Riihimäki
2012-01-04hw/omap1.c: Separate PWT from omap_mpu_stateJuha Riihimäki
2012-01-04Remove IO_MEM_SHIFTAvi Kivity
2012-01-04Drop IO_MEM_ROMDAvi Kivity
2012-01-04Remove IO_MEM_SUBPAGEAvi Kivity
2012-01-04Direct dispatch through MemoryRegionAvi Kivity
2012-01-04Convert io_mem_watch to be a MemoryRegionAvi Kivity
2012-01-04Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegionAvi Kivity
2012-01-04Convert the subpage wrapper to be a MemoryRegionAvi Kivity
2012-01-04Switch cpu_register_physical_memory_log() to use MemoryRegionsAvi Kivity
2012-01-04Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity
2012-01-04Uninline get_page_addr_code()Avi Kivity
2012-01-04Avoid range comparisons on io index typesAvi Kivity
2012-01-04Fix wrong region_offset when overlaying a page with anotherAvi Kivity
2012-01-04memory: remove MemoryRegion::backend_registeredAvi Kivity
2012-01-04memory: move mmio access to functionsAvi Kivity
2012-01-04exec: make phys_page_find() return a temporaryAvi Kivity
2012-01-04memory: move endianness compensation to memory coreAvi Kivity
2012-01-04memory: obsolete more dirty memory related functionsAvi Kivity
2012-01-04xen: convert framebuffer dirty tracking to memory APIAvi Kivity
2012-01-04memory: obsolete cpu_physical_memory_[gs]et_dirty_tracking()Avi Kivity
2012-01-04Convert ram_load() to the memory APIAvi Kivity
2012-01-04Remove support for version 3 ram_loadAvi Kivity
2012-01-04Sort RAMBlocks by ID for migration, not by ram_addrAvi Kivity
2012-01-04Switch ram_save to the memory APIAvi Kivity
2012-01-04Store MemoryRegion in RAMBlockAvi Kivity