aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-13linux-user: Fix incorrect TARGET_BLKBSZGET, TARGET_BLKBSZSETPeter Maydell
2012-08-13qom: Reimplement InterfacesAnthony Liguori
2012-08-13xilinx_axi*: Re-implemented interconnectPeter A. G. Crosthwaite
2012-08-11Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-08-11Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-08-11Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-08-11configure: fix double check tests with ClangBlue Swirl
2012-08-11configure: Check for -Werror causing failures when compiling testsPeter Maydell
2012-08-11exec.c: fix dirty bitmap reallocationIgor Mitsyanko
2012-08-11Makefile: add qapi.py dependenciesStefan Hajnoczi
2012-08-11unicore32-softmmu: Add a minimal curses screen supportGuan Xuetao
2012-08-11unicore32: Close dump-option of cpu_dump_state_ucf64 functionGuan Xuetao
2012-08-11unicore32: Disintegrate cpu_dump_state_ucf64 functionGuan Xuetao
2012-08-11unicore32: Split UniCore-F64 instruction helpers from helper.cGuan Xuetao
2012-08-11unicore32-softmmu: Add is_default setting for puv3 machineGuan Xuetao
2012-08-11unicore32-softmmu: Add maintainer information for UniCore32 machineGuan Xuetao
2012-08-11unicore32-softmmu: Add ps2 supportGuan Xuetao
2012-08-11unicore32-softmmu: Add puv3 dma supportGuan Xuetao
2012-08-11unicore32-softmmu: Add puv3 pm supportGuan Xuetao
2012-08-11unicore32-softmmu: Add puv3 gpio supportGuan Xuetao
2012-08-11unicore32-softmmu: Add puv3 ostimer supportGuan Xuetao
2012-08-11unicore32-softmmu: Add puv3 interrupt supportGuan Xuetao
2012-08-11unicore32-softmmu: Add puv3 soc/board supportGuan Xuetao
2012-08-11unicore32-softmmu: Make sure that kernel can access user spaceGuan Xuetao
2012-08-11unicore32-softmmu: Implement softmmu specific functionsGuan Xuetao
2012-08-11target-unicore32: Drop UC32_CPUID macrosAndreas Färber
2012-08-11unicore32-softmmu: Make UniCore32 cpuid & exceptions correct and runableGuan Xuetao
2012-08-11unicore32-softmmu: Add coprocessor 0(sysctrl) and 1(ocd) instruction supportGuan Xuetao
2012-08-11unicore32-softmmu: Add unicore32-softmmu build supportGuan Xuetao
2012-08-10target-arm: Fix typos in commentsPeter Maydell
2012-08-10arm: translate: comment typo - s/middel/middle/Peter A. G. Crosthwaite
2012-08-10vl.c: Exit QEMU early if no machine is foundDunrong Huang
2012-08-10qemu-iotests: skip 039 with ./check -nocacheStefan Hajnoczi
2012-08-10block: add BLOCK_O_CHECK for qemu-img checkStefan Hajnoczi
2012-08-10qcow2: mark image clean after repair succeedsStefan Hajnoczi
2012-08-10qed: mark image clean after repair succeedsStefan Hajnoczi
2012-08-10blockdev: flip default cache mode from writethrough to writebackPaolo Bonzini
2012-08-10virtio-blk: disable write cache if not negotiatedPaolo Bonzini
2012-08-10virtio-blk: support VIRTIO_BLK_F_CONFIG_WCEPaolo Bonzini
2012-08-10qemu-iotests: Save some sed processesKevin Wolf
2012-08-10ahci: Fix sglist memleak in ahci_dma_rw_buf()Jason Baron
2012-08-10ahci: Fix ahci cdrom read corruptions for reads > 128kJason Baron
2012-08-10virtio-blk: fix use-after-free while handling scsi commandsAvi Kivity
2012-08-09handle device help before accelerator set upBruce Rogers
2012-08-09Merge branch 'x86cpu_qom_tcg_v2' of git://github.com/imammedo/qemuBlue Swirl
2012-08-09qemu_rearm_alarm_timer: do not call rearm if the next deadline is INT64_MAXStefano Stabellini
2012-08-09target-xtensa: make 'sim' to be the default machineMax Filippov
2012-08-09target-xtensa: make default CPU depend on target endiannessMax Filippov
2012-08-09MIPS: Correct FCR0 initializationNathan Froyd
2012-08-09scsi-bus: remove overlapping entryBlue Swirl