summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-19vhost-scsi-pci: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger2-0/+78
2013-04-19vhost-scsi: new device supporting the tcm_vhost Linux kernel moduleNicholas Bellinger5-1/+378
2013-04-19virtio: simplify Makefile conditionalsPaolo Bonzini2-5/+5
2013-04-19virtio-scsi: create VirtIOSCSICommonPaolo Bonzini6-148/+210
2013-04-19vhost: Add vhost_commit callback for SeaBIOS ROM region re-mappingNicholas Bellinger2-15/+41
2013-04-19scsi: VMWare PVSCSI paravirtual device implementationDmitry Fleytman7-0/+1780
2013-04-19scsi: avoid assertion failure on VERIFY commandPaolo Bonzini1-5/+14
2013-04-18configure: remove duplicate testPaolo Bonzini1-30/+26
2013-04-18configure: CONFIG_NO_XEN is duplicatedPaolo Bonzini2-4/+1
2013-04-18configure: eliminate target_libs_softmmuPaolo Bonzini3-5/+5
2013-04-18configure: move common libraries to config-host.makPaolo Bonzini2-6/+8
2013-04-18configure: move CONFIG_QEMU_LDST_OPTIMIZATION to config-host.makPaolo Bonzini1-9/+9
2013-04-18elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini4-8/+12
2013-04-18elfload: only give abi_long/ulong the alignment specified by the targetPaolo Bonzini3-19/+18
2013-04-18elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini4-12/+16
2013-04-18elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini4-7/+10
2013-04-18elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini1-57/+57
2013-04-18elfload: fix size of registers for N32Paolo Bonzini1-7/+14
2013-04-18elfload: fix size of ABI-dependent fields in core dumpsPaolo Bonzini1-9/+9
2013-04-18configure: QEMU_INCLUDES are the same for all subtargetsPaolo Bonzini1-15/+13
2013-04-18configure/Make: Build libfdt from submodule DTCPeter Crosthwaite2-5/+36
2013-04-18dtc: add submodulePeter Crosthwaite2-0/+3
2013-04-18configure: Put cross compile flags in EXTRA_CFLAGSPeter Crosthwaite1-6/+9
2013-04-17virtio-net: cleanup: init and exit function.KONRAD Frederic1-95/+22
2013-04-17virtio-net: cleanup: use QOM cast.KONRAD Frederic2-68/+75
2013-04-17virtio-net-ccw: switch to the new API.KONRAD Frederic2-16/+28
2013-04-17virtio-net-s390: switch to the new API.KONRAD Frederic2-12/+30
2013-04-17virtio-net-pci: switch to the new API.KONRAD Frederic2-60/+69
2013-04-17virtio-net: add the virtio-net device.KONRAD Frederic5-20/+161
2013-04-17virtio: add two functions to VirtioDeviceClass.KONRAD Frederic1-0/+12
2013-04-17Fix warnings suppressors to honor --disable-werrorMarkus Armbruster4-3/+8
2013-04-17fw_cfg: add qtest test caseAnthony Liguori2-0/+143
2013-04-17i440fx-test: add test for PAM functionalityAnthony Liguori1-1/+138
2013-04-17i440fx-test: add test to compare default register valuesAnthony Liguori2-0/+150
2013-04-17libqos: add malloc supportAnthony Liguori4-0/+130
2013-04-17libqos: add fw_cfg supportAnthony Liguori5-2/+147
2013-04-17qtest: add libqos including PCI supportAnthony Liguori6-2/+495
2013-04-17qtest: don't use system command to avoid double forkAnthony Liguori1-7/+4
2013-04-17migration: reflect incoming failure to shellEric Blake1-1/+1
2013-04-17qbus: remove wrong error messagesAlexey Kardashevskiy1-4/+2
2013-04-17chardev: remove the headers of Memory chardev driverLei Li1-6/+0
2013-04-17Merge remote-tracking branch 'bonzini/migration-writev' into stagingAnthony Liguori2-69/+149
2013-04-17qemu-file: do not use stdio for qemu_fdopenPaolo Bonzini1-11/+90
2013-04-17iov: handle partial writes from sendmsg and recvmsgPaolo Bonzini1-47/+55
2013-04-17iov: reorganize iov_send_recv, part 3Paolo Bonzini1-15/+15
2013-04-17iov: reorganize iov_send_recv, part 2Paolo Bonzini1-14/+14
2013-04-17iov: reorganize iov_send_recv, part 1Paolo Bonzini1-7/+13
2013-04-17qemu-file: drop socket_put_bufferPaolo Bonzini1-13/+0
2013-04-16qom: do nothing on unparent of object without parentPaolo Bonzini1-0/+4
2013-04-16qdev: Fix device_add bus assumptionsAndreas Färber1-8/+8