aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-07-05configure: Make NPTL non-optionalfix-nptlPeter Maydell
2013-07-05linux-user: Enable NPTL for x86Peter Maydell
2013-07-05linux-user: Enable NPTL for m68kPeter Maydell
2013-07-05linux-user: Enable NPTL for SPARC targetsPeter Maydell
2013-07-05linux-user: Enable NPTL for OpenRISCPeter Maydell
2013-07-05linux-user: Move includes of target-specific headers to end of qemu.hPeter Maydell
2013-06-28linux-user: Move cpu_clone_regs() and cpu_set_tls() into linux-userPeter Maydell
2013-06-28configure: Enable threading for unicore32-linux-userPeter Maydell
2013-06-28configure: Enable threading on all ppc and mips linux-user targetsPeter Maydell
2013-06-28configure: Don't say target_nptl="no" if there is no linux-user targetPeter Maydell
2013-06-28configure: Flip default of target_nptlPeter Maydell
2013-06-27linux-user: Fix compilation failurePeter Maydell
2013-06-27Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori
2013-06-27rdma: introduce capability x-rdma-pin-allMichael R. Hines
2013-06-27rdma: new QEMUFileOps hooksMichael R. Hines
2013-06-27rdma: introduce qemu_ram_foreach_block()Michael R. Hines
2013-06-27rdma: export qemu_fflush()Michael R. Hines
2013-06-27rdma: introduce qemu_file_mode_is_not_valid()Michael R. Hines
2013-06-27rdma: export throughput w/ MigrationStats QMPMichael R. Hines
2013-06-27rdma: export yield_until_fd_readable()Michael R. Hines
2013-06-27rdma: introduce qemu_update_position()Michael R. Hines
2013-06-27rdma: add documentationMichael R. Hines
2013-06-27migration: do not overwrite zero pagesPeter Lieven
2013-06-27Revert "migration: do not sent zero pages in bulk stage"Peter Lieven
2013-06-27arch_init/ram_load: add error message for block length mismatchAlon Levy
2013-06-25Merge remote-tracking branch 'pmaydell/arm-devs.for-upstream' into stagingAnthony Liguori
2013-06-25Merge remote-tracking branch 'pmaydell/target-arm.for-upstream' into stagingAnthony Liguori
2013-06-25Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori
2013-06-25Merge remote-tracking branch 'sstabellini/xen-20130625' into stagingAnthony Liguori
2013-06-25nand: Don't inherit from Sysbuspull-arm-devs-20130625Peter Crosthwaite
2013-06-25block/nand: Convert Sysbus::init to Device::realizePeter Crosthwaite
2013-06-25block/nand: QOM casting sweepPeter Crosthwaite
2013-06-25i.MX31: Fix PRCS bit testStefan Weil
2013-06-25arm/boot: Free dtb blob memory after usePeter Maydell
2013-06-25i.MX: Rework functions/types name and use new style initializationJean-Christophe DUBOIS
2013-06-25i.MX: Implement a more complete version of the GPT timer.Jean-Christophe DUBOIS
2013-06-25ARM: Allow dumping of device treeJohn Rigby
2013-06-25target-arm: Make LPAE feature imply V7MPpull-target-arm-20130625Peter Maydell
2013-06-25target-arm: Use tuple list to sync cp regs with KVMPeter Maydell
2013-06-25target-arm: Reinitialize all KVM VCPU registers on resetPeter Maydell
2013-06-25target-arm: Initialize cpreg list from KVM when using KVMPeter Maydell
2013-06-25target-arm: Convert TCG to using (index,value) list for cp migrationPeter Maydell
2013-06-25target-arm: mark up cpregs for no-migrate or raw accessPeter Maydell
2013-06-25target-arm: Add raw_readfn and raw_writefn to ARMCPRegInfoPeter Maydell
2013-06-25target-arm: Allow special cpregs to have flags setPeter Maydell
2013-06-25virtio-ccw: Wire up guest and host notifies.Cornelia Huck
2013-06-25virtio-ccw: Wire up ioeventfd.Cornelia Huck
2013-06-25s390/virtio-ccw: Fix virtio resetChristian Borntraeger
2013-06-25Move hardcoded initialization of xen-platform device.Paul Durrant
2013-06-25Allow use of pc machine type (accel=xen) for Xen HVM domains.Paul Durrant