summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-08hw: move audio devices to hw/audio/, configure via default-configs/Paolo Bonzini9-3/+8
2013-04-08hw: move block devices to hw/block/, configure via default-configs/Paolo Bonzini12-3/+10
2013-04-08hw: move NICs to hw/net/, configure via default-configs/Paolo Bonzini25-10/+22
2013-04-08hw: move MC146818RTC to hw/timer/, configure via default-configs/Paolo Bonzini20-9/+18
2013-04-08hw: move watchdogs to hw/watchdog, configure via default-configs/Paolo Bonzini6-2/+5
2013-04-08hw: make all of hw/pci/ configurable via default-configs/Paolo Bonzini6-2/+8
2013-04-08hw: make all of hw/usb/ configurable via default-configs/Paolo Bonzini3-1/+3
2013-04-08hw: make all of hw/ide/ configurable via default-configs/Paolo Bonzini6-2/+6
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini24-7/+15
2013-04-08hw: move target-independent files to subdirectoriesPaolo Bonzini227-208/+205
2013-04-08moxie: configure with default-configs filePaolo Bonzini2-1/+4
2013-04-08hw: make subdirectories for devicesPaolo Bonzini25-3/+31
2013-04-08hw: move headers to include/Paolo Bonzini511-830/+829
2013-04-08build: enable using $(CONFIG_FOO) on the rhs of config filesPaolo Bonzini1-1/+4
2013-04-08configure: Don't fall back to gthread coroutine backendPeter Maydell3-46/+48
2013-04-08configure: Provide and use convenience error reporting functionPeter Maydell1-118/+75
2013-04-08qemu-char: really fix behavior on can_read = 0Paolo Bonzini1-4/+13
2013-04-08Merge remote-tracking branch 'mdroth/qga-pull-4-2-13' into stagingAnthony Liguori3-8/+74
2013-04-08Merge remote-tracking branch 'kraxel/usb.79' into stagingAnthony Liguori8-29/+74
2013-04-08vmxnet3: const_cpu_to_le64 wrapping for feature bits droppedDmitry Fleytman1-7/+4
2013-04-08vmxnet3: iPXE compatibility fixesDmitry Fleytman1-0/+11
2013-04-06Merge branch 'arm-devs.next' of git://git.linaro.org/people/pmaydell/qemu-armBlue Swirl13-125/+137
2013-04-05tcg-s390: Fix merge error in tgen_brcondRichard Henderson1-1/+1
2013-04-05tcg-s390: Use all 20 bits of the offset in tcg_out_memRichard Henderson1-4/+5
2013-04-05tcg-s390: Use load-address for additionRichard Henderson1-57/+56
2013-04-05tcg-s390: Cleanup argument shuffling fixme in softmmu codeRichard Henderson1-47/+38
2013-04-05tcg-s390: Use risbgz for andiRichard Henderson1-5/+53
2013-04-05tcg-s390: Remove constraint letters for andRichard Henderson1-117/+32
2013-04-05tcg-s390: Implement deposit opcodesRichard Henderson2-2/+30
2013-04-05tcg-s390: Implement movcond opcodesRichard Henderson2-4/+41
2013-04-05tcg-s390: Implement mulu2_i64 opcodeRichard Henderson2-1/+6
2013-04-05tcg-s390: Implement add2/sub2 opcodesRichard Henderson2-4/+42
2013-04-05tcg-s390: Remove useless preprocessor conditionsRichard Henderson2-14/+5
2013-04-05tcg-s390: Properly allocate a stack frame.Richard Henderson2-7/+15
2013-04-05tcg-s390: Fix moviRichard Henderson1-1/+1
2013-04-05main-loop: drop the BQL if the I/O appears to be spinningAnthony Liguori1-0/+25
2013-04-05qemu-char: eliminate busy waiting on can_read returning zeroPaolo Bonzini1-43/+19
2013-04-05Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori5-6/+15
2013-04-05Merge remote-tracking branch 'sstabellini/xen-2013-04-05' into stagingAnthony Liguori3-35/+58
2013-04-05Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori8-47/+46
2013-04-05qcow2: Fix L1 write error handling in qcow2_update_snapshot_refcountKevin Wolf1-6/+8
2013-04-05qcow2: Return real error in qcow2_update_snapshot_refcountKevin Wolf1-6/+5
2013-04-05block: clean up I/O throttling wait_time codeStefan Hajnoczi1-3/+3
2013-04-05block: drop duplicated slice extension codeStefan Hajnoczi1-4/+1
2013-04-05block: keep I/O throttling slice time constantStefan Hajnoczi3-12/+9
2013-04-05block: fix I/O throttling accounting blind spotStefan Hajnoczi2-12/+11
2013-04-05usb-storage: Forward serial number to scsi-diskKevin Wolf4-5/+10
2013-04-05hw/nand.c: Fix nand erase operationWendy Liang1-0/+1
2013-04-05cadence_uart: Flush queued characters on resetPeter Crosthwaite1-0/+1
2013-04-05pl330: Don't inhibit ES bits on INTENPeter Crosthwaite1-2/+1