Age | Commit message (Expand) | Author | Files | Lines |
2016-01-21 | target-arm: ignore ELR_ELx[1] for exception return to 32-bit ARM mode | Peter Maydell | 1 | -1/+5 |
2016-01-21 | target-arm: Implement remaining illegal return event checks | Peter Maydell | 1 | -0/+10 |
2016-01-21 | target-arm: Handle exception return from AArch64 to non-EL0 AArch32 | Peter Maydell | 1 | -21/+59 |
2016-01-21 | target-arm: Fix wrong AArch64 entry offset for EL2/EL3 target | Peter Maydell | 1 | -1/+20 |
2016-01-21 | target-arm: Pull semihosting handling out to arm_cpu_do_interrupt() | Peter Maydell | 1 | -39/+81 |
2016-01-21 | target-arm: Use a single entry point for AArch64 and AArch32 exceptions | Peter Maydell | 3 | -36/+44 |
2016-01-21 | target-arm: Move aarch64_cpu_do_interrupt() to helper.c | Peter Maydell | 3 | -105/+101 |
2016-01-21 | target-arm: Properly support EL2 and EL3 in arm_el_is_aa64() | Peter Maydell | 1 | -9/+24 |
2016-01-21 | arm_gic: Update ID registers based on revision | Alistair Francis | 1 | -5/+30 |
2016-01-21 | hw/arm/virt: Add always-on property to the virt board timer | Christoffer Dall | 1 | -0/+1 |
2016-01-21 | hw/arm/virt: add secure memory region and UART | Peter Maydell | 2 | -7/+49 |
2016-01-21 | hw/arm/virt: Wire up memory region to CPUs explicitly | Peter Maydell | 1 | -0/+3 |
2016-01-21 | target-arm: Support multiple address spaces in page table walks | Peter Maydell | 2 | -2/+15 |
2016-01-21 | target-arm: Implement cpu_get_phys_page_attrs_debug | Peter Maydell | 3 | -6/+8 |
2016-01-21 | target-arm: Implement asidx_from_attrs | Peter Maydell | 2 | -0/+9 |
2016-01-21 | target-arm: Add QOM property for Secure memory region | Peter Maydell | 3 | -0/+41 |
2016-01-21 | qom/cpu: Add MemoryRegion property | Peter Crosthwaite | 3 | -1/+18 |
2016-01-21 | memory: Add address_space_init_shareable() | Peter Crosthwaite | 2 | -0/+45 |
2016-01-21 | exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_write | Peter Maydell | 1 | -6/+10 |
2016-01-21 | exec.c: Use cpu_get_phys_page_attrs_debug | Peter Maydell | 1 | -5/+13 |
2016-01-21 | exec.c: Add cpu_get_address_space() | Peter Maydell | 2 | -0/+15 |
2016-01-21 | exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS | Peter Maydell | 4 | -7/+10 |
2016-01-21 | cputlb.c: Use correct address space when looking up MemoryRegionSection | Peter Maydell | 3 | -6/+8 |
2016-01-21 | cpu: Add new asidx_from_attrs() method | Peter Maydell | 1 | -0/+20 |
2016-01-21 | cpu: Add new get_phys_page_attrs_debug() method | Peter Maydell | 1 | -2/+34 |
2016-01-21 | exec-all.h: Document tlb_set_page_with_attrs, tlb_set_page | Peter Maydell | 1 | -3/+31 |
2016-01-21 | exec.c: Allow target CPUs to define multiple AddressSpaces | Peter Maydell | 5 | -10/+23 |
2016-01-21 | exec.c: Don't set cpu->as until cpu_address_space_init | Peter Maydell | 4 | -9/+39 |
2016-01-21 | misc: zynq-xadc: Fix off-by-one | Peter Crosthwaite | 1 | -1/+1 |
2016-01-21 | xlnx-ep108: Connect the SPI Flash | Alistair Francis | 1 | -0/+16 |
2016-01-21 | xlnx-zynqmp: Connect the SPI devices | Alistair Francis | 2 | -0/+34 |
2016-01-21 | xilinx_spips: Separate the state struct into a header | Alistair Francis | 2 | -42/+76 |
2016-01-21 | ssi: Move ssi.h into a separate directory | Alistair Francis | 18 | -21/+23 |
2016-01-21 | m25p80.c: Add sst25wf080 SPI flash device | Alistair Francis | 1 | -0/+1 |
2016-01-21 | qdev: get_child_bus(): Use QOM lookup if available | Peter Crosthwaite | 1 | -0/+6 |
2016-01-21 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 88 | -155/+390 |
2016-01-21 | Merge remote-tracking branch 'remotes/berrange/tags/pull-io-next-2016-01-20-1... | Peter Maydell | 6 | -29/+44 |
2016-01-21 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-socket-20160120-1' int... | Peter Maydell | 4 | -203/+177 |
2016-01-21 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20160119.0' i... | Peter Maydell | 4 | -3/+45 |
2016-01-20 | iotests: Test that throttle values ranges | Fam Zheng | 3 | -0/+96 |
2016-01-20 | blockdev: Error out on negative throttling option values | Fam Zheng | 3 | -11/+10 |
2016-01-20 | vmdk: Create streamOptimized as version 3 | Fam Zheng | 1 | -1/+7 |
2016-01-20 | qcow2: Make image inaccessible after failed qcow2_invalidate_cache() | Kevin Wolf | 1 | -0/+3 |
2016-01-20 | qcow2: Fix BDRV_O_INACTIVE handling in qcow2_invalidate_cache() | Kevin Wolf | 1 | -1/+2 |
2016-01-20 | qcow2: Implement .bdrv_inactivate | Kevin Wolf | 1 | -17/+28 |
2016-01-20 | block: Inactivate BDS when migration completes | Kevin Wolf | 5 | -0/+55 |
2016-01-20 | block: Rename BDRV_O_INCOMING to BDRV_O_INACTIVE | Kevin Wolf | 6 | -14/+14 |
2016-01-20 | block: Fix error path in bdrv_invalidate_cache() | Kevin Wolf | 1 | -0/+2 |
2016-01-20 | block: Assert no write requests under BDRV_O_INCOMING | Kevin Wolf | 1 | -0/+2 |
2016-01-20 | qcow2: Write full header on image creation | Kevin Wolf | 5 | -0/+39 |