aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-14HACK: rearrange the virt memory map to suit OP-TEEmulti-asesPeter Maydell
2016-01-14hw/arm/virt: add secure memory region and UARTPeter Maydell
2016-01-14hw/arm/virt: Wire up memory region to CPUs explicitlyPeter Maydell
2016-01-14target-arm: Support multiple address spaces in page table walksPeter Maydell
2016-01-14target-arm: Implement cpu_get_phys_page_attrs_debugPeter Maydell
2016-01-14target-arm: Implement asidx_from_attrsPeter Maydell
2016-01-14target-arm: Add QOM property for Secure memory regionPeter Maydell
2016-01-14qom/cpu: Add MemoryRegion propertyPeter Crosthwaite
2016-01-14memory: Add address_space_init_shareable()Peter Crosthwaite
2016-01-14exec.c: Use correct AddressSpace in watch_mem_read and watch_mem_writePeter Maydell
2016-01-14exec.c: Use cpu_get_phys_page_attrs_debugPeter Maydell
2016-01-14exec.c: Add cpu_get_address_space()Peter Maydell
2016-01-14exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right ASPeter Maydell
2016-01-14cputlb.c: Use correct address space when looking up MemoryRegionSectionPeter Maydell
2016-01-14cpu: Add new asidx_from_attrs() methodPeter Maydell
2016-01-14cpu: Add new get_phys_page_attrs_debug() methodPeter Maydell
2016-01-14exec-all.h: Document tlb_set_page_with_attrs, tlb_set_pagePeter Maydell
2016-01-14exec.c: Allow target CPUs to define multiple AddressSpacesPeter Maydell
2016-01-14exec.c: Don't set cpu->as until cpu_address_space_initPeter Maydell
2016-01-14Merge remote-tracking branch 'remotes/amit/tags/vs-for-2.6-1' into stagingPeter Maydell
2016-01-14Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-1...Peter Maydell
2016-01-13multithread decompression: Avoid one copyDr. David Alan Gilbert
2016-01-13Use qemu_get_buffer_in_place for xbzrle dataDr. David Alan Gilbert
2016-01-13Migration: Emit event at start of passDr. David Alan Gilbert
2016-01-13Postcopy: Send events/change state on incoming sideDr. David Alan Gilbert
2016-01-13migration: Add state records for migration incomingzhanghailiang
2016-01-13migration: Export migrate_set_state()zhanghailiang
2016-01-13virtio serial port: fix to incomplete QOMifyCao jin
2016-01-12Merge remote-tracking branch 'remotes/kvaneesh/tags/for-upstream-signed' into...Peter Maydell
2016-01-12disas/libvixl: Suppress gcc 4.6.3 sign-compare warningsPeter Maydell
2016-01-12Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into stagingPeter Maydell
2016-01-129pfs: introduce V9fsVirtioStateWei Liu
2016-01-11libqos/ahci: organize headerJohn Snow
2016-01-11qtest/ahci: ATAPI data testsJohn Snow
2016-01-11libqos/ahci: add ahci_execJohn Snow
2016-01-11libqos/ahci: allow nondata commands for ahci_io variantsJohn Snow
2016-01-11libqos: allow zero-size allocationsJohn Snow
2016-01-11libqos/ahci: Switch to mutable propertiesJohn Snow
2016-01-11libqos/ahci: ATAPI identifyJohn Snow
2016-01-11libqos/ahci: ATAPI supportJohn Snow
2016-01-11ahci-test: fix memory leakJohn Snow
2016-01-11ide: ahci: reset ncq object to unused on errorPrasad J Pandit
2016-01-11macio: fix overflow in lba to offset conversion for ATAPI devicesMark Cave-Ayland
2016-01-11Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20160111-...Peter Maydell
2016-01-11hw/arm/virt: Support legacy -nic command line syntaxpull-target-arm-20160111-1Ashok Kumar
2016-01-11disas/libvixl: Update to upstream VIXL 1.12Peter Maydell
2016-01-11hw/dma/xilinx_axidma: remove dead codeAndrew Jones
2016-01-11i.MX: move i.MX31 CCM object to register arrayJean-Christophe DUBOIS
2016-01-11Merge remote-tracking branch 'remotes/riku/tags/pull-linux-user-20160111' int...Peter Maydell
2016-01-11linux-user/mmap.c: Use end instead of real_end in target_mmapChen Gang