aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-12-14Virtio: enable VIRTIO_ZERO_COPYkvm-81rc1Mark McLoughlin
2008-12-14Ppc: align with upstream qemu - pcibusChristian Ehrhardt
2008-12-14Ppc: use virtio-blk headerChristian Ehrhardt
2008-12-14Ppc: align with upstream qemu - 4xxdevsChristian Ehrhardt
2008-12-14Ppc: align with upstream qemu - breakpoint resetChristian Ehrhardt
2008-12-14Ppc: fix configure enabling kvm for ppcChristian Ehrhardt
2008-12-14Switch to KVM_CAP_USER_NMIJan Kiszka
2008-12-14Update VGA display for whole Video memory for kvm/ia64root
2008-12-14kvm: libkvm: Add the stub for kvm_{create, destroy}_memory_alias for ia64.root
2008-12-10Device-assignment: really exit if cmdline parsing failsMark McLoughlin
2008-12-10kvm: external module: fix module build with --kerneldirMaik Hentsche
2008-12-10kvm: testsuite: remove double initializationGuillaume Thouvenin
2008-12-10kvm: external module: anon inodes correct refcounting in 2.6.29, not 2.6.28Avi Kivity
2008-12-09Add '\0' at the end of the signature of CPUIDGuillaume Thouvenin
2008-12-09kvm: external module: work around older kernels not handling anon_inodes modu...Avi Kivity
2008-12-09kvm: work around inability of older kvm modules to destroy memory regionsAvi Kivity
2008-12-09kvm: libkvm: export KVM_CAP_DESTROY_MEMORY_REGION_WORKSAvi Kivity
2008-12-08kvm: testsuite: Add VMMCALL hypercall testAmit Shah
2008-12-08kvm: external module: compatibility for cpumask_var_tAvi Kivity
2008-12-07Update memory access after remapping the cirrus framebufferAvi Kivity
2008-12-07Merge branch 'qemu-cvs'Avi Kivity
2008-12-07kvm: bios: Fix Makefile to compile on Debian-based systemsAmit Shah
2008-12-07Fix compile failure in acpi.cGlauber Costa
2008-12-07Use guards in virtio-net for easier upstream merging (v2)Anthony Liguori
2008-12-07Fix unitialized offset in virtio-net receive_headerAnthony Liguori
2008-12-07Optionally bounce the virtio buffersAnthony Liguori
2008-12-07Do not modify VirtQueueElementAnthony Liguori
2008-12-07Do not access virtio-rings directlyAnthony Liguori
2008-12-07Move virtio_balloon_init to virtio-balloon.hAnthony Liguori
2008-12-07Create virtio-net.h headerAnthony Liguori
2008-12-07Create virtio-blk.h headerAnthony Liguori
2008-12-07Fix whitespace in virtioAnthony Liguori
2008-12-07kvm: user: ppc: Add "hello world" test for libcflatDeepa Srinivasan
2008-12-07kvm: user: ppc: Move -ffreestanding to the right locationDeepa Srinivasan
2008-12-07kvm: user: ppc: Fix guest load addressDeepa Srinivasan
2008-12-07kvm: user: ppc: fix build break caused by changes to kvm_callbacksHollis Blanchard
2008-12-07Add dyngen dependency from upstreamHollis Blanchard
2008-12-07kvm: testsuite: avoid leaking values from one test to anotherAvi Kivity
2008-12-07kvm: testsuite: Add test for 'shld' instructionGuillaume Thouvenin
2008-12-07Fix -no-kvm-irqchipkvm-80Jan Kiszka
2008-12-07SCSI: Handle inquiry commands of varying length (Justin Chevrier).balrog
2008-12-07LSI53C895A: Handle empty SCRIPTS opcode (Justin Chevrier)balrog
2008-12-07LSI53C895A: Remove current_dma_len hackbalrog
2008-12-07Remove a duplicate omap_l4_attach(), add one missing elsewhere.balrog
2008-12-07Don't wrap I2C registers addresses on PXA270.balrog
2008-12-07ETRAX-FS: Simplify the DMA blocks address registration and decoding.edgar_igl
2008-12-06ETRAX-FS: No need to decode the address anymore.edgar_igl
2008-12-06target-ppc: remove dead codeaurel32
2008-12-06target-ppc: convert SLB/TLB instructions to TCGaurel32
2008-12-06The configure test for struct iovec #includes <sys/uio.h> but qemu-common.h d...blueswir1