summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-11qapi: Introduce enum BlockJobTypeFam Zheng1-0/+18
2013-10-11blockjob: rename BlockJobType to BlockJobDriverFam Zheng6-25/+25
2013-10-10Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into stagingAnthony Liguori18-77/+46
2013-10-10Merge remote-tracking branch 'amit/char-remove-watch-on-unplug' into stagingAnthony Liguori2-51/+32
2013-10-10Merge remote-tracking branch 'otubo/seccomp' into stagingAnthony Liguori1-0/+1
2013-10-10Merge remote-tracking branch 'mcayland/qemu-openbios' into stagingAnthony Liguori5-1/+1
2013-10-10Merge remote-tracking branch 'sstabellini/xen-2013-10-10' into stagingAnthony Liguori3-14/+8
2013-10-10Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori3-14/+39
2013-10-10Update email addressAnthony Liguori1-7/+7
2013-10-10qemu/xen: make use of xenstore relative pathsRoger Pau Monné2-14/+7
2013-10-10xen_disk: mark ioreq as mapped before unmapping in error caseMatthew Daley1-0/+1
2013-10-09scsi: Allocate SCSITargetReq r->buf dynamically [CVE-2013-4344]Asias He2-11/+36
2013-10-09Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori6-59/+42
2013-10-09Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori14-29/+31
2013-10-09Merge remote-tracking branch 'rth/tcg-arm-pull' into stagingAnthony Liguori2-185/+216
2013-10-09Merge remote-tracking branch 'sweil/mingw' into stagingAnthony Liguori10-27/+44
2013-10-09Merge remote-tracking branch 'kraxel/chardev.8' into stagingAnthony Liguori1-1/+6
2013-10-09Merge remote-tracking branch 'sweil/tci' into stagingAnthony Liguori5-13/+96
2013-10-09block/iscsi: reenable iscsi_co_get_block_statusPeter Lieven1-3/+3
2013-10-07block: use correct filenameDunrong Huang1-2/+2
2013-10-07qemu-iotests: Correct 026 outputMax Reitz2-48/+16
2013-10-07qcow2: Free allocated L2 cluster on errorMax Reitz1-0/+4
2013-10-07cpu: Drop cpu_model_str from CPU_COMMONAndreas Färber14-29/+2
2013-10-07cpu: Move cpu_copy() into linux-userAndreas Färber2-32/+31
2013-10-07cputlb: Remove dead function tlb_update_dirty()liguang1-15/+0
2013-10-07cpu-exec: Also reload CPUClass *cc after longjmp return in cpu_exec()Juergen Lock1-0/+4
2013-10-05migration: Fix compiler warning ('caps' may be used uninitialized)Michael Tokarev1-0/+1
2013-10-05util/path: Fix type which is longer than 8 bit for MinGWStefan Weil1-2/+2
2013-10-05hw/9pfs: Fix errno value for xattr functionsDaniel P. Berrange1-3/+3
2013-10-05vl: Clean up unnecessary boot_order complicationsMarkus Armbruster1-4/+2
2013-10-05qemu-char: Fix potential out of bounds access to local arraysStefan Weil1-2/+2
2013-10-03Update OpenBIOS imagesMark Cave-Ayland5-1/+1
2013-10-02pci-ohci: Add missing 'break' in ohci_service_tdJán Veselý1-0/+2
2013-10-02sh4: Fix serial line access for Linux kernels later than 3.2Guenter Roeck1-2/+0
2013-10-02hw/alpha: Fix compiler warning (integer constant is too large)Stefan Weil1-1/+1
2013-10-02target-i386: Fix compiler warning (integer constant is too large)Stefan Weil1-1/+1
2013-10-02block: Remove unused assignment (fixes warning from clang)Stefan Weil1-1/+0
2013-10-02exec: cleanup DEBUG_SUBPAGEAmos Kong1-9/+9
2013-10-02tests: Fix schema parser test for in-tree buildMarkus Armbruster2-4/+5
2013-10-02util: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-3/+3
2013-10-02slirp: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik4-11/+6
2013-10-02net: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-9/+10
2013-10-02gdbstub: call socket_set_fast_reuse instead of setting SO_REUSEADDRSebastian Ottlik1-4/+2
2013-10-02util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDRSebastian Ottlik3-0/+23
2013-10-02Update MAINTAINERSAnthony Liguori1-16/+5
2013-10-02target-i386: Set model=6 on qemu64 & qemu32 CPU modelsEduardo Habkost2-2/+10
2013-10-02qcow2: Switch L1 table in a single sequenceMax Reitz1-2/+5
2013-10-02block: vhdx - add migration blockerJeff Cody1-0/+10
2013-10-02block: use correct filename for error reportDunrong Huang1-2/+2
2013-10-02qcow2: CHECK_OFLAG_COPIED is obsoleteMax Reitz1-3/+1