summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: Provide more helpful message if libvte not presentPeter Maydell2013-07-181-7/+11
* Merge remote-tracking branch 'awilliam/tags/vfio-for-qemu-1.6' into stagingAnthony Liguori2013-07-181-336/+446
|\
| * vfio: QEMU-AER: Qemu changes to support AER for VFIO-PCI devicesVijay Mohan Pandarathil2013-07-151-0/+125
| * vfio-pci: VGA quirk updateAlex Williamson2013-07-151-336/+321
* | Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2013-07-182-9/+15
|\ \
| * | qmp: update send-key documentAmos Kong2013-07-171-2/+5
| * | qapi: qapi-commands: fix possible leaks on visitor deallocLuiz Capitulino2013-07-161-7/+10
* | | Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori2013-07-181-28/+76
|\ \ \
| * | | iscsi: factor out sector conversionsPeter Lieven2013-07-171-3/+7
| * | | iscsi: assert that sectors are aligned to LUN blocksizePeter Lieven2013-07-171-0/+20
| * | | iscsi: remove support for misaligned nb_sectors in aio_readvPeter Lieven2013-07-171-18/+4
| * | | iscsi: fix -ENOSPC in iscsi_create()Peter Lieven2013-07-171-0/+1
| * | | Fix iSCSI crash on SG_IO with an iovectorRonnie Sahlberg2013-07-171-7/+44
| |/ /
* | | Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori2013-07-1817-10/+353
|\ \ \ | |/ / |/| |
| * | pc: don't access fw cfg if NULLMichael S. Tsirkin2013-07-151-1/+1
| * | virtio-net: add feature bit for any header s/gMichael S. Tsirkin2013-07-153-0/+7
| * | net: add support of mac-programming over macvtap in QEMU sideAmos Kong2013-07-158-6/+336
| * | pci: fix BRDIGE typoDon Koch2013-07-102-2/+2
| * | pci-bridge: update mappings for migration/restoreDon Koch2013-07-103-1/+7
* | | Merge remote-tracking branch 'quintela/migration.next' into stagingAnthony Liguori2013-07-158-1/+134
|\ \ \
| * | | Force auto-convegence of live migrationChegu Vinod2013-07-122-0/+82
| * | | Add 'auto-converge' migration capabilityChegu Vinod2013-07-123-1/+12
| * | | Introduce async_run_on_cpu()Chegu Vinod2013-07-123-0/+40
* | | | Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori2013-07-151-0/+3
|\ \ \ \
| * | | | virtio-ccw: Enable x-data-plane for virtio-ccw-blkDominik Dingel2013-07-151-0/+3
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'pmaydell/tags/pull-target-arm-20130715-1' into ...Anthony Liguori2013-07-154-31/+161
|\ \ \ \
| * | | | target-arm: Avoid g_hash_table_get_keys()Peter Maydell2013-07-151-2/+10
| * | | | target-arm: avoid undefined behaviour when writing TTBCRPeter Maydell2013-07-151-2/+4
| * | | | target-arm/helper.c: Allow const opaques in arm CPPeter Crosthwaite2013-07-151-1/+3
| * | | | target-arm/helper.c: Implement MIDR aliasesPeter Crosthwaite2013-07-151-5/+11
| * | | | target-arm/helper.c: OMAP/StrongARM cp15 crn=0 cleanupPeter Crosthwaite2013-07-151-9/+4
| * | | | target-arm: explicitly decode SEVL instructionMans Rullgard2013-07-151-1/+2
| * | | | target-arm: implement LDA/STL instructionsMans Rullgard2013-07-151-10/+119
| * | | | target-arm: add feature flag for ARMv8Mans Rullgard2013-07-153-1/+8
| |/ / /
* | | | Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130715' into stagingAnthony Liguori2013-07-156-22/+79
|\ \ \ \
| * | | | ARM/highbank: add support for Calxeda ECX-2000 / MidwayAndre Przywara2013-07-151-5/+27
| * | | | ARM/highbank: prepare for adding similar machinesAndre Przywara2013-07-151-6/+23
| * | | | hw/arm/vexpress: Add alias for flash at address 0 on A15 boardPeter Maydell2013-07-151-2/+17
| * | | | hw/dma/omap_dma: Fix bugs with DMA requests above 32Peter Maydell2013-07-151-5/+6
| * | | | sd/pl181.c: Avoid undefined shift behaviour in RWORD macroPeter Maydell2013-07-151-1/+1
| * | | | hw/cpu/a15mpcore: Correct default value for num-irqPeter Maydell2013-07-151-2/+2
| * | | | char/cadence_uart: Fix reset for unattached instancesPeter Crosthwaite2013-07-151-1/+3
| |/ / /
* | | | Merge remote-tracking branch 'rth/axp-next' into stagingAnthony Liguori2013-07-155-97/+93
|\ \ \ \
| * | | | hw/alpha: Use SRM epochRichard Henderson2013-07-141-1/+3
| * | | | hw/alpha: Drop latch_tmp hackRichard Henderson2013-07-141-41/+12
| * | | | exec: Support 64-bit operations in address_space_rwRichard Henderson2013-07-141-12/+56
| * | | | hw/alpha: Don't machine check on missing pci i/oRichard Henderson2013-07-133-1/+29
| * | | | hw/alpha: Don't use get_system_ioRichard Henderson2013-07-133-57/+8
| |/ / /
* | | | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2013-07-1521-76/+262
|\ \ \ \ | |/ / / |/| | |
| * | | ahci: Fix FLUSH commandKevin Wolf2013-07-153-1/+17
OpenPOWER on IntegriCloud