Age | Commit message (Expand) | Author |
2014-02-11 | exec: Make stb_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make stw_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make stl_phys_notdirty input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make stl_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make stq_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make lduw_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make ldq/ldub_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: Make ldl_*_phys input an AddressSpace | Edgar E. Iglesias |
2014-02-11 | exec: On AS changes, only flush affected CPU TLBs | Edgar E. Iglesias |
2014-02-11 | cpu: Add per-cpu address space | Edgar E. Iglesias |
2014-02-11 | memory: Add MemoryListener to typedefs.h | Edgar E. Iglesias |
2014-02-11 | exec: Make memory_region_section_get_iotlb use section AS | Edgar E. Iglesias |
2014-02-11 | exec: Always initialize MemorySection address spaces | Edgar E. Iglesias |
2014-02-11 | exec: Make iotlb_to_region input an AS | Edgar E. Iglesias |
2014-02-11 | exec: Make tb_invalidate_phys_addr input an AS | Edgar E. Iglesias |
2014-02-11 | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140208'... | Peter Maydell |
2014-02-10 | Merge remote-tracking branch 'remotes/kvaneesh/for-upstream' into staging | Peter Maydell |
2014-02-10 | memory: fix limiting of translation at a page boundary | Paolo Bonzini |
2014-02-10 | prep: Drop from ppcemb-softmmu | Andreas Färber |
2014-02-09 | raven: Use constant PCI_NUM_PINS instead of 4 | Hervé Poussineau |
2014-02-09 | prep: Kill get_system_io() usage | Hervé Poussineau |
2014-02-09 | libcacard: Don't link with all libraries QEMU links to | Christophe Fergeau |
2014-02-09 | block: Fix 32 bit truncation in mark_request_serialising() | Kevin Wolf |
2014-02-09 | blkdebug: Don't leak bs->file on failure | Kevin Wolf |
2014-02-09 | block: Don't call ROUND_UP with negative values | Kevin Wolf |
2014-02-09 | block: bdrv_aligned_pwritev: Assert overlap range | Kevin Wolf |
2014-02-09 | block: Fix memory leaks in bdrv_co_do_pwritev() | Kevin Wolf |
2014-02-09 | raw: Fix BlockLimits passthrough | Kevin Wolf |
2014-02-09 | qemu-iotests: add test for qcow2 preallocation with different cluster sizes | Hu Tao |
2014-02-09 | qcow2: check for NULL l2meta | Hu Tao |
2014-02-09 | qcow2: fix offset overflow in qcow2_alloc_clusters_at() | Hu Tao |
2014-02-09 | qcow2: remove n_start and n_end of qcow2_alloc_cluster_offset() | Hu Tao |
2014-02-09 | block/iscsi: always fill bs->bl.opt_transfer_length | Peter Lieven |
2014-02-09 | block: Fail gracefully with missing filename | Kevin Wolf |
2014-02-09 | qemu-iotests: enable support for NFS protocol | Peter Lieven |
2014-02-09 | qemu-iotests: enable test 016 and 025 to work with NFS protocol | Peter Lieven |
2014-02-09 | qemu-iotests: blacklist test 020 for NFS protocol | Peter Lieven |
2014-02-09 | qemu-iotests: change _supported_proto to file for various tests | Peter Lieven |
2014-02-09 | block: add native support for NFS | Peter Lieven |
2014-02-09 | qemu-iotest: Make 077 raw-only | Kevin Wolf |
2014-02-08 | Merge remote-tracking branch 'remotes/mwalle/tags/lm32-fixes/20140204' into s... | Peter Maydell |
2014-02-08 | arm/zynq: Add software system reset via SCLR | Sebastian Huber |
2014-02-08 | hw/arm/allwinner-a10: initialize EMAC | Beniamino Galvani |
2014-02-08 | hw/net: add support for Allwinner EMAC Fast Ethernet controller | Beniamino Galvani |
2014-02-08 | util/fifo8: clear fifo head upon reset | Beniamino Galvani |
2014-02-08 | util/fifo8: implement push/pop of multiple bytes | Beniamino Galvani |
2014-02-08 | disas: Implement disassembly output for A64 | Claudio Fontana |
2014-02-08 | disas/libvixl: Fix upstream libvixl compilation issues | Peter Maydell |
2014-02-08 | disas: Add subset of libvixl sources for A64 disassembler | Peter Maydell |
2014-02-08 | rules.mak: Link with C++ if we have a C++ compiler | Peter Maydell |