aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-01-26qmp: add block_stream commandStefan Hajnoczi12-0/+173
2012-01-26block: rate-limit streaming operationsStefan Hajnoczi1-6/+59
2012-01-26block: add image streaming block jobStefan Hajnoczi4-0/+141
2012-01-26block: add BlockJob interface for long-running operationsStefan Hajnoczi2-0/+88
2012-01-26block: make copy-on-read a per-request flagStefan Hajnoczi4-12/+45
2012-01-26block: check bdrv_in_use() before blockdev operationsStefan Hajnoczi2-1/+19
2012-01-26coroutine: add co_sleep_ns() coroutine sleep functionStefan Hajnoczi3-0/+48
2012-01-26block: replace unchecked strdup/malloc/calloc with glibStefan Hajnoczi3-28/+28
2012-01-26rbd: wire up snapshot removal and rollback functionalityGregory Farnum1-0/+22
2012-01-25vga: compile cirrus_vga in hwlibBlue Swirl3-4/+1
2012-01-25memory: change dirty setting APIs to take a sizeBlue Swirl12-48/+48
2012-01-25memory: fix dirty mask function length handlingBlue Swirl1-5/+6
2012-01-25vga: fix -nodefaults -device VGABlue Swirl1-0/+1
2012-01-23hyperv: fix build on non-KVM hostsBlue Swirl2-2/+4
2012-01-23Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori40-593/+1902
2012-01-23Merge remote-tracking branch 'afaerber/prep-up' into stagingAnthony Liguori9-135/+553
2012-01-23e1000: bounds packet size against buffer sizeAnthony Liguori1-0/+3
2012-01-22target-sparc: Fix mixup of uint64 and uint64_tAndreas Färber1-1/+1
2012-01-22sga: fix copypastaBlue Swirl1-2/+2
2012-01-22vga: make Cirrus ISA device optionalBlue Swirl16-23/+54
2012-01-22vga: improve VGA logicBlue Swirl12-64/+55
2012-01-21grackle_pci: Clean up qdev namesAndreas Färber1-5/+12
2012-01-21MAINTAINERS: Add PCI-PCI bridge to New World Mac machineAndreas Färber1-0/+1
2012-01-21PPC: Pseries: Check for PCI boundariesAlexander Graf1-4/+23
2012-01-21MAINTAINERS: Add PCI host bridge files to CHRP machinesAndreas Färber1-0/+2
2012-01-21MAINTAINERS: Add qemu-ppc to all ppc target stuffAndreas Färber1-0/+5
2012-01-21pseries: SLOF PCI flag dayBenjamin Herrenschmidt5-167/+104
2012-01-21pseries: Use correct dispatcher for PCI config space accessesDavid Gibson1-4/+4
2012-01-21pseries: Support PCI extended config space in RTAS callsBenjamin Herrenschmidt1-4/+10
2012-01-21Correct types in bmdma_addr_{read,write}David Gibson1-2/+2
2012-01-21Update gitignore fileDavid Gibson1-0/+4
2012-01-21Fix dirty logging with 32-bit qemu & 64-bit guestsBenjamin Herrenschmidt1-1/+2
2012-01-21load_image_targphys() should enforce the max sizeBenjamin Herrenschmidt1-1/+5
2012-01-21virtio: change memcpy to guest readsAlexander Graf1-6/+6
2012-01-21virtio-pci: Fix endianness of virtio configBenjamin Herrenschmidt2-2/+40
2012-01-21PPC: Bamboo: Integrate SoC instatiation, use qdev for PCIAlexander Graf1-83/+60
2012-01-21PPC: Bamboo: fold ppc440.c and ppc440_bamboo.c into a single fileAlexander Graf5-131/+90
2012-01-21PPC: 4xx: Qdevify the 440 PCI host controllerAlexander Graf2-60/+74
2012-01-21PPC: bamboo: fix whitespaceAlexander Graf1-3/+3
2012-01-21PPC: bamboo: remove old machine descriptionsAlexander Graf1-21/+1
2012-01-21PPC: Enable 440EP CPU targetAlexander Graf1-11/+5
2012-01-21PPC: 440: Default to 440EP CPUAlexander Graf1-1/+1
2012-01-21PPC: Bamboo: recompile device treeAlexander Graf2-81/+47
2012-01-21PPC: 440: Ignore invalid PCI IRQsAlexander Graf1-0/+4
2012-01-21PPC: Bamboo: Set initial TLB entryAlexander Graf1-1/+26
2012-01-21PPC: Bamboo: Register CPU resetAlexander Graf1-6/+13
2012-01-21PPC: 440EP: Initialize timerAlexander Graf1-0/+1
2012-01-20prep: Use i82378 PCI->ISA bridge for 'prep' machineAndreas Färber1-48/+13
2012-01-20prep: Add i82378 PCI-to-ISA bridge emulationAndreas Färber4-0/+268
2012-01-20prep: Add i82374 DMA emulationAndreas Färber3-0/+156