summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-29Add MigrationParams structureIsaku Yamahata7-17/+31
2012-06-29Add missing check for host_from_stream_offset return value for RAM_SAVE_FLAG_...Orit Wasserman1-0/+3
2012-06-28bsd-user: fix buildBlue Swirl2-1/+4
2012-06-28x86: rename op_helper.c to seg_helper.cBlue Swirl2-3/+3
2012-06-28x86: split off memory access helpersBlue Swirl3-137/+165
2012-06-28x86: split off misc helpersBlue Swirl3-579/+605
2012-06-28x86: split off SMM helpersBlue Swirl3-285/+309
2012-06-28x86: split off SVM helpersBlue Swirl4-710/+734
2012-06-28x86: split off integer helpersBlue Swirl3-479/+502
2012-06-28x86: split off condition code helpersBlue Swirl4-407/+432
2012-06-28x86: prepare eflags helpers for general useBlue Swirl1-31/+37
2012-06-28x86: split condition code and shift templatesBlue Swirl3-81/+133
2012-06-28x86: fix coding style in helper_template.hBlue Swirl1-3/+22
2012-06-28x86: improve SSE table type safetyBlue Swirl1-45/+89
2012-06-28x86: split off FPU helpersBlue Swirl3-1278/+1306
2012-06-28x86: fix coding style in ops_sse.hBlue Swirl1-471/+578
2012-06-28x86: avoid an extern declarationBlue Swirl1-4/+1
2012-06-28x86: split off exception handlersBlue Swirl4-116/+140
2012-06-28x86: avoid AREG0 for exceptionsBlue Swirl7-220/+234
2012-06-28x86: prepare op_helper.c for splittingBlue Swirl1-796/+1279
2012-06-27Add a memory barrier to DMA functionsBenjamin Herrenschmidt2-2/+53
2012-06-27pseries: Implement IOMMU and DMA for PAPR PCI devicesDavid Gibson4-18/+39
2012-06-27iommu: Allow PCI to use IOMMU infrastructureDavid Gibson3-2/+18
2012-06-27pseries: Convert sPAPR TCEs to use generic IOMMU infrastructureDavid Gibson10-343/+370
2012-06-27iommu: Introduce IOMMU emulation infrastructureDavid Gibson3-25/+259
2012-06-27usb: Convert usb_packet_{map, unmap} to universal DMA helpersDavid Gibson4-14/+15
2012-06-27ide/ahci: Use universal DMA helper functionsDavid Gibson3-16/+23
2012-06-27iommu: Make sglists and dma_bdrv helpers use new universal DMA helpersDavid Gibson5-17/+19
2012-06-27usb-ohci: Use universal DMA helper functionsDavid Gibson1-42/+51
2012-06-27iommu: Add universal DMA helper functionsDavid Gibson3-9/+123
2012-06-27Better support for dma_addr_t variablesDavid Gibson2-0/+13
2012-06-27rtl8139: validate rx ring before receiving packetsJason Wang1-10/+12
2012-06-27Remove support for non-threaded VNC serverDaniel P. Berrange7-141/+1
2012-06-27configure: Assure existence of linux-headers/ build directoryAndreas Färber1-0/+1
2012-06-27Makefile.target: Update clean command to clean hw/ directoryPeter Maydell1-2/+2
2012-06-27qtest: fix infinite loop when QEMU aborts abruptlyAnthony Liguori1-0/+5
2012-06-27qdev: fix use-after-free in the error path of qdev_init_nofailAnthony Liguori1-2/+3
2012-06-27MAINTAINERS: Added device treePeter A. G. Crosthwaite1-0/+6
2012-06-27MAINTAINERS: Added Xilinx EDK devicesPeter A. G. Crosthwaite1-0/+11
2012-06-27MAINTAINERS: Add Petalogix ml605 machine modelPeter A. G. Crosthwaite1-0/+5
2012-06-26Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori10-19/+25
2012-06-26Merge remote-tracking branch 'spice/spice.v58' into stagingAnthony Liguori11-70/+177
2012-06-26Merge remote-tracking branch 'mdroth/qga-pull-6-21-12' into stagingAnthony Liguori3-21/+124
2012-06-26Merge remote-tracking branch 'sstabellini/compile-xs' into stagingAnthony Liguori7-27/+18
2012-06-26Merge remote-tracking branch 'sstabellini/xen-pt' into stagingAnthony Liguori19-19/+4301
2012-06-26Merge remote-tracking branch 'kraxel/usb.54' into stagingAnthony Liguori5-28/+142
2012-06-24target-ppc: Fix 2nd parameter for tcg_gen_shri_tlStefan Weil1-1/+1
2012-06-24target-ppc: Fix build with --enable-debugStefan Weil1-1/+1
2012-06-24tci: don't write zero for reloc in tci_out_labelScott Wood1-1/+1
2012-06-24make: Fix dependencies for fpu/*.c and tcg/*.cStefan Weil1-1/+1