aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-06Merge remote-tracking branch 'aneesh/for-upstream' into stagingAnthony Liguori20-514/+3414
2012-01-06Merge remote-tracking branch 'sstabellini/xen_mem_fix' into stagingAnthony Liguori1-20/+18
2012-01-06Merge remote-tracking branch 'kraxel/usb.33' into stagingAnthony Liguori3-19/+46
2012-01-06usb-ohci: td.cbp incorrectly updated near page endAndriy Gapon1-3/+3
2012-01-06usb-host: properly release port on unplug & exitGerd Hoffmann1-8/+20
2012-01-06usb-storage: cancel I/O on resetGerd Hoffmann1-0/+12
2012-01-05arm: add dummy A9-specific cp15 registersMark Langsdorf3-1/+59
2012-01-05target-arm: Ignore attempts to set invalid modes in CPSRPeter Maydell1-1/+29
2012-01-05target-arm: Don't use cpu_single_env in bank_number()Peter Maydell1-6/+6
2012-01-05xen: Fix after recent change in dirty bitmap tracking.Anthony PERARD1-20/+18
2012-01-04Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori10-113/+404
2012-01-04hw/9pfs: Add support to use named socket for proxy FSM. Mohan Kumar7-15/+157
2012-01-04hw/9pfs: man page for proxy helperM. Mohan Kumar2-1/+70
2012-01-04hw/9pfs: Documentation changes related to proxy fsM. Mohan Kumar1-9/+16
2012-01-04hw/9pfs: Proxy getversionM. Mohan Kumar3-0/+119
2012-01-04hw/9pfs: xattr interfaces in proxy filesystem driverM. Mohan Kumar3-8/+219
2012-01-04hw/9pfs: File ownership and othersM. Mohan Kumar4-13/+214
2012-01-04hw/9pfs: Add stat/readlink/statfs for proxy FSM. Mohan Kumar3-8/+414
2012-01-04hw/9pfs: Create other filesystem objectsM. Mohan Kumar3-23/+313
2012-01-04hw/9pfs: Open and create filesM. Mohan Kumar3-9/+368
2012-01-04hw/9pfs: File system helper process for qemu 9p proxy FSM. Mohan Kumar4-0/+331
2012-01-04hw/9pfs: Add new proxy filesystem driverM. Mohan Kumar7-1/+426
2012-01-04hw/9pfs: Add validation to {un}marshal codeM. Mohan Kumar3-194/+434
2012-01-04hw/9pfs: Move pdu_marshal/unmarshal code to a seperate fileM. Mohan Kumar5-323/+401
2012-01-04hw/9pfs: Move opt validation to FsDriver callbackAneesh Kumar K.V7-61/+83
2012-01-04add L2x0/PL310 cache controller deviceRob Herring2-0/+182
2012-01-04arm: add dummy gic security registersRob Herring1-0/+6
2012-01-04arm: Set frequencies for arm_timerMark Langsdorf1-5/+19
2012-01-04arm: add missing scu registersRob Herring1-3/+33
2012-01-04hw/omap_gpmc: Fix region map/unmap when configuring prefetch enginePeter Maydell1-9/+21
2012-01-04hw/omap1.c: Drop unused includesPeter Maydell1-4/+0
2012-01-04hw/omap1.c: Separate dpll_ctl from omap_mpu_stateJuha Riihimäki2-15/+19
2012-01-04hw/omap1.c: Separate PWT from omap_mpu_stateJuha Riihimäki2-32/+35
2012-01-04Remove IO_MEM_SHIFTAvi Kivity4-23/+17
2012-01-04Drop IO_MEM_ROMDAvi Kivity4-13/+16
2012-01-04Remove IO_MEM_SUBPAGEAvi Kivity4-6/+7
2012-01-04Direct dispatch through MemoryRegionAvi Kivity4-118/+53
2012-01-04Convert io_mem_watch to be a MemoryRegionAvi Kivity1-47/+26
2012-01-04Convert IO_MEM_SUBPAGE_RAM to be a MemoryRegionAvi Kivity2-49/+24
2012-01-04Convert the subpage wrapper to be a MemoryRegionAvi Kivity1-52/+18
2012-01-04Switch cpu_register_physical_memory_log() to use MemoryRegionsAvi Kivity3-53/+37
2012-01-04Convert IO_MEM_{RAM,ROM,UNASSIGNED,NOTDIRTY} to MemoryRegionsAvi Kivity4-146/+98
2012-01-04Uninline get_page_addr_code()Avi Kivity2-25/+27
2012-01-04Avoid range comparisons on io index typesAvi Kivity4-21/+27
2012-01-04Fix wrong region_offset when overlaying a page with anotherAvi Kivity1-0/+1
2012-01-04memory: remove MemoryRegion::backend_registeredAvi Kivity2-23/+4
2012-01-04memory: move mmio access to functionsAvi Kivity4-39/+55
2012-01-04exec: make phys_page_find() return a temporaryAvi Kivity1-100/+48
2012-01-04memory: move endianness compensation to memory coreAvi Kivity3-140/+41
2012-01-04memory: obsolete more dirty memory related functionsAvi Kivity2-49/+49