Age | Commit message (Expand) | Author |
2016-01-21 | target-arm: Pull semihosting handling out to arm_cpu_do_interrupt() | Peter Maydell |
2016-01-21 | target-arm: Use a single entry point for AArch64 and AArch32 exceptions | Peter Maydell |
2016-01-21 | target-arm: Move aarch64_cpu_do_interrupt() to helper.c | Peter Maydell |
2016-01-21 | target-arm: Properly support EL2 and EL3 in arm_el_is_aa64() | Peter Maydell |
2016-01-21 | arm_gic: Update ID registers based on revision | Alistair Francis |
2016-01-21 | hw/arm/virt: Add always-on property to the virt board timer | Christoffer Dall |
2016-01-21 | hw/arm/virt: add secure memory region and UART | Peter Maydell |
2016-01-21 | hw/arm/virt: Wire up memory region to CPUs explicitly | Peter Maydell |
2016-01-21 | target-arm: Support multiple address spaces in page table walks | Peter Maydell |
2016-01-21 | target-arm: Implement cpu_get_phys_page_attrs_debug | Peter Maydell |
2016-01-21 | target-arm: Implement asidx_from_attrs | Peter Maydell |
2016-01-21 | target-arm: Add QOM property for Secure memory region | Peter Maydell |
2016-01-21 | qom/cpu: Add MemoryRegion property | Peter Crosthwaite |
2016-01-21 | memory: Add address_space_init_shareable() | Peter Crosthwaite |
2016-01-21 | exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write | Peter Maydell |
2016-01-21 | exec.c: Use cpu_get_phys_page_attrs_debug | Peter Maydell |
2016-01-21 | exec.c: Add cpu_get_address_space() | Peter Maydell |
2016-01-21 | exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS | Peter Maydell |
2016-01-21 | cputlb.c: Use correct address space when looking up MemoryRegionSection | Peter Maydell |
2016-01-21 | cpu: Add new asidx_from_attrs() method | Peter Maydell |
2016-01-21 | cpu: Add new get_phys_page_attrs_debug() method | Peter Maydell |
2016-01-21 | exec-all.h: Document tlb_set_page_with_attrs, tlb_set_page | Peter Maydell |
2016-01-21 | exec.c: Allow target CPUs to define multiple AddressSpaces | Peter Maydell |
2016-01-21 | exec.c: Don't set cpu->as until cpu_address_space_init | Peter Maydell |
2016-01-21 | misc: zynq-xadc: Fix off-by-one | Peter Crosthwaite |
2016-01-21 | xlnx-ep108: Connect the SPI Flash | Alistair Francis |
2016-01-21 | xlnx-zynqmp: Connect the SPI devices | Alistair Francis |
2016-01-21 | xilinx_spips: Separate the state struct into a header | Alistair Francis |
2016-01-21 | ssi: Move ssi.h into a separate directory | Alistair Francis |
2016-01-21 | m25p80.c: Add sst25wf080 SPI flash device | Alistair Francis |
2016-01-21 | qdev: get_child_bus(): Use QOM lookup if available | Peter Crosthwaite |
2016-01-21 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell |
2016-01-21 | Merge remote-tracking branch 'remotes/berrange/tags/pull-io-next-2016-01-20-1... | Peter Maydell |
2016-01-21 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-socket-20160120-1' int... | Peter Maydell |
2016-01-21 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160119.0' i... | Peter Maydell |
2016-01-20 | iotests: Test that throttle values ranges | Fam Zheng |
2016-01-20 | blockdev: Error out on negative throttling option values | Fam Zheng |
2016-01-20 | vmdk: Create streamOptimized as version 3 | Fam Zheng |
2016-01-20 | qcow2: Make image inaccessible after failed qcow2_invalidate_cache() | Kevin Wolf |
2016-01-20 | qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache() | Kevin Wolf |
2016-01-20 | qcow2: Implement .bdrv_inactivate | Kevin Wolf |
2016-01-20 | block: Inactivate BDS when migration completes | Kevin Wolf |
2016-01-20 | block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE | Kevin Wolf |
2016-01-20 | block: Fix error path in bdrv_invalidate_cache() | Kevin Wolf |
2016-01-20 | block: Assert no write requests under BDRV_O_INCOMING | Kevin Wolf |
2016-01-20 | qcow2: Write full header on image creation | Kevin Wolf |
2016-01-20 | qcow2: Write feature table only for v3 images | Kevin Wolf |
2016-01-20 | block: Clean up includes | Peter Maydell |
2016-01-20 | qemu-iotests: Reduce racy output in 028 | Eric Blake |
2016-01-20 | qemu-img: Speed up comparing empty/zero images | Fam Zheng |