summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* m25p80: Remove bogus include of devices.hPeter Crosthwaite2013-04-191-1/+0
* ssh: Remove unnecessary use of strlen function.Richard W.M. Jones2013-04-191-4/+2
* block/ssh: Add missing gcc format attributesStefan Weil2013-04-191-2/+2
* linux-user: change do_semop to return target errno when unsuccessfulPetar Jovanovic2013-04-191-2/+2
* w64: Fix compiler warnings (wrong format specifier)Stefan Weil2013-04-191-2/+2
* Remove unneeded type castsStefan Weil2013-04-1916-38/+37
* virtio.h: drop unused function prototypesLuiz Capitulino2013-04-191-2/+0
* bswap: fix compiler warningAlexey Kardashevskiy2013-04-191-0/+1
* configure: remove duplicate testPaolo Bonzini2013-04-181-30/+26
* configure: CONFIG_NO_XEN is duplicatedPaolo Bonzini2013-04-182-4/+1
* configure: eliminate target_libs_softmmuPaolo Bonzini2013-04-183-5/+5
* configure: move common libraries to config-host.makPaolo Bonzini2013-04-182-6/+8
* configure: move CONFIG_QEMU_LDST_OPTIMIZATION to config-host.makPaolo Bonzini2013-04-181-9/+9
* elfload: use abi_llong/ullong instead of target_llong/ullongPaolo Bonzini2013-04-184-8/+12
* elfload: only give abi_long/ulong the alignment specified by the targetPaolo Bonzini2013-04-183-19/+18
* elfload: use abi_int/uint instead of target_int/uintPaolo Bonzini2013-04-184-12/+16
* elfload: use abi_short/ushort instead of target_short/ushortPaolo Bonzini2013-04-184-7/+10
* elfload: use tswapreg consistently in elf_core_copy_regsPaolo Bonzini2013-04-181-57/+57
* elfload: fix size of registers for N32Paolo Bonzini2013-04-181-7/+14
* elfload: fix size of ABI-dependent fields in core dumpsPaolo Bonzini2013-04-181-9/+9
* configure: QEMU_INCLUDES are the same for all subtargetsPaolo Bonzini2013-04-181-15/+13
* configure/Make: Build libfdt from submodule DTCPeter Crosthwaite2013-04-182-5/+36
* dtc: add submodulePeter Crosthwaite2013-04-182-0/+3
* configure: Put cross compile flags in EXTRA_CFLAGSPeter Crosthwaite2013-04-181-6/+9
* virtio-net: cleanup: init and exit function.KONRAD Frederic2013-04-171-95/+22
* virtio-net: cleanup: use QOM cast.KONRAD Frederic2013-04-172-68/+75
* virtio-net-ccw: switch to the new API.KONRAD Frederic2013-04-172-16/+28
* virtio-net-s390: switch to the new API.KONRAD Frederic2013-04-172-12/+30
* virtio-net-pci: switch to the new API.KONRAD Frederic2013-04-172-60/+69
* virtio-net: add the virtio-net device.KONRAD Frederic2013-04-175-20/+161
* virtio: add two functions to VirtioDeviceClass.KONRAD Frederic2013-04-171-0/+12
* Fix warnings suppressors to honor --disable-werrorMarkus Armbruster2013-04-174-3/+8
* fw_cfg: add qtest test caseAnthony Liguori2013-04-172-0/+143
* i440fx-test: add test for PAM functionalityAnthony Liguori2013-04-171-1/+138
* i440fx-test: add test to compare default register valuesAnthony Liguori2013-04-172-0/+150
* libqos: add malloc supportAnthony Liguori2013-04-174-0/+130
* libqos: add fw_cfg supportAnthony Liguori2013-04-175-2/+147
* qtest: add libqos including PCI supportAnthony Liguori2013-04-176-2/+495
* qtest: don't use system command to avoid double forkAnthony Liguori2013-04-171-7/+4
* migration: reflect incoming failure to shellEric Blake2013-04-171-1/+1
* qbus: remove wrong error messagesAlexey Kardashevskiy2013-04-171-4/+2
* chardev: remove the headers of Memory chardev driverLei Li2013-04-171-6/+0
* Merge remote-tracking branch 'bonzini/migration-writev' into stagingAnthony Liguori2013-04-172-69/+149
|\
| * qemu-file: do not use stdio for qemu_fdopenPaolo Bonzini2013-04-171-11/+90
| * iov: handle partial writes from sendmsg and recvmsgPaolo Bonzini2013-04-171-47/+55
| * iov: reorganize iov_send_recv, part 3Paolo Bonzini2013-04-171-15/+15
| * iov: reorganize iov_send_recv, part 2Paolo Bonzini2013-04-171-14/+14
| * iov: reorganize iov_send_recv, part 1Paolo Bonzini2013-04-171-7/+13
| * qemu-file: drop socket_put_bufferPaolo Bonzini2013-04-171-13/+0
|/
* qom: do nothing on unparent of object without parentPaolo Bonzini2013-04-161-0/+4
OpenPOWER on IntegriCloud